* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inria Sans', sans-serif;
color: #FFFFFF;
background: #010101;
overflow-x: hidden;
}
img {
max-width: 100%;
height: auto;
display: block;
}
a {
text-decoration: none !important;
color: inherit;
}
ul {
list-style: none !important;
} :root { --hero-bg-home: radial-gradient(121.74% 143.1% at 59.53% 59.75%, rgba(1, 1, 1, 0) 29.81%, #010101 84.62%), linear-gradient(0deg, #1C1100, #1C1100);
--hero-bg-home-desktop: radial-gradient(58.01% 78.59% at 92.08% 65%, rgba(1, 1, 1, 0) 29.81%, #010101 84.62%), #714600;
--hero-bg-pages: radial-gradient(58.01% 78.59% at 92.08% 65%, rgba(1, 1, 1, 0) 29.81%, #010101 84.62%), linear-gradient(0deg, #1C1100, #1C1100);
}  .bagh-header-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
z-index: 998;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
pointer-events: none;
}
.bagh-header-overlay.active {
opacity: 1;
visibility: visible;
}  .bagh-hero-bg-wrapper {
background: var(--hero-bg-home);
} .bagh-hero-bg-wrapper:not(.bagh-hero-bg--home) {
background: var(--hero-bg-pages);
}
.bagh-header {
position: relative;
background: transparent;
padding: 42px 20px 0;
z-index: 1000;
}
.bagh-header-container {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1636px;
margin: 0 auto;
}
.bagh-logo {
position: relative;
z-index: 1001;
}
.bagh-logo img {
max-width: 132px;
} .bagh-nav-desktop {
display: none;
}
.bagh-signup-desktop {
display: none;
} .bagh-menu-toggle {
background: transparent !important;
border: none;
cursor: pointer;
padding: 10px;
z-index: 1001;
position: relative;
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
}
.bagh-menu-toggle:hover,
.bagh-menu-toggle:focus,
.bagh-menu-toggle:active {
background: transparent !important;
color: inherit !important;
outline: none;
}
.hamburger-icon,
.close-icon {
position: absolute;
} .bagh-mobile-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
height: 100dvh;
background: #010101;
display: flex;
align-items: center;
justify-content: center;
z-index: 999;
opacity: 0;
visibility: hidden;
transition: opacity 0.2s ease, visibility 0.2s ease;
overflow-y: auto;
} body.mobile-menu-open {
overflow: hidden;
position: fixed;
width: 100%;
}
.bagh-mobile-menu.active {
opacity: 1;
visibility: visible;
}
.bagh-mobile-nav {
text-align: center;
transform: scale(0.9);
opacity: 0;
transition: transform 0.2s ease, opacity 0.2s ease;
width: 100%;
padding: 20px;
}
.bagh-mobile-menu.active .bagh-mobile-nav {
transform: scale(1);
opacity: 1;
}
.bagh-mobile-nav-menu {
margin: 0 0 40px 0 !important;
}
.bagh-mobile-nav-item {
margin-bottom: 30px;
}
.bagh-mobile-link-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.bagh-mobile-nav-menu a {
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 100%;
color: #F7941D;
text-transform: uppercase;
transition: color 0.2s ease;
}
.bagh-mobile-nav-menu a:hover {
color: #FFFFFF;
} .bagh-mobile-dropdown-toggle {
background: transparent !important;
border: none;
cursor: pointer;
padding: 8px;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.3s ease;
}
.bagh-mobile-dropdown-toggle.active {
transform: rotate(180deg);
}
.bagh-mobile-dropdown-arrow {
display: block;
} .bagh-mobile-submenu {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
padding: 0;
margin: 0;
}
.bagh-mobile-submenu.active {
max-height: 300px;
padding-top: 16px;
}
.bagh-mobile-submenu li {
margin-bottom: 12px;
}
.bagh-mobile-submenu a {
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 14px;
line-height: 100%;
color: #F7941D;
}
.bagh-mobile-submenu a:hover {
color: #FFFFFF;
opacity: 1;
} .bagh-lang-switcher-mobile {
display: flex;
flex-direction: row;
justify-content: center;
gap: 20px;
margin-bottom: 24px;
}
.bagh-lang-option-mobile {
display: flex;
align-items: center;
gap: 8px;
padding: 15px 20px;
}
.bagh-lang-option-mobile img {
width: 25px;
height: 25px;
border-radius: 50%;
}
.bagh-lang-option-mobile span {
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 100%;
color: #FFFFFF;
} .bagh-btn-signup-mobile {
width: 100%;
display: block;
} .bagh-btn-signup {
display: inline-block;
width: 100%;
padding: 12px 24px;
border: 1px solid #FA8F00;
border-top-left-radius: 16px;
border-bottom-right-radius: 16px;
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 27.04px;
color: #FEFEFE;
text-align: center;
background: transparent;
}
.bagh-btn-signup:hover,
.bagh-btn-signup:focus,
.bagh-btn-signup:active {
color: #FEFEFE;
} .bagh-desktop-right {
display: none;
} @media (min-width: 1024px) {
.bagh-btn-signup {
width: 155px;
}
.bagh-header {
padding: 25px 142px 0;
} .bagh-hero-bg-wrapper.bagh-hero-bg--home {
background: var(--hero-bg-home-desktop);
}
.bagh-menu-toggle {
display: none;
}
.bagh-nav-desktop {
display: flex;
flex: 1;
margin: 0 40px;
}
.bagh-nav-menu {
display: flex;
justify-content: space-evenly;
align-items: center;
margin: 0;
width: 100%;
}
.bagh-nav-item {
position: relative;
display: flex;
align-items: center;
gap: 6px;
}
.bagh-nav-menu a {
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 100%;
color: #F7941D;
text-transform: uppercase;
text-decoration: none;
transition: color 0.2s ease;
}
.bagh-nav-menu a:hover,
.bagh-nav-menu a:focus,
.bagh-nav-menu a:active {
color: #F7941D;
}
.bagh-nav-menu a.active {
color: #FAFAFA;
} .bagh-dropdown-toggle {
background: transparent !important;
border: none;
cursor: pointer;
padding: 8px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.bagh-dropdown-toggle:hover {
background: transparent !important;
}
.bagh-dropdown-arrow {
display: block;
} .bagh-submenu {
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
background: #010101;
min-width: 180px;
padding: 16px;
margin: 0;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
z-index: 1001;
border-radius: 8px;
margin-top: 10px;
}
.bagh-dropdown-toggle:hover+.bagh-submenu,
.bagh-submenu:hover {
opacity: 1;
visibility: visible;
}
.bagh-submenu li {
margin-bottom: 12px;
padding: 20px;
}
.bagh-submenu li:last-child {
margin-bottom: 0;
}
.bagh-submenu a {
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 14px;
line-height: 100%;
color: #F7941D;
white-space: nowrap;
display: block;
text-align: center;
}
.bagh-submenu a:hover {
color: #F7941D;
} .bagh-desktop-right {
display: flex;
align-items: center;
gap: 29px;
}
.bagh-signup-desktop {
display: none;
}
.bagh-btn-signup {
font-size: 21px;
}
.bagh-logo img {
max-width: 194px;
} .bagh-lang-switcher-desktop {
position: relative;
}
.bagh-lang-toggle {
display: flex;
align-items: center;
gap: 8px;
background: transparent !important;
border: none;
cursor: pointer;
padding: 8px;
}
.bagh-lang-toggle:hover {
background: transparent !important;
}
.bagh-lang-toggle img {
width: 25px;
height: 25px;
border-radius: 50%;
}
.bagh-lang-toggle span {
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 100%;
color: #FFFFFF;
}
.bagh-lang-arrow {
display: none;
} .bagh-lang-dropdown {
position: absolute;
top: 100%;
left: -5px;
background: #010101;
min-width: 100px;
padding: 5px;
margin: 0;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
z-index: 1001;
margin-top: 8px;
}
.bagh-lang-switcher-desktop:hover .bagh-lang-dropdown {
opacity: 1;
visibility: visible;
}
.bagh-lang-dropdown li {
margin-bottom: 20px;
}
.bagh-lang-dropdown li:last-child {
margin-bottom: 0;
}
.bagh-lang-option {
display: flex;
align-items: center;
gap: 8px;
padding: 8px;
transition: background 0.2s ease;
border-radius: 4px;
}
.bagh-lang-option:hover {
background: rgba(255, 255, 255, 0.1);
}
.bagh-lang-option img {
width: 25px;
height: 25px;
border-radius: 50%;
}
.bagh-lang-option span {
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 14px;
line-height: 100%;
color: #FFFFFF;
}
} .bagh-hero-home {
background: transparent;
padding: 46px 60px 0 60px;
}
.bagh-hero-container {
max-width: 1600px;
margin: 0 auto;
}
.bagh-hero-content {
display: flex;
flex-direction: column;
gap: 10px;
} .bagh-hero-left {
text-align: center;
max-width: 827px;
}
.bagh-hero-title {
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 100%;
text-align: center;
color: #FDAD00;
margin-bottom: 24px;
text-transform: uppercase;
}
.bagh-hero-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 300;
font-size: 12px;
line-height: 100%;
text-align: center;
color: #C5B4B4;
margin-bottom: 16px;
}
.bagh-highlight-link {
color: #FDAD00;
text-decoration: underline !important;
}
.bagh-highlight-link-alt {
color: #C5B4B4 !important;
text-decoration: underline !important;
}
.bagh-highlight-link:hover,
.bagh-highlight-link:focus,
.bagh-highlight-link:active {
color: #FDAD00;
text-decoration: underline !important;
}
.bagh-highlight-link-alt:hover,
.bagh-highlight-link-alt:focus,
.bagh-highlight-link-alt:active {
color: #C5B4B4 !important;
text-decoration: underline !important;
}
.bagh-hero-right {
display: flex;
justify-content: center;
}
.bagh-hero-image-mobile {
display: flex;
justify-content: center;
margin-top: 32px;
}
.bagh-hero-image {
width: 100%;
max-width: 370px;
}
.bagh-btn-cta {
display: inline-block;
margin-top: 24px;
padding: 16px 40px;
border-top-left-radius: 16px;
border-bottom-right-radius: 16px;
background: radial-gradient(141.42% 141.42% at 0% 100%, #FA8F00 58%, #FFD700 100%);
box-shadow: 0px 0px 32px 0px #D36100;
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 20px;
line-height: 27.04px;
text-align: center;
color: #FEFEFE;
width: 100%;
}
.bagh-btn-cta:hover,
.bagh-btn-cta:focus,
.bagh-btn-cta:active {
color: #FEFEFE;
} .bagh-featured-games {
display: none;
} @media (min-width: 1024px) {
.bagh-hero-home {
background: transparent;
padding: 103px 60px 0 60px;
}
.bagh-hero-content {
flex-direction: row;
align-items: flex-start;
gap: 104px;
}
.bagh-hero-left {
flex: 1.3;
text-align: left;
padding-bottom: 0;
align-self: center;
}
.bagh-hero-right {
flex: 1;
order: 0;
margin-top: 0;
margin-bottom: 0;
align-self: flex-end;
display: flex;
align-items: flex-end;
}
.bagh-hero-title {
font-size: 54px;
text-align: left;
}
.bagh-hero-description {
font-size: 14px;
text-align: left;
}
.bagh-hero-image {
max-width: 711px;
}
.bagh-featured-games {
display: block;
margin-top: 40px;
}
.bagh-featured-label {
font-family: 'Inria Sans', sans-serif;
font-weight: 300;
font-size: 12px;
color: #C5B4B4;
margin-bottom: 10px;
}
.bagh-game-cards {
display: flex;
gap: 36px;
flex-wrap: wrap;
}
.bagh-game-card {
width: 107px;
height: 140px;
border-radius: 8px;
box-shadow: 0px 1px 4px 2px rgba(255, 245, 245, 0.25);
object-fit: cover;
}
.bagh-btn-cta {
width: auto;
}
}
@media (min-width: 1024px) and (max-width: 1440px) {
.bagh-game-card.hide-1440 {
display: none;
}
} @media (min-width: 1600px) {
.bagh-hero-title {
font-size: 84px;
}
.bagh-hero-description {
font-size: 16px;
}
} .bagh-about-description {
background: linear-gradient(0deg, #010101, #010101);
padding: 50px 0;
}
.bagh-about-container {
max-width: 1700px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
} .bagh-about-logo {
text-align: center;
}
.bagh-about-logo img {
width: 100%;
height: auto;
max-width: 218px;
} .bagh-about-heading {
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 100%;
text-align: center;
color: #FDAD00;
margin-bottom: 0;
} .bagh-about-heading.bagh-bn {
font-size: 36px;
} .bagh-about-badge {
display: inline-block;
border-top-right-radius: 16px;
border-bottom-left-radius: 16px;
padding: 0 15px;
border: 1px solid #FFD700;
background: transparent;
text-align: center;
margin: 0 auto;
}
.bagh-about-badge p {
font-family: 'Bebas Neue', sans-serif;
font-weight: 400;
font-size: 24px;
line-height: 37.9px;
color: #FFD700;
margin-bottom: 0;
} .bagh-about-content {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.bagh-about-text {
font-family: 'Inria Sans', sans-serif;
font-weight: 300;
font-size: 12px;
line-height: 100%;
color: #C5B4B4;
margin-bottom: 0;
margin-top: 10px;
} @media (min-width: 1024px) {
.bagh-about-description {
padding: 149px 0;
}
.bagh-about-container {
flex-direction: row;
gap: 40px;
}
.bagh-about-logo {
flex-shrink: 0;
}
.bagh-about-heading {
font-size: 48px;
text-align: left;
}
.bagh-about-badge {
align-self: flex-start;
margin: 0;
}
.bagh-about-text {
font-size: 16px;
text-align: left;
}
.bagh-about-content {
max-width: 693px;
align-items: flex-start;
}
.bagh-about-logo img {
max-width: 168px;
}
}
@media (min-width: 1600px) {
.bagh-about-description {
padding: 101px 0;
}
.bagh-about-heading {
font-size: 86px;
} .bagh-about-heading.bagh-bn {
font-size: 56px;
}
.bagh-about-content {
max-width: 775px;
}
.bagh-about-logo img {
max-width: 218px;
}
} .bagh-footer {
background: linear-gradient(180deg, #171717 0%, #2C2C2C 96%);
padding: 60px 0;
}
.bagh-footer-container {
max-width: 1600px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 40px;
} .bagh-footer-brand {
width: 100%;
}
.bagh-footer-brand-inner {
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
border: 5px solid #FA8F00;
background-image: url(//bagh44.com/wp-content/uploads/2025/10/footer-img.webp);
background-size: cover;
background-position: center;
padding: 35px 30px;
text-align: center;
}
.bagh-footer-logo {
max-width: 123px;
margin: 0 auto 15px;
}
.bagh-footer-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #FFFFFF;
text-align: left;
margin-bottom: 0;
}
.bagh-italic-link {
font-style: italic;
} .bagh-footer-links-wrapper {
display: flex;
flex-direction: column;
gap: 40px;
} .bagh-footer-heading-box {
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
padding: 9px 21px;
border: 5px solid #FDAD00;
display: inline-block;
margin-bottom: 24px;
width: 100%;
}
.bagh-footer-heading-box h2 {
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 37.9px;
line-height: 37.9px;
text-transform: uppercase;
color: #FA8F00;
margin-bottom: 0;
} .bagh-footer-social {
text-align: center;
}
.bagh-social-list {
display: inline-flex;
flex-direction: column;
gap: 16px;
align-items: flex-start;
margin: 0;
}
.bagh-social-item a {
display: flex;
align-items: center;
gap: 12px;
}
.bagh-social-item svg {
width: 22px;
height: auto;
}
.bagh-social-item span {
font-family: 'Bebas Neue', sans-serif;
font-weight: 400;
font-size: 22.4px;
line-height: 22.4px;
color: #FFFFFF;
} .bagh-footer-quicklinks {
text-align: center;
}
.bagh-quicklinks-list {
display: inline-flex;
flex-direction: column;
gap: 16px;
align-items: flex-start;
margin: 0;
padding-left: 0;
list-style: none;
}
.bagh-quicklinks-list li {
display: flex;
align-items: center;
gap: 12px;
}
.bagh-quicklinks-list li::before {
content: '';
width: 9.69px;
height: 9.69px;
background-color: #FA8F00;
border-radius: 50%;
flex-shrink: 0;
}
.bagh-quicklinks-list a {
font-family: 'Bebas Neue', sans-serif;
font-weight: 400;
font-size: 22.4px;
line-height: 22.4px;
color: #FFFFFF;
text-transform: uppercase;
}
.bagh-quicklinks-list a:hover,
.bagh-quicklinks-list a:focus,
.bagh-quicklinks-list a:active {
color: #FFFFFF;
} .bagh-footer-bottom {
text-align: center;
padding-top: 30px;
}
.bagh-copyright {
font-family: 'Bebas Neue', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 22.4px;
color: #FFFFFF;
margin-bottom: 16px;
}
.bagh-footer-legal {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
align-items: center;
}
.bagh-footer-legal a {
font-family: 'Bebas Neue', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 22.4px;
color: #FFFFFF;
text-transform: uppercase;
}
.bagh-footer-legal a:hover,
.bagh-footer-legal a:focus,
.bagh-footer-legal a:active {
color: #FFFFFF;
}
.bagh-footer-legal .separator {
color: #FFFFFF;
font-family: 'Bebas Neue', sans-serif;
font-size: 20px;
line-height: 22.4px;
display: inline-flex;
align-items: center;
} @media (min-width: 1024px) {
.bagh-social-list {
display: flex;
}
.bagh-quicklinks-list {
display: flex;
}
}
@media (min-width: 1024px) and (max-width: 1439px) {
.bagh-footer-heading-box {
width: auto;
}
.bagh-footer-links-wrapper {
flex-direction: row;
gap: 60px;
justify-content: center;
}
.bagh-footer-social {
text-align: center;
}
.bagh-social-list {
align-items: start;
}
.bagh-footer-quicklinks {
text-align: center;
}
.bagh-quicklinks-list {
align-items: start;
}
.bagh-footer-logo {
max-width: 310px;
height: 71px;
}
}
@media (min-width: 1440px) and (max-width: 1600px) {
.bagh-footer-heading-box {
width: auto;
}
.bagh-footer-container {
flex-direction: column;
gap: 40px;
}
.bagh-footer-brand {
width: 100%;
}
.bagh-footer-logo {
max-width: 310px;
height: 71px;
}
.bagh-footer-description {
font-size: 16px;
line-height: 20px;
}
.bagh-footer-links-wrapper {
flex: 1;
flex-direction: row;
justify-content: center;
gap: 60px;
}
.bagh-footer-social {
text-align: left;
}
.bagh-social-list {
align-items: flex-start;
}
.bagh-footer-quicklinks {
text-align: left;
}
.bagh-quicklinks-list {
align-items: flex-start;
}
}
@media (min-width: 1601px) {
.bagh-footer-heading-box {
width: auto;
}
.bagh-footer-container {
flex-direction: row;
align-items: flex-start;
gap: 60px;
}
.bagh-footer-brand {
flex: 1 1 auto;
max-width: 945px;
}
.bagh-footer-logo {
max-width: 310px;
height: 71px;
}
.bagh-footer-description {
font-size: 16px;
line-height: 20px;
}
.bagh-footer-links-wrapper {
flex: 1;
flex-direction: row;
justify-content: flex-start;
gap: 60px;
}
.bagh-footer-social {
text-align: left;
}
.bagh-social-list {
align-items: flex-start;
}
.bagh-footer-quicklinks {
text-align: left;
}
.bagh-quicklinks-list {
align-items: flex-start;
}
}  .container-padding-x {
padding-left: 28px;
padding-right: 28px;
}
@media (min-width: 1024px) {
.container-padding-x {
padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 1280px) {
.container-padding-x {
padding-left: 48px;
padding-right: 48px;
}
}
@media (min-width: 1440px) {
.container-padding-x {
padding-left: 142px;
padding-right: 142px;
}
}
.bagh-hide-mobile {
display: none !important;
}
.bagh-hide-desktop {
display: block;
}
@media (min-width: 1024px) {
.bagh-hide-mobile {
display: block !important;
}
.bagh-hide-desktop {
display: none !important;
}
} .bagh-games-container-padding {
padding-left: 28px;
padding-right: 28px;
}
@media (min-width: 1024px) {
.bagh-games-container-padding {
padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 1280px) {
.bagh-games-container-padding {
padding-left: 48px;
padding-right: 48px;
}
}
@media (min-width: 1440px) {
.bagh-games-container-padding {
padding-left: 100px;
padding-right: 100px;
}
}
@media (min-width: 1441px) {
.bagh-games-container-padding {
padding-left: 20px;
padding-right: 20px;
}
} .bagh-main-404 {
background: #010101;
min-height: 100vh;
}
.bagh-404-section {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 60px 32px;
}
.bagh-404-container {
max-width: 800px;
text-align: center;
} .bagh-404-title {
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 120px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 24px;
}
.bagh-404-subtitle {
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 48px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 32px;
}
.bagh-404-text {
font-family: 'Mohave', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 150%;
color: #FFFFFF;
margin-bottom: 40px;
} .bagh-btn-home {
display: inline-block;
padding: 16px 40px;
border-top-left-radius: 16px;
border-bottom-right-radius: 16px;
background: radial-gradient(141.42% 141.42% at 0% 100%, #FA8F00 58%, #FFD700 100%);
box-shadow: 0px 0px 32px 0px #D36100;
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 20px;
line-height: 27.04px;
text-align: center;
color: #FEFEFE;
text-decoration: none;
transition: transform 0.2s ease;
}
.bagh-btn-home:hover {
transform: translateY(-2px);
} @media (min-width: 768px) {
.bagh-404-title {
font-size: 180px;
}
.bagh-404-subtitle {
font-size: 72px;
}
.bagh-404-text {
font-size: 24px;
}
.bagh-btn-home {
font-size: 24px;
padding: 20px 50px;
}
} .bagh-easy-access-games {
background: transparent;
padding: 46px 28px 0 28px;
}
.bagh-easy-access-container {
max-width: 1636px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 32px;
align-items: center;
padding: 40px 28px;
background-image:
linear-gradient(0deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)),
linear-gradient(0deg, rgba(0, 0, 0, 0) 86.2%, #000000 93.33%),
url(//bagh44.com/wp-content/uploads/2025/10/hero-branding-bg.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
} .bagh-easy-access-image {
width: 100%;
display: flex;
justify-content: center;
order: 1;
}
.bagh-easy-access-image img {
width: 100%;
max-width: 481px;
height: auto;
display: block;
} .bagh-easy-access-content {
width: 100%;
display: flex;
flex-direction: column;
gap: 24px;
order: 2;
}
.bagh-easy-access-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
text-align: center;
color: #FDAD00;
max-width: 175px;
margin: auto;
}
.bagh-easy-access-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
text-align: center;
color: #C5B4B4;
margin: 0;
} @media (min-width: 1024px) {
.bagh-easy-access-games {
padding: 46px 40px 0 40px;
}
.bagh-easy-access-container {
flex-direction: row;
gap: 60px;
align-items: center;
padding: 80px 40px;
}
.bagh-easy-access-image {
flex: 1;
order: 1;
max-width: 50%;
}
.bagh-easy-access-content {
flex: 1;
order: 2;
gap: 32px;
max-width: 50%;
}
.bagh-easy-access-title {
font-size: 36px;
text-align: left;
max-width: none;
margin: 0;
}
.bagh-easy-access-description {
text-align: left;
font-size: 16px;
}
}
@media (min-width: 1280px) {
.bagh-easy-access-games {
padding: 80px 142px 0 142px;
}
.bagh-easy-access-container {
gap: 32px;
padding: 80px 48px;
}
}
@media (min-width: 1441px) {
.bagh-easy-access-games {
padding: 100px 142px 0 142px;
}
.bagh-easy-access-title {
font-size: 48px;
}
}
@media (min-width: 1600px) {
.bagh-easy-access-container {
gap: 50px;
padding: 80px 173px;
}
}  .bagh-hero-services {
background: transparent;
padding: 27px 20px 0 20px;
}
.bagh-hero-services-container {
min-height: 200px;
background: url(//bagh44.com/wp-content/uploads/2026/01/services-hero-mobile.webp) no-repeat center center;
background-size: cover;
border-top-right-radius: 64px;
border-bottom-left-radius: 32px;
max-width: 1626px;
margin: 0 auto;
}
@media (min-width: 1024px) {
.bagh-hero-services {
padding: 37px 40px 0 40px;
}
.bagh-hero-services-container {
min-height: 360px;
background: url(//bagh44.com/wp-content/uploads/2026/01/services-hero-desktop-scaled.webp) no-repeat center center;
background-size: cover;
}
}
@media (min-width: 1280px) {
.bagh-hero-services {
padding: 37px 142px 0 142px;
}
}
@media (min-width: 1441px) {
.bagh-hero-services-container {
min-height: 529px;
}
}
@media (min-width: 1600px) {
.bagh-hero-services {
padding: 37px 152px 0 152px;
}
} .bagh-content-services {
background: transparent;
padding: 0 20px;
}
.bagh-content-services-container {
max-width: 1626px;
margin: 0 auto;
padding: 40px 0;
border-top-left-radius: 32px;
border-bottom-right-radius: 64px;
background: radial-gradient(42.36% 351.1% at 85.64% 50%, #1C1100 36.41%, #010101 67.29%), linear-gradient(0deg, #1C1100, #1C1100);
}
@media (min-width: 1024px) {
.bagh-content-services {
padding: 0 40px 125px 40px;
}
.bagh-content-services-container {
padding: 80px 0;
}
}
@media (min-width: 1280px) {
.bagh-content-services {
padding: 0 142px 125px 142px;
}
}
@media (min-width: 1600px) {
.bagh-content-services {
padding: 0 152px 111px 152px;
}
}
@media (min-width: 1800px) {
.bagh-content-services-container {
padding: 80px 182px;
}
} .bagh-services-intro {
margin-bottom: 40px;
text-align: center;
}
.bagh-services-intro-title {
font-family: Mohave, sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 100%;
text-align: center;
text-transform: uppercase;
color: #FDAD00;
margin-bottom: 16px;
}
.bagh-services-intro-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 100%;
text-align: center;
color: #C5B4B4;
}
@media (min-width: 1024px) {
.bagh-services-intro-title {
font-size: 64px;
}
.bagh-services-intro-description {
font-size: 14px;
}
.bagh-services-intro {
padding: 0 41px;
}
}
@media (min-width: 1441px) {
.bagh-services-intro-title {
font-size: 84px;
}
.bagh-services-intro-description {
font-size: 16px;
}
.bagh-services-intro {
padding: 0;
}
} .bagh-services-bordered-container {
border-top-left-radius: 32px;
border-bottom-right-radius: 64px;
padding: 48px 46px;
border: 5px solid #FDAD0066;
}
@media (min-width: 1024px) {
.bagh-services-bordered-container {
padding: 48px 46px;
}
} .bagh-services-section-title {
font-family: Mohave, sans-serif;
font-weight: 600;
font-size: 20px;
line-height: 100%;
text-transform: uppercase;
color: #FDAD00;
margin-bottom: 16px;
}
.bagh-services-section-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #C5B4B4;
margin-bottom: 16px;
}
@media (min-width: 1024px) {
.bagh-services-section-title {
font-size: 24px;
}
.bagh-services-section-description {
font-size: 14px;
}
}
@media (min-width: 1441px) {
.bagh-services-section-description {
font-size: 16px;
}
} .bagh-services-list-item,
.bagh-services-promotions-list li,
.bagh-services-affiliate-list li {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #C5B4B4;
margin-bottom: 12px;
padding-left: 20px;
position: relative;
}
.bagh-services-list-item::before,
.bagh-services-promotions-list li::before,
.bagh-services-affiliate-list li::before {
content: "•";
position: absolute;
left: 0;
color: #FDAD00;
font-size: 16px;
}
@media (min-width: 1024px) {
.bagh-services-list-item,
.bagh-services-promotions-list li,
.bagh-services-affiliate-list li {
font-size: 14px;
}
}
@media (min-width: 1441px) {
.bagh-services-list-item,
.bagh-services-promotions-list li,
.bagh-services-affiliate-list li {
font-size: 16px;
}
} .bagh-services-btn {
display: inline-block;
border-top-left-radius: 16px;
border-bottom-right-radius: 16px;
border: 1px solid #FA8F00;
padding: 8px 24px;
font-family: Mohave, sans-serif;
font-weight: 600;
font-size: 12px;
line-height: 27.04px;
text-align: center;
color: #FEFEFE;
text-decoration: none;
background: transparent;
margin-top: 20px;
width: 100%;
}
@media (min-width: 1024px) {
.bagh-services-btn {
font-size: 16px;
}
} .bagh-services-offer {
margin-bottom: 79px;
}
.bagh-services-offer-image {
width: 100%;
height: auto;
display: block;
margin-top: 20px;
} .bagh-services-promotions {
margin-bottom: 79px;
}
.bagh-services-promotions .bagh-services-btn {
width: 100%;
}
@media (min-width: 1024px) {
.bagh-services-promotions .bagh-services-btn {
display: block;
max-width: 376px;
margin: 20px auto 0 auto;
}
}
.bagh-services-promotions-list {
list-style: none;
padding: 0;
margin: 16px 0;
}
.bagh-services-promotions-images {
display: flex;
flex-direction: column;
gap: 16px;
margin: 24px 0;
overflow: hidden;
}
.bagh-services-promo-image {
width: 100%;
max-width: 100%;
height: auto;
display: block;
object-fit: contain;
}
@media (min-width: 1024px) {
.bagh-services-promotions-images {
flex-direction: row;
gap: 20px;
}
.bagh-services-promo-image {
flex: 1;
min-width: 0;
}
} .bagh-services-vip {
margin-bottom: 79px;
}
.bagh-services-vip .bagh-services-btn {
width: 100%;
}
@media (min-width: 1024px) {
.bagh-services-vip .bagh-services-btn {
display: block;
max-width: 376px;
margin: 20px auto 0 auto;
}
}
.bagh-services-vip-image {
width: 100%;
height: auto;
display: block;
margin-bottom: 20px;
} .bagh-services-app {
margin-bottom: 79px;
}
.bagh-services-app .bagh-services-btn {
width: 100%;
}
@media (min-width: 1024px) {
.bagh-services-app .bagh-services-btn {
max-width: 195px;
}
}
.bagh-services-app-flex {
display: flex;
flex-direction: column;
gap: 24px;
}
.bagh-services-app-image {
width: 100%;
height: auto;
display: block;
max-width: 335px;
}
.bagh-services-app-content {
display: flex;
flex-direction: column;
}
@media (min-width: 1024px) {
.bagh-services-app-flex {
flex-direction: row;
align-items: center;
gap: 40px;
}
.bagh-services-app-image {
flex: 1;
}
.bagh-services-app-content {
flex: 1;
}
} .bagh-services-affiliate {
margin-bottom: 0;
padding: 48px 0 0;
}
.bagh-services-affiliate .bagh-services-btn {
width: 100%;
}
.bagh-services-affiliate-container {
display: flex;
flex-direction: column;
position: relative;
} .bagh-services-affiliate-image-wrapper {
width: 100%;
position: relative;
flex: 1;
overflow: hidden;
}
.bagh-services-affiliate-image-wrapper::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50%;
background: linear-gradient(180deg, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.6) 70%, #000000 100%);
pointer-events: none;
z-index: 1;
}
.bagh-services-affiliate-image {
width: 100%;
height: 150px;
display: block;
object-fit: cover;
object-position: 100% 0%;
transform: scale(1.5);
transform-origin: 100% 0%;
} .bagh-services-affiliate-content {
background: #000000;
padding: 0 12px 28px 12px;
display: flex;
flex-direction: column;
gap: 16px;
justify-content: center;
}
.bagh-services-affiliate-list {
list-style: none;
padding: 0;
margin: 16px 0;
}
@media (min-width: 1024px) {
.bagh-services-affiliate {
padding: 100px 0 0;
}
.bagh-services-affiliate-container {
max-width: 1600px;
margin: 0 auto;
min-height: 545px;
background: url(//bagh44.com/wp-content/uploads/2026/01/services-affiliate-program.webp) no-repeat center center;
background-size: cover;
position: relative;
background-position: 65% 0%;
} .bagh-services-affiliate-container::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(225.02deg, rgba(0, 0, 0, 0) 45.66%, #000000 76.85%),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
pointer-events: none;
z-index: 1;
} .bagh-services-affiliate-image-wrapper {
display: none;
} .bagh-services-affiliate-image-wrapper::after {
display: none;
}
.bagh-services-affiliate-content {
margin-right: auto;
margin-left: 0;
max-width: 46%;
background: transparent;
padding: 66px 0 66px 66px;
position: relative;
z-index: 2;
}
}  .bagh-hero-vip {
background: transparent;
padding: 27px 20px 0 20px;
}
.bagh-hero-vip-container {
min-height: 200px;
background: url(//bagh44.com/wp-content/uploads/2026/01/vip-hero-mobile.webp) no-repeat center center;
background-size: cover;
border-top-right-radius: 64px;
border-bottom-left-radius: 32px;
max-width: 1626px;
margin: 0 auto;
}
@media (min-width: 1024px) {
.bagh-hero-vip {
padding: 37px 40px 0 40px;
}
.bagh-hero-vip-container {
min-height: 360px;
background: url(//bagh44.com/wp-content/uploads/2026/01/vip-hero-tablet.webp) no-repeat center center;
background-size: cover;
}
}
@media (min-width: 1280px) {
.bagh-hero-vip {
padding: 37px 142px 0 142px;
}
}
@media (min-width: 1441px) {
.bagh-hero-vip-container {
background: url(//bagh44.com/wp-content/uploads/2026/01/vip-hero-desktop.webp) no-repeat center center;
background-size: cover;
min-height: 539px;
}
}
@media (min-width: 1600px) {
.bagh-hero-vip {
padding: 37px 152px 0 152px;
}
}  .bagh-legal-page {
padding: 42px 20px;
} .bagh-legal-container {
margin: 0 auto;
border: 5px solid #FDAD0066;
border-top-left-radius: 32px;
border-bottom-right-radius: 64px;
padding: 24px 28px;
max-width: 1261px;
} .bagh-legal-title {
font-family: Mohave, sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 100%;
text-align: center;
text-transform: uppercase;
color: #FDAD00;
margin-bottom: 24px;
} .bagh-legal-subtitle {
font-family: 'Inria Sans', sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 100%;
color: #C5B4B4;
margin-bottom: 4px;
} .bagh-legal-text {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #C5B4B4;
margin-bottom: 16px;
}
.bagh-legal-text:last-child {
margin-bottom: 0;
}
.bagh-main-privacy .bagh-legal-text:nth-last-child(2) {
margin-bottom: 0;
}
.bagh-legal-list {
margin: 0 0 24px 10px;
}
.bagh-legal-list li {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #C5B4B4;
margin-bottom: 6px;
padding-left: 16px;
position: relative;
}
.bagh-legal-list li::before {
content: '•';
color: #C5B4B4;
font-size: 18px;
position: absolute;
left: 0;
top: -2px;
} @media (min-width: 1024px) {
.bagh-legal-page {
padding: 45px 94px 85px 94px;
}
.bagh-legal-container {
padding: 48px 46px;
}
.bagh-legal-title {
font-size: 36px;
margin-bottom: 32px;
}
.bagh-legal-subtitle {
font-size: 18px;
}
.bagh-legal-text {
font-size: 14px;
margin-bottom: 20px;
}
.bagh-legal-list li {
font-size: 14px;
}
} @media (min-width: 1441px) {
.bagh-legal-page {
padding: 112px 94px 122px 94px;
}
.bagh-legal-container {
padding: 48px 46px;
}
.bagh-legal-title {
font-size: 56px;
margin-bottom: 40px;
}
.bagh-legal-subtitle {
font-size: 20px;
}
.bagh-legal-text {
font-size: 16px;
margin-bottom: 24px;
}
.bagh-legal-list li {
font-size: 16px;
}
} .bagh-vip-unique-program {
margin-bottom: 40px;
}
.bagh-vip-unique-flex {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
.bagh-vip-unique-image {
width: 100%;
max-width: 214px;
height: auto;
display: block;
}
.bagh-vip-unique-content {
display: flex;
flex-direction: column;
}
@media (min-width: 1024px) {
.bagh-vip-unique-program {
margin-bottom: 0;
}
.bagh-vip-unique-flex {
flex-direction: row;
align-items: center;
gap: 40px;
}
.bagh-vip-unique-image {
max-width: 442px;
flex-shrink: 0;
}
.bagh-vip-unique-content {
flex: 1;
}
} .bagh-vip-membership {
margin-bottom: 20px;
}
.bagh-vip-membership-flex {
display: flex;
flex-direction: column;
gap: 20px;
background: url(//bagh44.com/wp-content/uploads/2026/01/vip-membership-mobile.webp) no-repeat center center;
background-size: cover;
padding: 24px 12px;
}
.bagh-vip-membership-content {
display: flex;
flex-direction: column;
order: 1;
}
.bagh-vip-membership-logo {
width: 100%;
max-width: 298px;
height: auto;
display: block;
order: 2;
}
@media (min-width: 1024px) {
.bagh-vip-membership-flex {
flex-direction: row;
align-items: center;
background: url(//bagh44.com/wp-content/uploads/2026/01/vip-membership-desktop-scaled.webp) no-repeat center center;
background-size: cover;
padding: 0 66px;
gap: 40px;
}
.bagh-vip-membership-content {
flex: 1;
order: 1;
padding: 217px 0;
}
.bagh-vip-membership-logo {
max-width: 368px;
order: 2;
flex-shrink: 0;
}
}
@media (min-width: 1441px) {
.bagh-vip-membership-logo {
max-width: 428px;
}
.bagh-vip-membership-content {
padding: 201px 0;
}
} .bagh-vip-how-to-become {
margin-bottom: 0;
}
.bagh-vip-steps-list,
.bagh-vip-benefits-list {
list-style: none;
padding: 0;
padding-left: 20px;
margin: 16px 0;
}
.bagh-vip-steps-list li,
.bagh-vip-benefits-list li {
padding-left: 20px;
position: relative;
}
.bagh-vip-steps-list li::before,
.bagh-vip-benefits-list li::before {
content: "•";
position: absolute;
left: 0;
color: #C5B4B4;
font-size: 16px;
}
.bagh-vip-steps-list li a,
.bagh-vip-benefits-list li a {
color: #FDAD00;
text-decoration: underline !important;
}
.bagh-vip-steps-list li a:hover,
.bagh-vip-steps-list li a:focus,
.bagh-vip-steps-list li a:active,
.bagh-vip-benefits-list li a:hover,
.bagh-vip-benefits-list li a:focus,
.bagh-vip-benefits-list li a:active {
color: #FFC933;
}
.bagh-vip-member-image {
width: 100%;
height: auto;
display: block;
margin: 24px 0;
}
.bagh-vip-cta-btn {
width: 100%;
max-width: 376px !important;
}
@media (min-width: 1024px) {
.bagh-vip-cta-btn {
display: block;
margin: 20px auto 0 auto;
}
}  .bagh-hero-app {
background: transparent;
padding: 27px 20px 0 20px;
}
.bagh-hero-app-container {
min-height: 200px;
background: url(//bagh44.com/wp-content/uploads/2026/01/app-hero-mobile.webp) no-repeat center center;
background-size: cover;
border-top-right-radius: 64px;
border-bottom-left-radius: 32px;
max-width: 1626px;
margin: 0 auto;
}
@media (min-width: 1024px) {
.bagh-hero-app {
padding: 37px 40px 0 40px;
}
.bagh-hero-app-container {
min-height: 360px;
background: url(//bagh44.com/wp-content/uploads/2026/01/app-hero-tablet.webp) no-repeat center center;
background-size: cover;
}
}
@media (min-width: 1280px) {
.bagh-hero-app {
padding: 37px 142px 0 142px;
}
}
@media (min-width: 1441px) {
.bagh-hero-app-container {
background: url(//bagh44.com/wp-content/uploads/2026/01/app-hero-desktop.webp) no-repeat center center;
background-size: cover;
min-height: 539px;
}
}
@media (min-width: 1600px) {
.bagh-hero-app {
padding: 37px 152px 0 152px;
}
} .bagh-app-user-friendly {
margin-bottom: 79px;
}
.bagh-app-steps-list {
list-style: none;
padding: 0;
padding-left: 20px;
margin: 16px 0;
}
.bagh-app-steps-list li {
padding-left: 20px;
position: relative;
}
.bagh-app-steps-list li::before {
content: "•";
position: absolute;
left: 0;
color: #C5B4B4;
font-size: 16px;
}
.bagh-app-steps-list li a {
color: #FDAD00;
text-decoration: underline !important;
}
.bagh-app-steps-list li a:hover,
.bagh-app-steps-list li a:focus,
.bagh-app-steps-list li a:active {
color: #FFC933;
}
.bagh-app-user-friendly-image {
width: 100%;
height: auto;
display: block;
margin: 24px 0;
} .bagh-app-key-features {
margin-bottom: 79px;
}
.bagh-app-key-features-flex {
display: flex;
flex-direction: column;
gap: 24px;
}
.bagh-app-key-features-content {
display: flex;
flex-direction: column;
}
.bagh-app-features-grid {
display: flex;
flex-direction: column;
gap: 16px;
margin: 20px 0;
}
.bagh-app-feature-item {
display: flex;
flex-direction: row;
align-items: center;
gap: 24px;
background: #B3B3B30D;
box-shadow: 0px 4px 10.2px 3px #0000001C;
padding: 25px 16px;
border-radius: 16px;
}
.bagh-app-feature-icon {
flex-shrink: 0;
}
.bagh-app-feature-icon svg {
width: 37px;
height: 37px;
display: block;
}
.bagh-app-feature-text {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #C5B4B4;
margin: 0;
}
.bagh-app-key-features-logo {
width: 100%;
max-width: 298px;
height: auto;
display: block;
margin: 0 auto;
}
@media (min-width: 1024px) {
.bagh-app-key-features-flex {
flex-direction: row;
align-items: center;
gap: 40px;
}
.bagh-app-key-features-content {
flex: 1;
}
.bagh-app-features-grid {
gap: 20px;
}
.bagh-app-feature-item {
padding: 24px 20px;
gap: 20px;
}
.bagh-app-feature-text {
font-size: 14px;
}
.bagh-app-key-features-logo {
max-width: 414px;
flex-shrink: 0;
}
}
@media (min-width: 1441px) {
.bagh-app-key-features-logo {
max-width: 517px;
}
.bagh-app-feature-text {
font-size: 16px;
}
} .bagh-app-secure-transactions {
margin-bottom: 79px;
}
.bagh-app-secure-image {
width: 100%;
height: auto;
display: block;
margin-bottom: 20px;
} .bagh-app-vip-perks {
margin-bottom: 0;
}
.bagh-app-vip-perks-flex {
display: flex;
flex-direction: column;
gap: 20px;
}
.bagh-app-vip-perks-image {
width: 100%;
max-width: 298px;
height: auto;
display: block;
}
.bagh-app-vip-perks-content {
display: flex;
flex-direction: column;
}
.bagh-app-vip-btn {
width: 100%;
}
@media (min-width: 1024px) {
.bagh-app-vip-perks-flex {
flex-direction: row;
gap: 40px;
}
.bagh-app-vip-perks-image {
max-width: 335px;
flex-shrink: 0;
}
.bagh-app-vip-perks-content {
flex: 1;
}
.bagh-app-vip-btn {
max-width: 195px;
}
}  .bagh-blog-header {
padding: 41px 20px 0 20px;
}
.bagh-blog-header-container {
border: 5px solid #FDAD0066;
border-top-left-radius: 32px;
border-bottom-right-radius: 64px;
background: radial-gradient(42.36% 351.1% at 85.64% 50%, #1C1100 36.41%, #010101 67.29%), linear-gradient(0deg, #1C1100, #1C1100);
padding: 48px;
display: flex;
flex-direction: column;
gap: 16px;
max-width: 1636px;
margin: 0 auto;
}
.bagh-blog-header-title {
font-family: Mohave, sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 100%;
text-align: center;
text-transform: uppercase;
color: #FDAD00;
margin: 0;
}
.bagh-blog-header-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 100%;
text-align: center;
color: #C5B4B4;
margin: 0;
}
@media (min-width: 1024px) {
.bagh-blog-header {
padding: 41px 40px 0 40px;
}
.bagh-blog-header-container {
padding: 57px 52px;
gap: 24px;
}
.bagh-blog-header-title {
font-size: 64px;
}
.bagh-blog-header-description {
font-size: 14px;
max-width: 1052px;
margin: 0 auto;
}
}
@media (min-width: 1280px) {
.bagh-blog-header {
padding: 41px 142px 0 142px;
}
}
@media (min-width: 1441px) {
.bagh-blog-header-container {
padding: 50px 51px;
gap: 32px;
}
.bagh-blog-header-title {
font-size: 84px;
}
.bagh-blog-header-description {
font-size: 16px;
max-width: 1350px;
}
} .bagh-blog-cards-section {
padding: 41px 20px;
background: transparent;
}
.bagh-blog-cards-container {
display: flex;
flex-direction: column;
gap: 29px;
max-width: 1660px;
margin: 0 auto;
}
.bagh-blog-cards-title {
font-family: Mohave, sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin: 0;
}
.bagh-blog-cards-grid {
display: grid;
grid-template-columns: 1fr;
gap: 24px;
} .bagh-blogs-page-card {
padding: 28px;
gap: 24px;
border: 5px solid #FA8F00;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
overflow: hidden;
display: flex;
flex-direction: column;
background: transparent;
} .bagh-blogs-page-card.bagh-blog-card-hidden {
display: none !important;
}
.bagh-blogs-page-card-image {
width: 100%;
overflow: hidden;
}
.bagh-blogs-page-card-image img {
width: 100%;
height: auto;
display: block;
}
.bagh-blogs-page-card-content {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.bagh-blogs-page-card-title {
font-family: 'Bebas Neue', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 20px;
color: #FEFEFE;
margin: 0;
}
.bagh-blogs-page-card-date {
font-family: 'Bebas Neue', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
color: #FEFEFE;
margin: 20px 0 8px 0;
}
.bagh-blogs-page-card-description {
flex-grow: 1;
}
.bagh-blogs-page-card-description p {
font-family: 'Source Sans 3', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 15px;
color: #BFBFBF;
margin: 0;
display: -webkit-box;
line-clamp: 4;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.bagh-blogs-page-card-link {
font-family: 'Bebas Neue', sans-serif;
display: inline-block;
width: 100%;
max-width: 165px;
padding: 5px 44px;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
background: radial-gradient(141.42% 141.42% at 0% 100%, #FA8F00 58%, #FFD700 100%);
font-weight: 400;
font-size: 14px;
line-height: 27.04px;
color: #FEFEFE;
text-align: center;
text-transform: uppercase;
margin-top: 5px;
}
.bagh-blogs-page-card-link:hover,
.bagh-blogs-page-card-link:focus,
.bagh-blogs-page-card-link:active {
color: #FEFEFE;
}
.bagh-blog-no-posts {
font-family: 'Inria Sans', sans-serif;
font-size: 16px;
color: #C5B4B4;
text-align: center;
padding: 40px 0;
} .bagh-blog-see-more-wrapper {
display: flex;
justify-content: center;
}
.bagh-blog-see-more-btn {
font-family: 'Bebas Neue', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 21.6px;
color: #FEFEFE;
background: transparent;
border: 2px solid #FDAD00;
border-top-left-radius: 8px;
border-bottom-right-radius: 16px;
padding: 12px 32px;
cursor: pointer;
text-transform: uppercase;
transition: all 0.3s ease;
width: 100%;
}
.bagh-blog-see-more-btn:hover {
background: #FDAD00;
color: #000000;
}
@media (min-width: 768px) {
.bagh-blog-cards-grid {
grid-template-columns: repeat(2, 1fr);
gap: 32px;
}
}
@media (min-width: 1024px) {
.bagh-blog-cards-section {
padding: 41px 40px;
}
.bagh-blog-cards-grid {
grid-template-columns: repeat(5, 1fr);
gap: 40px;
}
.bagh-blogs-page-card-link {
padding: 5px 0;
} .bagh-blog-see-more-wrapper {
display: none;
} .bagh-blogs-page-card.bagh-blog-card-hidden {
display: flex !important;
}
}
@media (min-width: 1280px) {
.bagh-blog-cards-section {
padding: 41px 142px;
}
}
@media (min-width: 1600px) {
.bagh-blog-cards-title {
font-size: 48px;
}
.bagh-blogs-page-card-title {
font-size: 24px;
}
.bagh-blogs-page-card-link {
font-size: 20.8px;
padding: 14px 0;
margin-top: 30px;
}
.bagh-blog-cards-container {
gap: 17px;
}
} .bagh-other-brands-section {
background: transparent;
padding: 41px 20px 139px 20px;
}
@media (min-width: 1024px) {
.bagh-other-brands-section {
padding: 41px 40px 88px 40px;
}
}
@media (min-width: 1280px) {
.bagh-other-brands-section {
padding: 41px 142px 88px 142px;
}
}
@media (min-width: 1600px) {
.bagh-other-brands-section {
padding: 41px 142px 174px 142px;
}
}  .bagh-single-post-header {
padding: 35px 20px 0 20px;
}
.bagh-single-post-header-image {
width: 100%;
max-width: 1626px;
margin: 0 auto;
display: block;
border-top-left-radius: 32px;
border-bottom-right-radius: 64px;
overflow: hidden;
}
.bagh-single-post-header-image img {
width: 100%;
height: auto;
display: block;
} .bagh-single-post-header-fallback {
padding: 40px 20px;
text-align: center;
border-top: 5px solid #FDAD0066;
border-top-left-radius: 32px;
border-bottom-right-radius: 64px;
max-width: 1626px;
margin: 0 auto;
}
.bagh-single-post-header-title {
font-family: Mohave, sans-serif;
font-weight: 700;
font-size: 32px;
line-height: 1.2;
color: #FDAD00;
margin: 0;
}
@media (min-width: 1024px) {
.bagh-single-post-header {
padding: 41px 40px 0 40px;
}
.bagh-single-post-header-fallback {
padding: 60px 40px;
}
.bagh-single-post-header-title {
font-size: 48px;
}
}
@media (min-width: 1280px) {
.bagh-single-post-header {
padding: 41px 142px 0 142px;
}
}
@media (min-width: 1441px) {
.bagh-single-post-header-title {
font-size: 64px;
}
} .bagh-single-post-content {
background: transparent;
padding: 35px 20px 36px 20px;
}
.bagh-single-post-container {
max-width: 1626px;
margin: 0 auto;
padding: 0;
}
.bagh-single-post-flex {
display: flex;
flex-direction: column;
gap: 32px;
background: radial-gradient(42.36% 351.1% at 85.64% 50%, #1C1100 36.41%, #010101 67.29%), linear-gradient(0deg, #1C1100, #1C1100);
border-top-left-radius: 32px;
border-bottom-right-radius: 64px;
padding: 41px 20px;
padding: 0 0 36px 0;
} .bagh-single-post-main {
flex: 1;
}
.bagh-single-post-main h1,
.bagh-single-post-main h2,
.bagh-single-post-main h3,
.bagh-single-post-main h4,
.bagh-single-post-main h5,
.bagh-single-post-main h6 {
font-family: Mohave, sans-serif;
color: #FDAD00;
margin-bottom: 12px;
font-weight: 600;
line-height: 100%;
text-transform: uppercase;
}
.bagh-single-post-main h1 {
font-size: 24px;
margin-bottom: 24px;
}
.bagh-single-post-main h2 {
font-size: 20px;
}
.bagh-single-post-main h3 {
font-size: 18px;
}
.bagh-single-post-main h4 {
font-size: 16px;
}
.bagh-single-post-main p {
font-family: 'Inria Sans', sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 100%;
color: #C5B4B4;
margin-bottom: 24px;
}
.bagh-single-post-main ul,
.bagh-single-post-main ol {
font-family: 'Inria Sans', sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 100%;
color: #C5B4B4;
margin: 0 0 16px 0;
padding-left: 20px;
}
.bagh-single-post-main ol {
list-style-type: decimal !important;
}
.bagh-single-post-main ul li {
font-family: 'Inria Sans', sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 100%;
color: #C5B4B4;
margin-bottom: 8px;
display: list-item !important;
position: relative;
padding-left: 15px;
}
.bagh-single-post-main ul li::before {
content: "•";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
color: #C5B4B4;
font-size: 16px;
}
.bagh-single-post-main ol li {
font-family: 'Inria Sans', sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 100%;
color: #C5B4B4;
margin-bottom: 8px;
display: list-item !important;
}
.bagh-single-post-main a {
color: #FDAD00;
text-decoration: underline !important;
}
.bagh-single-post-main a:hover,
.bagh-single-post-main a:focus,
.bagh-single-post-main a:active {
color: #FDAD00;
}
.bagh-single-post-main img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 16px 0;
} .bagh-single-post-sidebar {
background: #000000;
padding: 30px 20px;
display: flex;
flex-direction: column;
gap: 32px;
border-top-left-radius: 32px;
border-bottom-right-radius: 64px;
align-self: flex-start;
margin: 0 auto;
width: 100%;
} .bagh-recommended-section {
display: flex;
flex-direction: column;
gap: 16px;
}
.bagh-recommended-title {
font-family: Mohave, sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 100%;
text-transform: uppercase;
color: #C5B4B4;
margin: 0;
}
.bagh-recommended-list {
display: flex;
flex-direction: column;
gap: 12px;
}
.bagh-recommended-item {
border: 5px solid #FDAD0026;
padding: 35px 25px;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
}
.bagh-recommended-link {
font-family: Mohave, sans-serif;
font-weight: 600;
font-size: 12px;
line-height: 100%;
text-transform: uppercase;
color: #FEFEFE;
text-decoration: none;
display: block;
transition: color 0.3s ease;
padding: 10px 53px;
}
.bagh-recommended-link:hover,
.bagh-recommended-link:focus,
.bagh-recommended-link:active {
color: #FDAD00;
} .bagh-see-more-btn {
font-family: Mohave;
font-weight: 600;
font-size: 14px;
line-height: 27.04px;
text-align: center;
background: transparent;
border: 2px solid #FDAD00;
padding: 7px 32px;
cursor: pointer;
transition: all 0.3s ease;
width: 100%;
border-top-left-radius: 16px;
border-bottom-right-radius: 16px;
}
.bagh-see-more-btn:hover {
background: #FDAD00;
color: #000000;
transform: translateY(-2px);
}
.bagh-see-more-btn:disabled {
cursor: not-allowed !important;
opacity: 0.5;
} @media (min-width: 1024px) {
.bagh-single-post-content {
padding: 0 40px 72px 40px;
}
.bagh-single-post-flex {
flex-direction: row;
gap: 40px;
padding: 41px;
}
.bagh-single-post-main {
flex: 2;
}
.bagh-single-post-main h1 {
font-size: 48px;
}
.bagh-single-post-main h2 {
font-size: 24px;
}
.bagh-single-post-main h3 {
font-size: 20px;
}
.bagh-single-post-main h4 {
font-size: 18px;
}
.bagh-single-post-main p,
.bagh-single-post-main ul li,
.bagh-single-post-main ol li {
font-size: 14px;
}
.bagh-single-post-main ul,
.bagh-single-post-main ol {
font-size: 14px;
}
.bagh-single-post-sidebar {
flex: 1;
max-width: 283px;
padding: 32px;
align-items: flex-start;
text-align: left;
}
.bagh-recommended-title {
font-size: 18px;
}
.bagh-recommended-link {
font-size: 14px;
padding: 0;
}
}
@media (min-width: 1280px) {
.bagh-single-post-content {
padding: 0 142px 72px 142px;
}
}
@media (min-width: 1441px) {
.bagh-single-post-main h1 {
font-size: 64px;
}
.bagh-single-post-main h2 {
font-size: 24px;
}
.bagh-single-post-main h3 {
font-size: 20px;
}
.bagh-single-post-main h4 {
font-size: 18px;
}
.bagh-single-post-main p,
.bagh-single-post-main ul li,
.bagh-single-post-main ol li {
font-size: 16px;
}
.bagh-single-post-main ul,
.bagh-single-post-main ol {
font-size: 16px;
}
.bagh-recommended-link {
font-size: 18px;
}
.bagh-see-more-btn {
font-size: 16px;
}
}
@media (min-width: 1600px) {
.bagh-single-post-sidebar {
max-width: 472px;
}
.bagh-single-post-content {
padding: 0 142px 146px 142px;
}
}  .bagh-hero-promotions {
background: transparent;
padding: 27px 20px 0 20px;
}
.bagh-hero-promotions-container {
min-height: 200px;
background: url(//bagh44.com/wp-content/uploads/2026/01/promotions-hero-mobile.webp) no-repeat center center;
background-size: cover;
border-top-right-radius: 64px;
border-bottom-left-radius: 32px;
max-width: 1626px;
margin: 0 auto;
}
@media (min-width: 1024px) {
.bagh-hero-promotions {
padding: 37px 40px 0 40px;
}
.bagh-hero-promotions-container {
min-height: 360px;
background: url(//bagh44.com/wp-content/uploads/2026/01/promotions-hero-tablet.webp) no-repeat center center;
background-size: cover;
}
}
@media (min-width: 1280px) {
.bagh-hero-promotions {
padding: 37px 142px 0 142px;
}
}
@media (min-width: 1441px) {
.bagh-hero-promotions-container {
background: url(//bagh44.com/wp-content/uploads/2026/01/promotions-hero-desktop.webp) no-repeat center center;
background-size: cover;
min-height: 539px;
}
}
@media (min-width: 1600px) {
.bagh-hero-promotions {
padding: 37px 152px 0 152px;
}
} .bagh-promotions-best-bonuses {
margin-bottom: 79px;
}
.bagh-promotions-best-bonuses-flex {
display: flex;
flex-direction: column;
gap: 20px;
}
.bagh-promotions-best-bonuses-image {
width: 100%;
max-width: 378px;
height: auto;
display: block;
}
.bagh-promotions-best-bonuses-content {
display: flex;
flex-direction: column;
}
@media (min-width: 1024px) {
.bagh-promotions-best-bonuses-flex {
flex-direction: row;
align-items: center;
gap: 40px;
}
.bagh-promotions-best-bonuses-image {
flex-shrink: 0;
}
.bagh-promotions-best-bonuses-content {
flex: 1;
}
} .bagh-promotions-top-promotions {
margin-bottom: 79px;
}
.bagh-promotions-list {
list-style: none;
padding: 0;
padding-left: 20px;
margin: 16px 0;
}
.bagh-promotions-list li {
padding-left: 20px;
position: relative;
}
.bagh-promotions-list li::before {
content: "•";
position: absolute;
left: 0;
color: #C5B4B4;
font-size: 16px;
}
.bagh-promotions-list li span {
font-weight: 700;
}
.bagh-promo-images-grid {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
margin: 24px 0;
}
.bagh-promo-images-grid-image {
width: 100%;
height: auto;
display: block;
}
.bagh-promotions-btn {
width: 100%;
max-width: 376px !important;
}
@media (min-width: 1024px) {
.bagh-promo-images-grid {
grid-template-columns: repeat(6, 1fr);
gap: 20px;
}
.bagh-promo-images-grid-image:nth-child(1) {
grid-column: 1 / 3;
}
.bagh-promo-images-grid-image:nth-child(2) {
grid-column: 3 / 5;
}
.bagh-promo-images-grid-image:nth-child(3) {
grid-column: 5 / 7;
}
.bagh-promo-images-grid-image:nth-child(4) {
grid-column: 2 / 4;
}
.bagh-promo-images-grid-image:nth-child(5) {
grid-column: 4 / 6;
}
.bagh-promotions-btn {
display: block;
margin: 20px auto 0 auto;
}
} .bagh-promotions-why-matter {
margin-bottom: 79px;
} .bagh-promotions-vip-benefits {
margin-bottom: 79px;
} .bagh-promotions-platform-rewards {
margin-bottom: 0;
}
.bagh-promotions-platform-rewards-flex {
display: flex;
flex-direction: column;
background: #2C0F0F;
}
.bagh-promotions-platform-rewards-content {
padding: 19px 16px 12px 16px;
display: flex;
flex-direction: column;
}
.bagh-promotions-platform-rewards-image {
width: 100%;
max-width: 100%;
height: auto;
display: block;
}
@media (min-width: 1024px) {
.bagh-promotions-platform-rewards-flex {
flex-direction: row;
align-items: center;
padding-right: 24px;
gap: 56px;
}
.bagh-promotions-platform-rewards-content {
padding: 105px 0 105px 24px;
flex: 1;
}
.bagh-promotions-platform-rewards-image {
flex-shrink: 0;
width: auto;
max-width: 335px;
height: 100%;
object-fit: cover;
}
}
@media (min-width: 1441px) {
.bagh-promotions-platform-rewards-content {
padding: 98px 0 98px 50px;
}
.bagh-promotions-platform-rewards-flex {
padding-right: 50px;
}
}  .bagh-hero-affiliate {
background: transparent;
padding: 27px 20px 0 20px;
}
.bagh-hero-affiliate-container {
min-height: 200px;
background: url(//bagh44.com/wp-content/uploads/2026/01/affiliate-hero-mobile.webp) no-repeat center center;
background-size: cover;
border-top-right-radius: 64px;
border-bottom-left-radius: 32px;
max-width: 1626px;
margin: 0 auto;
position: relative;
} .bagh-hero-affiliate-woman-mobile {
position: absolute;
right: 0;
bottom: 0;
height: 100%;
width: auto;
max-width: 60%;
object-fit: contain;
object-position: bottom right;
}
@media (min-width: 1024px) {
.bagh-hero-affiliate {
padding: 37px 40px 0 40px;
}
.bagh-hero-affiliate-container {
min-height: 360px;
background: url(//bagh44.com/wp-content/uploads/2026/01/affiliate-hero-tablet.webp) no-repeat center center;
background-size: cover;
}
.bagh-hero-affiliate-woman-mobile {
display: none;
}
}
@media (min-width: 1280px) {
.bagh-hero-affiliate {
padding: 37px 142px 0 142px;
}
}
@media (min-width: 1441px) {
.bagh-hero-affiliate-container {
background: url(//bagh44.com/wp-content/uploads/2026/01/affiliate-hero-desktop.webp) no-repeat center center;
background-size: cover;
min-height: 539px;
}
}
@media (min-width: 1600px) {
.bagh-hero-affiliate {
padding: 37px 152px 0 152px;
}
} .bagh-affiliate-how-works {
margin-bottom: 79px;
}
.bagh-affiliate-how-works-flex {
display: flex;
flex-direction: column;
gap: 20px;
}
.bagh-affiliate-how-works-content {
display: flex;
flex-direction: column;
}
.bagh-affiliate-how-works-image {
width: 100%;
height: auto;
display: block;
}
@media (min-width: 1024px) {
.bagh-affiliate-how-works-flex {
position: relative;
flex-direction: row;
}
.bagh-affiliate-how-works-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
}
.bagh-affiliate-how-works-content {
position: relative;
z-index: 1;
max-width: 35%;
padding: 80px 0 80px 73px;
}
}
@media (min-width: 1441px) {
.bagh-affiliate-how-works-content {
padding: 107px 0 107px 77px;
max-width: 32%;
}
} .bagh-affiliate-advantages {
margin-bottom: 79px;
} .bagh-affiliate-growth {
margin-bottom: 79px;
}
.bagh-affiliate-growth-image {
width: 100%;
height: auto;
display: block;
margin-bottom: 24px;
} .bagh-affiliate-potential {
margin-bottom: 0;
}
.bagh-affiliate-potential-flex {
display: flex;
flex-direction: column;
gap: 20px;
}
.bagh-affiliate-potential-image {
width: 100%;
max-width: 335px;
height: auto;
display: block;
}
.bagh-affiliate-potential-content {
display: flex;
flex-direction: column;
}
@media (min-width: 1024px) {
.bagh-affiliate-potential-flex {
flex-direction: row;
align-items: center;
gap: 40px;
}
.bagh-affiliate-potential-image {
flex-shrink: 0;
}
.bagh-affiliate-potential-content {
flex: 1;
}
} .bagh-login-steps {
background: transparent;
padding: 46px 28px 0 28px;
}
.bagh-login-steps-container {
max-width: 1513px;
margin: 0 auto;
}
.bagh-login-steps-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
text-align: center;
color: #FDAD00;
margin-bottom: 20px;
}  .bagh-hero-slots {
background: transparent;
padding: 46px 28px 0 28px;
} .bagh-hero-slots-card {
display: flex;
flex-direction: column;
background: radial-gradient(42.36% 351.1% at 85.64% 50%, #1C1100 36.41%, #010101 67.29%), linear-gradient(0deg, #1C1100, #1C1100);
border: 5px solid rgba(253, 173, 0, 0.4);
border-top-left-radius: 32px;
border-bottom-right-radius: 64px;
padding: 46px 0 0 0;
gap: 10px;
max-width: 1636px;
margin: 0 auto;
} .bagh-hero-slots-content {
display: flex;
flex-direction: column;
gap: 9px;
order: 1;
justify-content: center;
padding: 0 25px;
}
.bagh-hero-slots-title {
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 100%;
text-transform: uppercase;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-hero-slots-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #C5B4B4;
margin-bottom: 0 !important;
} .bagh-hero-slots-image-wrapper {
order: 2;
display: flex;
justify-content: center;
align-items: flex-end;
}
.bagh-hero-slots-image {
width: 100%;
height: auto;
object-fit: contain;
} .bagh-slots-game-theme {
padding: 32px 0 0 0;
}
.bagh-slots-game-theme-container {
max-width: 1636px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 79px;
background: #00000082;
padding: 133px 28px;
}
.bagh-slots-game-theme-image {
width: 100%;
}
.bagh-slots-game-theme-image img {
width: 100%;
height: auto;
display: block;
max-width: 337px;
margin: 0 auto;
}
.bagh-slots-game-theme-content {
display: flex;
flex-direction: column;
gap: 12px;
}
.bagh-slots-game-theme-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 100%;
text-align: center;
color: #FDAD00;
margin-bottom: 0;
}
.bagh-slots-game-theme-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
text-align: center;
color: #C5B4B4;
} .bagh-kinds-of-slots {
background: #00000082;
padding: 0 0 50px 0;
}
.bagh-kinds-of-slots-container {
max-width: 1636px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 24px;
padding: 75px 28px 115px 28px;
}
.bagh-kinds-of-slots-content {
display: flex;
flex-direction: column;
gap: 12px;
}
.bagh-kinds-of-slots-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 100%;
text-align: center;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-kinds-of-slots-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
text-align: center;
color: #C5B4B4;
}
.bagh-kinds-of-slots-image {
width: 100%;
}
.bagh-kinds-of-slots-image img {
width: 100%;
height: auto;
display: block;
max-width: 326px;
margin: 0 auto;
} @media (min-width: 1024px) {
.bagh-hero-slots {
padding: 100px 40px 0 40px;
}
.bagh-hero-slots-card {
flex-direction: row;
padding: 0 0 0 60px;
overflow: hidden;
position: relative;
gap: 15px;
}
.bagh-hero-slots-content {
flex: 0 0 40%;
max-width: 40%;
order: 1;
gap: 0;
padding: 60px 0 60px 0;
display: flex;
flex-direction: column;
justify-content: center;
}
.bagh-hero-slots-title {
font-size: 64px;
margin-bottom: 0 !important;
}
.bagh-hero-slots-description {
font-size: 16px;
line-height: 150%;
}
.bagh-hero-slots-image-wrapper {
flex: 0 0 60%;
max-width: 60%;
order: 2;
position: relative;
display: flex;
justify-content: flex-end;
align-items: flex-end;
align-self: stretch;
}
.bagh-hero-slots-image {
position: absolute;
top: 0;
bottom: 0;
right: 0;
max-width: 606px;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center bottom;
} .bagh-slots-game-theme {
padding: 100px 40px 0 40px;
}
.bagh-slots-game-theme-container {
flex-direction: row;
gap: 40px;
align-items: center;
padding: 130px 100px;
}
.bagh-slots-game-theme-image {
flex: 1;
}
.bagh-slots-game-theme-content {
flex: 1;
}
.bagh-slots-game-theme-title {
font-size: 24px;
text-align: left;
}
.bagh-slots-game-theme-description {
font-size: 14px;
text-align: left;
}
.bagh-slots-game-theme-image img {
max-width: 369px;
} .bagh-kinds-of-slots {
background: transparent;
padding: 100px 40px 0 40px;
}
.bagh-kinds-of-slots-container {
flex-direction: row;
gap: 40px;
align-items: center;
}
.bagh-kinds-of-slots-content {
flex: 3;
gap: 24px;
}
.bagh-kinds-of-slots-title {
font-size: 24px;
text-align: left;
}
.bagh-kinds-of-slots-description {
font-size: 14px;
text-align: left;
}
.bagh-kinds-of-slots-image {
flex: 2;
}
.bagh-kinds-of-slots-image img {
max-width: 459px;
}
}
@media (min-width: 1280px) {
.bagh-hero-slots {
padding: 80px 76px 0;
}
.bagh-slots-game-theme {
padding: 80px 76px 0;
}
.bagh-kinds-of-slots {
padding: 80px 76px 0;
}
}
@media (min-width: 1400px) {
.bagh-hero-slots {
padding: 80px 142px 0 142px;
}
.bagh-slots-game-theme {
padding: 100px 142px 0 142px;
}
.bagh-kinds-of-slots {
padding: 100px 142px 0 142px;
}
}
@media (min-width: 1441px) {
.bagh-hero-slots-card {
gap: 20px;
padding: 0 0 0 60px;
}
.bagh-hero-slots-content {
flex: 0 0 60%;
max-width: 60%;
padding: 75px 0 75px 0;
}
.bagh-hero-slots-image-wrapper {
flex: 0 0 40%;
max-width: 40%;
}
.bagh-hero-slots-image {
max-width: 551px;
} .bagh-slots-game-theme-title {
font-size: 48px;
}
.bagh-kinds-of-slots-container {
padding: 65px 100px;
}
.bagh-slots-game-theme-description {
font-size: 16px;
}
.bagh-slots-game-theme-image img {
max-width: 562px;
} .bagh-kinds-of-slots {
background: transparent;
}
.bagh-kinds-of-slots-title {
font-size: 48px;
}
.bagh-kinds-of-slots-description {
font-size: 16px;
}
}
@media (min-width: 1600px) {
.bagh-hero-slots-title {
font-size: 84px;
}
.bagh-slots-game-theme-content {
flex: none;
max-width: 768px;
}
} .bagh-themes-design {
padding: 0 0 50px 0;
}
.bagh-themes-design-container {
max-width: 1711px;
margin: 0 auto;
padding: 0 28px;
}
.bagh-themes-design-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #FDAD00;
margin-bottom: 16px;
text-align: center;
}
.bagh-themes-design-intro {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 30px;
text-align: center;
}
.bagh-themes-grid {
display: flex;
flex-direction: column;
gap: 20px;
margin-bottom: 30px;
}
.bagh-theme-item {
border: 5px solid #FA8F00;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
padding: 18px;
display: flex;
flex-direction: column;
gap: 12px;
}
.bagh-theme-image {
width: 100%;
height: auto;
border-top-left-radius: 8px;
border-bottom-right-radius: 16px;
}
.bagh-theme-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 0 !important;
text-align: center;
}
.bagh-themes-design-closing {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
text-align: center;
max-width: 1242px;
margin: 0 auto;
} .bagh-casino-promotions {
padding: 100px 0 50px 0;
}
.bagh-casino-promotions-container {
max-width: 1515px;
margin: 0 auto;
padding: 0 28px;
display: flex;
flex-direction: column;
gap: 30px;
}
.bagh-casino-promotions-content {
flex: 1;
}
.bagh-casino-promotions-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #FDAD00;
margin-bottom: 12px;
text-align: center;
}
.bagh-casino-promotions-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
text-align: center;
}
.bagh-casino-promotions-image {
width: 100%;
}
.bagh-casino-promotions-image img {
width: 100%;
height: auto;
} .bagh-why-slots-popular {
padding: 48px 0 0;
}
.bagh-why-slots-popular-container {
display: flex;
flex-direction: column;
position: relative;
} .bagh-why-slots-popular-image-wrapper {
width: 100%;
position: relative;
flex: 1;
overflow: hidden;
}
.bagh-why-slots-popular-image-wrapper::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50%;
background: linear-gradient(180deg, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.6) 70%, #000000 100%);
pointer-events: none;
z-index: 1;
}
.bagh-why-slots-popular-image {
width: 100%;
height: 400px;
display: block;
object-fit: cover;
object-position: 0% 0%;
transform: scale(1.1);
transform-origin: 0% 0%;
filter: brightness(0.7) contrast(1.1);
} .bagh-why-slots-popular-content {
background: #000000;
padding: 40px 28px 68px 28px;
display: flex;
flex-direction: column;
gap: 16px;
justify-content: center;
}
.bagh-why-slots-popular-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #FDAD00;
margin-bottom: 0;
}
.bagh-why-slots-popular-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 16px;
}
.bagh-why-slots-popular-description:last-of-type {
margin-bottom: 0;
} @media (min-width: 1024px) { .bagh-themes-design {
padding: 100px 40px 0 40px;
}
.bagh-themes-design-container {
padding: 0 30px;
}
.bagh-themes-design-title {
font-size: 24px;
line-height: 28px;
}
.bagh-themes-design-intro {
font-size: 14px;
line-height: 18px;
}
.bagh-themes-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.bagh-theme-description {
font-size: 14px;
line-height: 18px;
}
.bagh-themes-design-closing {
font-size: 14px;
line-height: 18px;
} .bagh-casino-promotions {
padding: 100px 40px 0 40px;
}
.bagh-casino-promotions-container {
padding: 0 40px;
flex-direction: row;
align-items: center;
gap: 40px;
}
.bagh-casino-promotions-title {
font-size: 24px;
line-height: 28px;
margin-bottom: 23px;
text-align: left;
}
.bagh-casino-promotions-description {
font-size: 14px;
line-height: 18px;
text-align: left;
}
.bagh-casino-promotions-image {
order: 2;
max-width: 625px;
flex-shrink: 0;
} .bagh-why-slots-popular {
padding: 100px 40px 171px 40px;
}
.bagh-why-slots-popular-container {
padding: 0 40px;
max-width: 1600px;
margin: 0 auto;
min-height: 400px;
background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(//bagh44.com/wp-content/uploads/2026/01/slots-popular-bg.webp) no-repeat center center;
background-size: cover;
position: relative;
}
.bagh-why-slots-popular-image {
height: 100%;
} .bagh-why-slots-popular-image-wrapper {
display: none;
} .bagh-why-slots-popular-image-wrapper::after {
display: none;
}
.bagh-why-slots-popular-content {
margin-left: auto;
max-width: 52%;
background: transparent;
padding: 189px 0 110px 0;
}
.bagh-why-slots-popular-title {
font-size: 24px;
line-height: 28px;
}
.bagh-why-slots-popular-description {
font-size: 14px;
line-height: 18px;
}
} @media (min-width: 1280px) { .bagh-why-slots-popular {
padding: 80px 76px 171px;
}
.bagh-why-slots-popular-container {
padding: 0 50px 0 142px;
}
.bagh-themes-design {
padding: 80px 76px 0;
}
.bagh-casino-promotions {
padding: 80px 76px 0;
}
.bagh-casino-promotions-container {
padding: 0;
gap: 56px;
}
}
@media (min-width: 1400px) {
.bagh-themes-design {
padding: 100px 142px 0 142px;
}
.bagh-casino-promotions {
padding: 100px 142px 0 142px;
}
.bagh-why-slots-popular {
padding: 100px 142px 171px 142px;
}
} @media (min-width: 1441px) {
.bagh-themes-design-title {
font-size: 48px;
line-height: 52px;
}
.bagh-themes-design-intro {
font-size: 16px;
line-height: 20px;
}
.bagh-theme-description {
font-size: 16px;
line-height: 20px;
}
.bagh-themes-design-closing {
font-size: 16px;
line-height: 20px;
}
.bagh-casino-promotions-title {
font-size: 48px;
line-height: 52px;
margin-bottom: 57px;
}
.bagh-casino-promotions-description {
font-size: 16px;
line-height: 20px;
} .bagh-why-slots-popular {
min-height: 500px;
}
.bagh-why-slots-popular-title {
font-size: 48px;
line-height: 52px;
}
.bagh-why-slots-popular-description {
font-size: 16px;
line-height: 20px;
}
.bagh-why-slots-popular-content {
padding: 209px 0 170px 0;
max-width: 55%;
}
}
@media (min-width: 1600px) {
.bagh-casino-promotions-container {
padding: 0;
gap: 121px;
}
}
.bagh-login-steps-grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
.bagh-step-item {
border: 5px solid #FDAD0066;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
padding: 50px 25px;
display: flex;
align-items: center;
justify-content: center;
}
.bagh-step-content {
display: flex;
flex-direction: row;
gap: 10px;
align-items: center;
justify-content: center;
}
.bagh-step-number {
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 98px;
text-align: center;
color: #664601;
line-height: 1;
flex-shrink: 0;
margin: 0;
}
.bagh-step-text {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
color: #C5B4B4;
margin: 0;
}
.bagh-step-item-closing {
padding: 20px;
}
.bagh-step-closing-text {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
color: #C5B4B4;
margin: 0;
} @media (min-width: 1024px) {
.bagh-login-steps {
padding: 46px 40px 0 40px;
}
.bagh-login-steps-title {
font-size: 36px;
}
.bagh-login-steps-grid {
grid-template-columns: repeat(3, 1fr);
}
.bagh-step-text,
.bagh-step-closing-text {
font-size: 16px;
}
}
@media (min-width: 1280px) {
.bagh-login-steps {
padding: 80px 142px 0 142px;
}
}
@media (min-width: 1441px) {
.bagh-login-steps {
padding: 100px 142px 0 142px;
}
.bagh-login-steps-title {
font-size: 48px;
}
} .bagh-why-standout {
padding: 0;
}
.bagh-why-standout-container {
max-width: 1636px;
margin: 0 auto;
padding: 92px 28px 46px 28px;
background: #1C1100;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
} .bagh-why-standout-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
text-align: center;
color: #FDAD00;
margin: 0 0 16px 0;
} .bagh-why-standout-intro {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 14px;
text-align: center;
color: #C5B4B4;
margin: 0 0 32px 0;
} .bagh-why-standout-content {
display: flex;
flex-direction: column;
gap: 29px;
margin-bottom: 29px;
} .bagh-why-standout-features {
display: flex;
flex-direction: column;
gap: 16px;
} .bagh-feature-item {
display: flex;
flex-direction: row;
align-items: center;
gap: 16px;
background: #B3B3B30D;
box-shadow: 0px 4px 10.2px 3px #0000001C;
border-radius: 16px;
padding: 24px 60px 22px 43px;
}
.bagh-feature-icon {
flex-shrink: 0;
width: 37px;
height: 37px;
display: flex;
align-items: center;
justify-content: center;
}
.bagh-feature-icon svg {
width: 37px;
height: 37px;
}
.bagh-feature-text {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
color: #C5B4B4;
margin: 0;
} .bagh-why-standout-image {
margin: 0;
text-align: center;
}
.bagh-why-standout-image img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
} .bagh-why-standout-closing {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
text-align: center;
color: #C5B4B4;
margin: 0;
} @media (min-width: 1024px) {
.bagh-why-standout {
padding: 46px 40px 85px 40px;
}
.bagh-why-standout-container {
padding: 94px 45px 79px 43px;
}
.bagh-why-standout-title {
font-size: 36px;
margin-bottom: 20px;
}
.bagh-why-standout-intro {
font-size: 16px;
line-height: 20px;
margin-bottom: 48px;
max-width: 534px;
margin: auto;
margin-bottom: 69px;
}
.bagh-why-standout-content {
flex-direction: row;
gap: 48px;
margin-bottom: 48px;
}
.bagh-why-standout-features {
flex: 1;
gap: 24px;
}
.bagh-feature-item {
padding: 24px 21px 22px 43px;
}
.bagh-feature-text {
font-size: 16px;
}
.bagh-why-standout-image {
flex-shrink: 0;
}
.bagh-why-standout-image img {
max-width: 517px;
}
.bagh-why-standout-closing {
font-size: 16px;
}
}
@media (min-width: 1280px) {
.bagh-why-standout {
padding: 80px 142px 85px 142px;
}
}
@media (min-width: 1441px) {
.bagh-why-standout {
padding: 100px 142px 159px 142px;
}
.bagh-why-standout-container {
padding: 93px 257px 99px 224px;
}
.bagh-why-standout-title {
font-size: 48px;
margin-bottom: 24px;
}
.bagh-why-standout-intro {
margin-bottom: 68px;
}
.bagh-why-standout-content {
gap: 64px;
margin-bottom: 41px;
}
.bagh-feature-item {
padding: 24px 46px 22 43px;
}
}
@media (max-width: 415px) {
.bagh-feature-item {
padding: 24px 20px 22px 20px;
}
} .bagh-how-betting-works {
padding-top: 50px;
}
.bagh-how-betting-works-container {
max-width: 1636px;
margin: 0 auto;
} .bagh-how-betting-works-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
text-align: center;
color: #FDAD00;
margin-bottom: 40px;
} .bagh-betting-steps-grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
} .bagh-betting-step-item {
border: 5px solid #FDAD0066;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
padding: 50px 25px;
display: flex;
flex-direction: column;
justify-content: center;
}
.bagh-betting-step-heading {
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 18px;
line-height: 20px;
color: #FDAD00;
margin-bottom: 12px;
}
.bagh-betting-step-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
color: #C5B4B4;
margin: 0;
} @media (min-width: 1024px) {
.bagh-how-betting-works {
padding-top: 100px;
}
.bagh-how-betting-works-title {
font-size: 36px;
}
.bagh-betting-steps-grid {
grid-template-columns: repeat(4, 1fr);
gap: 24px;
}
.bagh-betting-step-heading {
font-size: 20px;
}
}
@media (min-width: 1441px) {
.bagh-how-betting-works-title {
font-size: 48px;
}
} .bagh-matches-covered {
padding-top: 50px;
}
.bagh-matches-covered-container {
max-width: 1636px;
margin: 0 auto;
} .bagh-matches-covered-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
text-align: center;
color: #FDAD00;
margin-bottom: 40px;
} .bagh-matches-grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
} .bagh-match-item {
border: 5px solid #FA8F00;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
padding: 28px 28px 40px 28px;
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
}
.bagh-match-icon {
max-width: 100%;
height: auto;
}
.bagh-match-title {
font-family: 'Bebas Neue', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 20px;
text-align: center;
color: #FEFEFE;
text-transform: uppercase;
margin: 0;
}
.bagh-match-description {
font-family: 'Source Sans 3', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
text-align: center;
color: #BFBFBF;
margin: 0;
} @media (min-width: 1024px) {
.bagh-matches-covered {
padding-top: 100px;
}
.bagh-matches-covered-title {
font-size: 36px;
}
.bagh-matches-grid {
grid-template-columns: repeat(8, 1fr);
gap: 24px;
} .bagh-matches-grid> :nth-child(1) {
grid-column: 1 / 3;
}
.bagh-matches-grid> :nth-child(2) {
grid-column: 3 / 5;
}
.bagh-matches-grid> :nth-child(3) {
grid-column: 5 / 7;
}
.bagh-matches-grid> :nth-child(4) {
grid-column: 7 / 9;
} .bagh-matches-grid> :nth-child(5) {
grid-column: 2 / 4;
}
.bagh-matches-grid> :nth-child(6) {
grid-column: 4 / 6;
}
.bagh-matches-grid> :nth-child(7) {
grid-column: 6 / 8;
}
.bagh-match-title {
font-size: 20px;
}
.bagh-match-description {
font-size: 14px;
}
}
@media (min-width: 1441px) {
.bagh-matches-covered-title {
font-size: 48px;
}
.bagh-match-title {
font-size: 24px;
}
} .bagh-why-choose {
padding-top: 50px;
padding-bottom: 50px;
}
.bagh-why-choose-container {
max-width: 1711px;
margin: 0 auto;
background: linear-gradient(0deg, #010101, #010101),
linear-gradient(234deg, #010101 -5.16%, #010101 38.53%);
}
.bagh-why-choose-content {
display: flex;
flex-direction: column;
gap: 32px;
align-items: center;
padding: 50px 25px;
}
.bagh-why-choose-logo {
width: 100%;
display: flex;
justify-content: center;
}
.bagh-why-choose-logo img {
max-width: 218px;
height: auto;
width: 100%;
}
.bagh-why-choose-title {
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 100%;
text-align: center;
color: #FDAD00;
}
.bagh-why-choose-text {
display: flex;
flex-direction: column;
gap: 16px;
}
.bagh-why-choose-text p {
font-family: 'Inria Sans', sans-serif;
font-weight: 300;
font-size: 12px;
line-height: 100%;
color: #C5B4B4;
margin: 0;
}
.bagh-why-choose-text p a {
color: #FDAD00;
text-decoration: underline !important;
}
.bagh-why-choose-text p a:hover,
.bagh-why-choose-text p a:focus,
.bagh-why-choose-text p a:active {
color: #FA8F00;
} @media (min-width: 1024px) {
.bagh-why-choose {
padding-top: 100px;
padding-bottom: 100px;
padding-left: 40px;
padding-right: 40px;
}
.bagh-why-choose-content {
flex-direction: row;
gap: 40px;
align-items: center;
padding: 101px 34px;
}
.bagh-why-choose-title {
font-size: 48px;
text-align: right;
}
.bagh-why-choose-text {
max-width: 368px;
}
.bagh-why-choose-text p {
font-size: 14px;
}
}
@media (min-width: 1280px) {
.bagh-why-choose {
padding-left: 48px;
padding-right: 48px;
}
.bagh-why-choose-logo img {
max-width: 293px;
}
}
@media (min-width: 1440px) {
.bagh-why-choose {
padding-left: 105px;
padding-right: 105px;
}
}
@media (min-width: 1441px) {
.bagh-why-choose-title {
font-size: 63px;
}
.bagh-why-choose-logo img {
max-width: 359px;
}
.bagh-why-choose-text p {
font-size: 16px;
}
.bagh-why-choose-text {
max-width: 554px;
}
}
@media (min-width: 1800px) {
.bagh-why-choose-content {
padding: 101px 90px;
}
} .bagh-cricket-promotions {
padding-bottom: 50px;
}
.bagh-cricket-promotions-container {
max-width: 1636px;
margin: 0 auto;
}
.bagh-cricket-promotions-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
text-align: center;
color: #FDAD00;
margin-bottom: 40px;
}
.bagh-cricket-promotions-intro {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
text-align: center;
color: #C5B4B4;
margin-bottom: 40px;
}
.bagh-promotions-grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
margin-bottom: 40px;
}
.bagh-promotion-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
}
.bagh-promotion-icon {
max-width: 100%;
height: auto;
}
.bagh-promotion-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
text-align: center;
color: #C5B4B4;
margin: 0;
}
.bagh-promotion-description span {
font-weight: 700;
}
.bagh-cricket-promotions-closing {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
text-align: center;
color: #C5B4B4;
margin: 0;
} @media (min-width: 1024px) {
.bagh-cricket-promotions {
padding-bottom: 100px;
}
.bagh-cricket-promotions-title {
font-size: 36px;
}
.bagh-cricket-promotions-intro {
font-size: 16px;
}
.bagh-promotions-grid {
grid-template-columns: repeat(3, 1fr);
gap: 24px 12px;
}
.bagh-promotion-description {
font-size: 14px;
}
.bagh-cricket-promotions-closing {
font-size: 16px;
max-width: 1191px;
margin: 0 auto;
}
}
@media (min-width: 1441px) {
.bagh-cricket-promotions-title {
font-size: 48px;
}
.bagh-promotion-description {
font-size: 16px;
}
} .bagh-our-games {
background-image:
linear-gradient(0deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)),
linear-gradient(0deg, rgba(0, 0, 0, 0) 86.2%, #000000 93.33%),
url(//bagh44.com/wp-content/uploads/2025/10/hero-branding-bg.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding-top: 50px;
padding-bottom: 50px;
}
.bagh-our-games-container {
max-width: 1600px;
margin: 0 auto;
}
.bagh-games-wrapper {
display: flex;
flex-direction: column;
gap: 40px;
} .bagh-games-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
justify-content: center;
} @media (max-width: 1440px) {
.bagh-game-item {
order: var(--mobile-order);
}
}
.bagh-game-item {
width: 100%;
max-width: 112px;
margin: 0 auto;
position: relative;
overflow: hidden;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
box-shadow: 0px 1px 4px 2px #FFF5F540;
}
.bagh-game-item img {
width: 100%;
height: auto;
box-shadow: 0px 1px 4px 2px #FFF5F540;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
display: block;
} .bagh-game-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
display: flex;
align-items: end;
justify-content: center;
padding: 20px 15px 40px 15px;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 2;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
}
.bagh-game-item:hover .bagh-game-overlay {
opacity: 1;
} .bagh-game-play-btn {
display: inline-block;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
padding: 0 5px;
border: none;
background: radial-gradient(141.42% 141.42% at 0% 100%, #FA8F00 58%, #FFD700 100%);
box-shadow: 0px 0px 32px 0px #D36100;
width: 100%;
color: #FEFEFE;
text-align: center;
}
.bagh-game-play-btn:hover,
.bagh-game-play-btn:focus,
.bagh-game-play-btn:active {
color: #FEFEFE;
}
.bagh-game-play-btn p {
font-family: 'Bebas Neue', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 37.9px;
color: #FEFEFE;
margin-bottom: 0;
}
.hide-on-mobile {
display: none;
} .bagh-games-content {
display: flex;
flex-direction: column;
}
.bagh-games-badge {
display: inline-block;
border-top-right-radius: 16px;
border-bottom-left-radius: 16px;
padding: 0 15px;
border: 1px solid #FFD700;
background: transparent;
margin-bottom: 5px;
width: fit-content;
}
.bagh-games-badge p {
font-family: 'Bebas Neue', sans-serif;
font-weight: 400;
font-size: 24px;
line-height: 37.9px;
color: #FFD700;
margin-bottom: 0;
}
.bagh-games-heading {
font-family: 'Mohave', sans-serif;
font-weight: 400;
font-size: 36px;
line-height: 100%;
color: #FEFEFE;
margin-bottom: 0;
}
.bagh-games-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 300;
font-size: 12px;
line-height: 20px;
color: #C5B4B4;
margin-bottom: 15px;
} .bagh-games-stats {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
background: #333333;
padding: 12px 16.5px;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
gap: 12px;
}
.bagh-stat-item {
flex: 1;
text-align: center;
}
.bagh-stat-number {
font-family: 'Mohave', sans-serif;
font-weight: 500;
font-size: 24px;
line-height: 100%;
color: #FFFFFF;
margin-bottom: 8px;
}
.bagh-stat-label {
font-family: Mohave;
font-weight: 400;
font-size: 12px;
line-height: 21.33px;
letter-spacing: 0%;
text-transform: uppercase;
margin-bottom: 0;
text-transform: uppercase;
color: #FFD700;
} .bagh-btn-games-cta {
display: inline-block;
width: 100%;
padding: 14px 42px;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
background: radial-gradient(141.42% 141.42% at 0% 100%, #FA8F00 58%, #FFD700 100%);
box-shadow: 0px 0px 32px 0px #D36100;
font-family: 'Mohave', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 27.04px;
color: #FEFEFE;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
margin-top: 15px;
}
.bagh-btn-games-cta:hover,
.bagh-btn-games-cta:focus,
.bagh-btn-games-cta:active {
color: #FEFEFE;
}
@media (min-width: 376px) {
.bagh-stat-item {
flex: none;
}
}
@media (min-width: 432px) {
.bagh-games-grid {
grid-template-columns: repeat(auto-fit, minmax(112px, 112px));
}
}
@media (min-width: 500px) {
.bagh-stat-item {
flex: 1;
}
} @media (min-width: 1024px) {
.bagh-our-games {
padding-top: 45px;
padding-bottom: 45px;
}
.bagh-games-wrapper {
flex-direction: row;
align-items: center;
}
.bagh-games-grid {
flex: 1;
grid-template-columns: repeat(3, 1fr);
}
.bagh-game-item {
width: 175px;
max-width: 175px;
}
.bagh-games-content {
flex: 1;
}
.bagh-games-heading {
font-size: 48px;
}
.bagh-games-description {
font-size: 16px;
margin-top: 16px;
margin-bottom: 16px;
}
.bagh-games-stats {
max-width: 530px;
padding: 31px 28px;
}
.bagh-stat-number {
font-weight: 400;
font-size: 50px;
line-height: 51px;
}
.bagh-stat-label {
font-size: 14px;
}
.bagh-btn-games-cta {
max-width: 200px;
margin-top: 37px;
} .bagh-btn-games-cta.bagh-bn {
max-width: 220px;
}
.bagh-game-play-btn {
padding: 8px 15px;
}
.bagh-game-play-btn p {
font-size: 20px;
}
}
@media (min-width: 1254px) {
.bagh-games-grid {
grid-template-columns: repeat(auto-fit, minmax(175px, 175px));
}
}
@media (min-width: 1441px) {
.bagh-games-grid {
grid-template-columns: repeat(4, 1fr);
}
.bagh-games-wrapper {
gap: 70px;
}
.hide-on-mobile {
display: block;
}
.bagh-our-games {
padding-top: 171px;
padding-bottom: 171px;
}
}
@media (min-width: 1600px) {
.bagh-games-grid {
grid-template-columns: repeat(5, 175px);
}
} .bagh-our-services {
background: #010101;
padding-top: 50px;
padding-bottom: 50px;
}
.bagh-services-container {
max-width: 1600px;
margin: 0 auto;
}
.bagh-services-badge-wrapper {
display: flex;
justify-content: center;
}
.bagh-services-badge {
display: inline-block;
border-top-right-radius: 16px;
border-bottom-left-radius: 16px;
padding: 5px 15px;
border: 1px solid #FFD700;
background: transparent;
margin-bottom: 14px;
}
.bagh-services-badge p {
font-family: 'Bebas Neue', sans-serif;
font-weight: 400;
font-size: 24px;
line-height: 25px;
color: #FFD700;
margin-bottom: 0;
}
.bagh-services-heading {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 36px;
line-height: 100%;
text-align: center;
color: #FDAD00;
margin-bottom: 5px;
}
.bagh-services-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 300;
font-size: 12px;
line-height: 16px;
text-align: center;
color: #C5B4B4;
margin-bottom: 32px;
} .bagh-services-grid {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
}
.bagh-service-item {
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
padding: 20px;
border: 5px solid #FDAD0066;
background: transparent;
transition: background 0.3s ease, border-color 0.3s ease;
}
.bagh-service-item:hover {
background: #FA8F00;
border-color: #FA8F00;
}
.bagh-service-header {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 16px;
justify-content: center;
}
.bagh-service-icon {
max-width: 40px;
height: auto;
flex-shrink: 0;
}
.bagh-service-title {
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 100%;
color: #FEFEFE;
margin-bottom: 0;
transition: color 0.3s ease;
}
.bagh-service-item:hover .bagh-service-title {
color: #010101;
}
.bagh-service-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 300;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
text-align: left;
margin-bottom: 0;
transition: color 0.3s ease;
}
.bagh-service-item:hover .bagh-service-description {
color: #010101;
} @media (min-width: 1024px) {
.bagh-our-services {
padding-top: 80px;
padding-bottom: 80px;
}
.bagh-services-heading {
font-size: 48px;
margin-bottom: 10px;
}
.bagh-services-description {
font-size: 16px;
line-height: 20px;
margin-bottom: 48px;
max-width: 569px;
margin: auto auto 30px auto;
}
.bagh-services-grid {
grid-template-columns: repeat(2, 1fr);
gap: 25px;
}
.bagh-service-icon {
max-width: 63px;
}
.bagh-service-title {
font-size: 20px;
}
.bagh-service-description {
font-size: 14px;
line-height: 18px;
}
.bagh-service-item {
padding: 50px 25px;
}
.bagh-service-header {
justify-content: space-evenly;
}
.bagh-services-badge {
margin-bottom: 5px;
}
}
@media (min-width: 1441px) {
.bagh-services-grid {
grid-template-columns: repeat(3, 1fr);
}
.bagh-service-icon {
max-width: 82px;
}
.bagh-service-title {
font-size: 24px;
}
.bagh-service-description {
font-size: 16px;
line-height: 20px;
}
} .bagh-sports-bonus {
background-image: url(//bagh44.com/wp-content/uploads/2025/10/sports-bonus-mobile-bg.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 456px;
display: flex;
align-items: flex-end;
padding-bottom: 35px;
}
.bagh-sports-container {
max-width: 1600px;
margin: 0 auto;
width: 100%;
}
.bagh-sports-content {
display: flex;
flex-direction: column;
align-items: center;
}
.bagh-sports-bonus-text {
font-family: 'Bebas Neue', sans-serif;
font-weight: 400;
font-size: 36px;
line-height: 100%;
text-align: center;
color: #FA8F00;
margin-bottom: 0;
}
.bagh-sports-subtitle {
font-family: 'Source Sans 3', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 100%;
text-align: center;
color: #FEFEFE;
margin-bottom: 0;
max-width: 355px;
} .bagh-btn-sports-cta {
display: inline-block;
width: 100%;
padding: 10px 34px;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
background: radial-gradient(141.42% 141.42% at 0% 100%, #FA8F00 58%, #FFD700 100%);
box-shadow: 0px 0px 32px 0px #D36100;
font-family: 'Mohave', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 27.04px;
color: #FEFEFE;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
margin-top: 22px;
max-width: 147px;
}
.bagh-btn-sports-cta:hover,
.bagh-btn-sports-cta:focus,
.bagh-btn-sports-cta:active {
color: #FEFEFE;
} @media (min-width: 1024px) {
.bagh-sports-bonus {
background-image: url(//bagh44.com/wp-content/uploads/2026/01/sport-bonus-tablet-bg.webp);
min-height: 539px;
align-items: center;
padding-bottom: 0;
}
.bagh-sports-content {
align-items: flex-start;
max-width: 600px;
margin-left: 0;
margin-right: auto;
}
.bagh-sports-bonus-text {
font-size: 81px;
text-align: left;
}
.bagh-sports-bonus-text.bn-sports {
font-size: 71px;
text-align: left;
}
.bagh-sports-subtitle {
font-size: 16px;
text-align: left;
max-width: none;
}
.bagh-btn-sports-cta {
max-width: 152px;
align-self: flex-start;
font-size: 20.8px;
padding: 14px 0;
}
}
@media (min-width: 1600px) {
.bagh-sports-bonus {
background-image: url(//bagh44.com/wp-content/uploads/2025/10/sports-bonus-bg-scaled.webp);
}
.bagh-sports-content {
max-width: 900px;
}
.bagh-sports-bonus-text {
font-size: 124px;
}
.bagh-sports-bonus-text.bn-sports {
font-size: 90px;
}
} .bagh-blogs-home {
background: #010101;
padding-top: 80px;
padding-bottom: 80px;
}
.bagh-blogs-container {
max-width: 1600px;
margin: 0 auto;
}
.bagh-blogs-wrapper {
display: flex;
flex-direction: column;
gap: 0;
} .bagh-blogs-text-section {
display: flex;
flex-direction: column;
}
.bagh-blogs-badge {
display: inline-block;
border-top-right-radius: 16px;
border-bottom-left-radius: 16px;
padding: 0 15px;
border: 1px solid #FFD700;
background: transparent;
margin-bottom: 5px;
width: fit-content;
}
.bagh-blogs-badge p {
font-family: 'Bebas Neue', sans-serif;
font-weight: 400;
font-size: 24px;
line-height: 37.9px;
color: #FFD700;
margin-bottom: 0;
}
.bagh-blogs-heading {
font-family: 'Bebas Neue', sans-serif;
font-weight: 400;
font-size: 36px;
line-height: 100%;
color: #FEFEFE;
margin-bottom: 16px;
}
.bagh-blogs-description {
font-family: 'Source Sans 3', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
color: #FEFEFE;
margin-bottom: 0;
} .bagh-blogs-cards {
display: flex;
flex-direction: column;
gap: 24px;
} .bagh-blog-card-home:hover {
background: #1E1E1E;
}
.bagh-blog-card-home .bagh-blogs-page-card-image {
overflow: hidden;
}
.bagh-blog-card-home .bagh-blogs-page-card-image img {
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
will-change: transform;
}
.bagh-blog-card-home:hover .bagh-blogs-page-card-image img {
transform: scale(1.1);
} .bagh-btn-blogs-cta {
display: inline-block;
width: 100%;
padding: 14px 42px;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
background: radial-gradient(141.42% 141.42% at 0% 100%, #FA8F00 58%, #FFD700 100%);
box-shadow: 0px 0px 32px 0px #D36100;
font-family: 'Mohave', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 27.04px;
color: #FEFEFE;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
margin-top: 24px;
}
.bagh-btn-blogs-cta:hover,
.bagh-btn-blogs-cta:focus,
.bagh-btn-blogs-cta:active {
color: #FEFEFE;
} @media (min-width: 1024px) {
.bagh-blogs-home {
background-image: url(//bagh44.com/wp-content/uploads/2025/10/blog-bg.webp);
background-size: contain;
background-position: right;
background-repeat: no-repeat;
background-color: #010101;
padding-top: 105px;
padding-bottom: 105px;
}
.bagh-blogs-wrapper {
flex-direction: row;
gap: 15px;
align-items: flex-start;
}
.bagh-blogs-text-section {
order: 2;
flex: 1;
max-width: 290px;
}
.bagh-blogs-cards {
order: 1;
flex: 1;
gap: 24px;
display: grid;
grid-template-columns: repeat(3, 1fr);
flex-direction: row;
}
.bagh-blogs-home .bagh-blogs-page-card {
max-width: 300px;
width: 100%;
}
.bagh-blogs-home .bagh-blogs-page-card-image {
width: 100%;
}
.bagh-blogs-home .bagh-blogs-page-card-image img {
width: 100%;
max-width: 100%;
}
.bagh-blogs-heading {
font-size: 48px;
margin-bottom: 0;
}
.bagh-blogs-description {
font-size: 16px;
margin-bottom: 12px;
}
.bagh-blogs-home .bagh-blogs-page-card-title {
font-size: 24px;
}
.bagh-btn-blogs-cta {
width: auto;
max-width: 163px;
margin-top: auto;
}
.bagh-btn-blogs-cta.cta-bn-btn {
max-width: 180px;
}
}
@media (min-width: 1600px) {
.bagh-blogs-home {
padding-top: 232px;
padding-bottom: 268px;
}
.bagh-blogs-text-section {
max-width: 504px;
}
.bagh-blogs-wrapper {
gap: 60px;
}
}
@media (min-width: 1900px) {
.bagh-blogs-cards {
gap: 0;
}
} .bagh-faqs-section {
background: #010101;
padding-top: 50px;
padding-bottom: 50px;
}
.bagh-faqs-container {
max-width: 1600px;
margin: 0 auto;
}
.bagh-faqs-badge-wrapper {
display: flex;
justify-content: start;
margin-bottom: 5px;
}
.bagh-faqs-badge {
display: inline-block;
border-top-right-radius: 16px;
border-bottom-left-radius: 16px;
padding: 0 15px;
border: 1px solid #FFD700;
background: transparent;
}
.bagh-faqs-badge p {
font-family: 'Bebas Neue', sans-serif;
font-weight: 400;
font-size: 24px;
line-height: 37.9px;
color: #FFD700;
margin-bottom: 0;
}
.bagh-faqs-heading {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 36px;
line-height: 100%;
text-align: left;
color: #FDAD00;
margin-bottom: 5px;
}
.bagh-faqs-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 300;
font-size: 12px;
line-height: 16px;
text-align: left;
color: #C5B4B4;
margin-bottom: 34px;
} .bagh-faqs-grid {
display: grid;
grid-template-columns: 1fr;
gap: 16px;
} .bagh-faq-item {
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
padding: 20px;
border: 5px solid #FA8F0066;
background: transparent;
}
.bagh-faq-question {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
gap: 16px;
background: transparent !important;
border: none;
cursor: pointer;
padding: 0;
text-align: left;
color: inherit;
}
.bagh-faq-question:hover,
.bagh-faq-question:focus,
.bagh-faq-question:active {
background: transparent !important;
color: inherit;
outline: none;
}
.bagh-faq-question h3 {
font-family: 'Mohave', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 37.9px;
text-transform: uppercase;
color: #FEFEFE;
margin-bottom: 0;
flex: 1;
}
.bagh-faq-icon {
flex-shrink: 0;
width: 20px;
height: 20px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.bagh-faq-icon svg {
transition: transform 0.3s ease;
}
.bagh-faq-plus {
transform: rotate(0deg);
}
.bagh-faq-item.active .bagh-faq-plus {
transform: rotate(45deg);
} .bagh-faq-answer {
height: 0;
overflow: hidden;
opacity: 0;
transform: translateY(-10px);
transition: height 0.25s cubic-bezier(0.4, 0, 0.2, 1),
opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
margin-top 0.25s cubic-bezier(0.4, 0, 0.2, 1);
will-change: height, opacity, transform;
margin-top: 0;
}
.bagh-faq-item.active .bagh-faq-answer {
opacity: 1;
transform: translateY(0);
margin-top: 16px;
}
.bagh-faq-separator {
border: none;
border-top: 1px solid #3A3434;
margin-bottom: 12px;
margin-top: 0;
}
.bagh-faq-answer p {
font-family: 'Source Sans 3', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #FFFFFF;
margin-bottom: 0;
} @media (min-width: 1024px) {
.bagh-faqs-section {
padding-top: 80px;
padding-bottom: 80px;
}
.bagh-faqs-heading {
font-size: 48px;
}
.bagh-faqs-description {
font-size: 16px;
line-height: 20px;
}
.bagh-faqs-grid {
gap: 24px;
}
}
@media (min-width: 1441px) {
.bagh-faqs-grid {
display: block;
column-count: 2;
column-gap: 24px;
}
.bagh-faq-item {
break-inside: avoid;
page-break-inside: avoid;
margin-bottom: 24px;
}
}  .bagh-main-games {
min-height: 100vh;
} .bagh-hero-games {
background: transparent;
padding: 46px 28px 0 28px;
} .bagh-hero-games-card {
display: flex;
flex-direction: column;
background: radial-gradient(42.36% 351.1% at 85.64% 50%, #1C1100 36.41%, #010101 67.29%), linear-gradient(0deg, #1C1100, #1C1100);
border: 5px solid rgba(253, 173, 0, 0.4);
border-top-left-radius: 32px;
border-bottom-right-radius: 64px;
padding: 46px 25px 0 25px;
gap: 15px;
max-width: 1636px;
margin: 0 auto;
} .bagh-hero-games-content {
display: flex;
flex-direction: column;
gap: 9px;
order: 1;
justify-content: center;
}
.bagh-hero-games-title {
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 100%;
text-transform: uppercase;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-hero-games-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #C5B4B4;
margin-bottom: 0 !important;
} .bagh-hero-games-image-wrapper {
order: 2;
display: flex;
justify-content: center;
align-items: flex-end;
}
.bagh-hero-games-image {
width: 100%;
height: auto;
object-fit: contain;
} @media (min-width: 1024px) {
.bagh-hero-games {
padding: 46px 40px 0 40px;
}
.bagh-hero-games-card {
flex-direction: row;
padding: 46px 40px 0 40px;
gap: 40px;
overflow: visible;
position: relative;
}
.bagh-hero-games-content {
flex: 0 0 58%;
max-width: 58%;
order: 1;
gap: 0;
padding-bottom: 40px;
}
.bagh-hero-games-title {
font-size: 64px;
margin-bottom: 0 !important;
}
.bagh-hero-games-description {
font-size: 16px;
line-height: 150%;
}
.bagh-hero-games-image-wrapper {
flex: 0 0 42%;
max-width: 42%;
order: 2;
align-self: flex-end;
margin-top: -120px;
display: flex;
justify-content: flex-end;
}
.bagh-hero-games-image {
max-width: 551px;
width: 100%;
}
}
@media (min-width: 1280px) {
.bagh-hero-games {
padding: 80px 142px 0 142px;
}
.bagh-hero-games-card {
padding: 46px 48px 0 48px;
}
}
@media (min-width: 1441px) {
.bagh-hero-games {
padding: 100px 142px 0 142px;
}
.bagh-hero-games-card {
padding: 46px 60px 0 60px;
gap: 20px;
}
.bagh-hero-games-content {
flex: 0 0 65%;
max-width: 65%;
padding-bottom: 0;
}
.bagh-hero-games-image-wrapper {
flex: 0 0 35%;
max-width: 35%;
margin-top: -120px;
}
.bagh-hero-games-image {
max-width: 551px;
}
}
@media (min-width: 1600px) {
.bagh-hero-games-title {
font-size: 84px;
margin-bottom: 24px !important;
}
.bagh-hero-games-image {
max-width: 551px;
}
} .bagh-games-features {
background: transparent;
padding: 0;
}
.bagh-games-features-container {
max-width: 1636px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 0;
}
.bagh-games-features-item {
display: flex;
flex-direction: column;
gap: 0;
width: 100%;
overflow: hidden;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
}
.bagh-games-features-image {
width: 100%;
margin: 0;
height: 250px;
}
.bagh-games-features-image img {
width: 100%;
height: 250px;
display: block;
object-fit: cover;
object-position: 50% 19%;
}
.bagh-games-features-content {
background: linear-gradient(0deg, #1C1100, #1C1100), linear-gradient(90deg, #1C1100 53.2%, rgba(130, 79, 0, 0) 70.17%);
padding: 32px 20px;
display: flex;
flex-direction: column;
gap: 16px;
justify-content: center;
}
.bagh-games-features-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin: 0;
}
.bagh-games-features-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
color: #C5B4B4;
margin: 0;
}
.bagh-games-features-description p {
margin: 0;
}
.bagh-games-features-button {
display: inline-block;
width: fit-content;
padding: 12px 32px;
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 20.8px;
line-height: 27.04px;
text-align: center;
color: #FEFEFE;
border: 2px solid transparent;
background: linear-gradient(#1C1100, #1C1100) padding-box,
radial-gradient(141.42% 141.42% at 0% 100%, #FA8F00 58%, #FFD700 100%) border-box; border-top-left-radius: 16px;
border-bottom-right-radius: 16px;
cursor: pointer;
transition: all 0.3s ease;
}
.bagh-games-features-button:hover,
.bagh-games-features-button:focus {
color: #FEFEFE;
opacity: 0.9;
transform: translateY(-2px);
box-shadow: 0px 0px 40px 0px #D36100;
} @media (min-width: 1024px) {
.bagh-games-features {
padding: 46px 40px 0 40px;
}
.bagh-games-features-container {
gap: 0;
}
.bagh-games-features-item {
flex-direction: row-reverse;
gap: 0;
align-items: stretch;
} .bagh-games-features-item:nth-child(2) {
flex-direction: row;
}
.bagh-games-features-image {
flex: 1;
min-width: 0;
display: flex;
height: 456px;
position: relative;
}
.bagh-games-features-image::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
background: linear-gradient(90deg, #1C1100 0%, rgba(61, 42, 13, 0.6) 30%, rgba(61, 42, 13, 0) 70%, transparent 100%);
pointer-events: none;
} .bagh-games-features-item:nth-child(2) .bagh-games-features-image::after {
left: auto;
right: 0;
background: linear-gradient(90deg, transparent 0%, rgba(61, 42, 13, 0) 30%, rgba(61, 42, 13, 0.6) 70%, #1C1100 100%);
}
.bagh-games-features-image img {
border-radius: 0;
height: 456px;
object-position: 50% 35%;
}
.bagh-games-features-content {
flex: 1;
min-width: 0;
padding: 40px 32px;
border-radius: 0;
}
.bagh-games-features-title {
font-size: 36px;
}
.bagh-games-features-description {
font-size: 16px;
}
}
@media (min-width: 1280px) {
.bagh-games-features {
padding: 80px 142px 0 142px;
}
.bagh-games-features-content {
padding: 48px 30px 48px 106px;
gap: 20px;
}
}
@media (min-width: 1440px) {
.bagh-games-features-title {
font-size: 48px;
}
}
@media (min-width: 1441px) {
.bagh-games-features {
padding: 100px 142px 0 142px;
}
.bagh-games-features-content {
padding: 60px 50px 60px 114px;
gap: 24px;
}
} .bagh-hero-cricket {
background: transparent;
padding: 46px 28px 0 28px;
} .bagh-hero-cricket-card {
display: flex;
flex-direction: column;
background: radial-gradient(42.36% 351.1% at 85.64% 50%, #1C1100 36.41%, #010101 67.29%), linear-gradient(0deg, #1C1100, #1C1100);
border: 5px solid rgba(253, 173, 0, 0.4);
border-top-left-radius: 32px;
border-bottom-right-radius: 64px;
padding: 46px 25px 0 25px;
gap: 65px;
max-width: 1636px;
margin: 0 auto;
} .bagh-hero-cricket-content {
display: flex;
flex-direction: column;
gap: 9px;
order: 1;
justify-content: center;
}
.bagh-hero-cricket-title {
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 100%;
text-transform: uppercase;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-hero-cricket-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #C5B4B4;
margin-bottom: 0 !important;
} .bagh-hero-cricket-image-wrapper {
order: 2;
display: flex;
justify-content: center;
align-items: flex-end;
}
.bagh-hero-cricket-image {
width: 100%;
height: auto;
object-fit: contain;
} @media (min-width: 1024px) {
.bagh-hero-cricket {
padding: 46px 40px 0 40px;
}
.bagh-hero-cricket-card {
flex-direction: row;
padding: 46px 40px 0 40px;
overflow: visible;
position: relative;
gap: 15px;
}
.bagh-hero-cricket-content {
flex: 0 0 58%;
max-width: 58%;
order: 1;
gap: 0;
padding-bottom: 40px;
}
.bagh-hero-cricket-title {
font-size: 64px;
margin-bottom: 0 !important;
}
.bagh-hero-cricket-description {
font-size: 16px;
line-height: 150%;
}
.bagh-hero-cricket-image-wrapper {
flex: 0 0 42%;
max-width: 42%;
order: 2;
align-self: flex-end;
margin-top: -140px;
display: flex;
justify-content: flex-end;
}
.bagh-hero-cricket-image {
max-width: 551px;
width: 100%;
}
}
@media (min-width: 1280px) {
.bagh-hero-cricket {
padding: 80px 76px 0;
}
.bagh-hero-cricket-card {
padding: 46px 48px 0 48px;
}
}
@media (min-width: 1400px) {
.bagh-hero-cricket {
padding: 100px 142px 0 142px;
}
}
@media (min-width: 1441px) {
.bagh-hero-cricket-card {
padding: 46px 60px 0 60px;
gap: 20px;
}
.bagh-hero-cricket-content {
flex: 0 0 53.5%;
max-width: 53.5%;
}
.bagh-hero-cricket-image-wrapper {
flex: 0 0 46.5%;
max-width: 46.5%;
margin-top: -140px;
}
.bagh-hero-cricket-image {
max-width: 551px;
}
}
@media (min-width: 1600px) {
.bagh-hero-cricket-title {
font-size: 84px;
margin-bottom: 24px !important;
}
.bagh-hero-cricket-image {
max-width: 551px;
}
} .bagh-why-cricket {
padding: 48px 0 0;
}
.bagh-why-cricket-container {
display: flex;
flex-direction: column;
position: relative;
} .bagh-why-cricket-image-wrapper {
width: 100%;
position: relative;
flex: 1;
overflow: hidden;
}
.bagh-why-cricket-image-wrapper::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50%;
background: linear-gradient(180deg, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.6) 70%, #000000 100%);
pointer-events: none;
z-index: 1;
}
.bagh-why-cricket-image {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
} .bagh-why-cricket-content {
background: #000000;
padding: 0px 20px 32px 20px;
display: flex;
flex-direction: column;
gap: 16px;
justify-content: center;
}
.bagh-why-cricket-title {
font-family: Mohave;
font-weight: 700;
font-size: 24px;
line-height: 100%;
text-align: center;
color: #FDAD00;
margin-bottom: 0;
}
.bagh-why-cricket-description {
font-family: Inria Sans;
font-weight: 400;
font-size: 12px;
line-height: 20px;
text-align: center;
color: #C5B4B4;
} @media (min-width: 1024px) {
.bagh-why-cricket {
padding: 80px 50px 0;
}
.bagh-why-cricket-container {
flex-direction: row;
height: 641px;
}
.bagh-why-cricket-image-wrapper {
flex: 1.2;
background: #000000;
opacity: 63%;
}
.bagh-why-cricket-image-wrapper::after {
content: '';
position: absolute;
top: 0;
left: auto;
right: 0;
width: 50%;
height: 100%;
background: linear-gradient(90deg, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.3) 70%, #000000 100%);
pointer-events: none;
z-index: 1;
}
.bagh-why-cricket-image {
transform: scale(1.4);
object-position: 0% 50%;
}
.bagh-why-cricket-content {
flex: 1;
background: #000000;
padding: 40px;
gap: 10px;
}
.bagh-why-cricket-title {
font-size: 36px;
text-align: left;
}
.bagh-why-cricket-description {
font-size: 14px;
text-align: left;
}
}
@media (min-width: 1280px) {
.bagh-why-cricket {
padding: 80px 78px 0;
}
}
@media (min-width: 1440px) {
.bagh-why-cricket {
padding: 100px 142px 0 142px;
}
}
@media (min-width: 1441px) {
.bagh-why-cricket-content {
padding: 60px;
gap: 24px;
}
.bagh-why-cricket-title {
font-size: 48px;
}
.bagh-why-cricket-description {
font-size: 16px;
}
.bagh-why-cricket-image {
object-position: -20% 50%;
}
}
@media (min-width: 1600px) {
.bagh-why-cricket-container {
max-width: 1636px;
margin: 0 auto;
}
}  .bagh-hero-live-casino {
background: transparent;
padding: 46px 28px 0 28px;
} .bagh-hero-live-casino-card {
display: flex;
flex-direction: column;
background: radial-gradient(42.36% 351.1% at 85.64% 50%, #1C1100 36.41%, #010101 67.29%), linear-gradient(0deg, #1C1100, #1C1100);
border: 5px solid rgba(253, 173, 0, 0.4);
border-top-left-radius: 32px;
border-bottom-right-radius: 64px;
padding: 46px 0 0 0;
gap: 25px;
max-width: 1636px;
margin: 0 auto;
} .bagh-hero-live-casino-content {
display: flex;
flex-direction: column;
gap: 9px;
order: 1;
justify-content: center;
padding: 0 25px;
}
.bagh-hero-live-casino-title {
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 100%;
text-transform: uppercase;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-hero-live-casino-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #C5B4B4;
margin-bottom: 0 !important;
} .bagh-hero-live-casino-image-wrapper {
order: 2;
display: flex;
justify-content: center;
align-items: flex-end;
}
.bagh-hero-live-casino-image {
width: 100%;
height: auto;
object-fit: contain;
} @media (min-width: 1024px) {
.bagh-hero-live-casino {
padding: 34px 40px 0 40px;
}
.bagh-hero-live-casino-card {
flex-direction: row;
padding: 0 0 0 65px;
gap: 20px;
}
.bagh-hero-live-casino-content {
order: 1;
flex: 1;
padding: 0;
justify-content: center;
}
.bagh-hero-live-casino-title {
font-size: 64px;
margin-bottom: 20px !important;
}
.bagh-hero-live-casino-description {
font-size: 14px;
line-height: 20px;
}
.bagh-hero-live-casino-image-wrapper {
order: 2;
flex: 1;
}
}
@media (min-width: 1280px) {
.bagh-hero-live-casino {
padding: 34px 76px 0;
}
}
@media (min-width: 1440px) {
.bagh-hero-live-casino {
padding: 114px 142px 0 142px;
}
.bagh-hero-live-casino-description {
font-size: 16px;
}
}
@media (min-width: 1441px) {
.bagh-hero-live-casino-description {
font-size: 16px;
}
.bagh-hero-live-casino-card {
padding: 0 0 0 70px;
}
}
@media (min-width: 1600px) {
.bagh-hero-live-casino-title {
font-size: 80px;
}
.bagh-hero-live-casino-image {
margin-top: -80px;
}
}
@media (min-width: 1900px) {
.bagh-hero-live-casino-content {
flex: 1.5;
}
} .bagh-popular-live-casino-games {
background: transparent;
padding-top: 26px;
}
.bagh-popular-games-container {
max-width: 1540px;
margin: 0 auto;
} .bagh-popular-games-heading {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 100%;
text-align: center;
color: #FDAD00;
margin-bottom: 16px;
} .bagh-popular-games-intro {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
text-align: center;
color: #C5B4B4;
margin-bottom: 24px;
} .bagh-popular-games-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
} .bagh-popular-game-item {
display: flex;
flex-direction: column;
gap: 12px;
}
.bagh-popular-game-image {
width: 100%;
height: auto;
display: block;
}
.bagh-popular-game-description {
font-family: 'Source Sans 3', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
color: #BFBFBF;
margin-bottom: 0 !important;
}
.bagh-popular-game-description span {
font-weight: 700;
} .bagh-popular-game-outro {
display: flex;
flex-direction: column;
}
.bagh-popular-game-outro-bg {
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100%;
}
.bagh-popular-game-outro-text {
font-family: 'Source Sans 3', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
color: #BFBFBF;
margin-bottom: 0 !important;
} @media (min-width: 1024px) {
.bagh-popular-games-heading {
font-size: 48px;
margin-bottom: 20px;
}
.bagh-popular-games-intro {
font-size: 14px;
margin-bottom: 32px;
}
.bagh-popular-games-grid {
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.bagh-popular-game-description {
font-size: 14px;
}
.bagh-popular-game-outro-text {
font-size: 14px;
}
.bagh-popular-live-casino-games {
padding-top: 154px;
}
}
@media (min-width: 1441px) {
.bagh-popular-games-intro {
font-size: 16px;
}
.bagh-popular-games-grid {
grid-template-columns: repeat(6, 1fr);
gap: 32px;
}
.bagh-popular-game-description {
font-size: 16px;
}
.bagh-popular-game-outro-text {
font-size: 16px;
}
.bagh-popular-live-casino-games {
padding-top: 156px;
}
} .bagh-why-choose-live-casino {
padding: 48px 0 0;
}
.bagh-why-choose-live-casino-container {
display: flex;
flex-direction: column;
position: relative;
background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(//bagh44.com/wp-content/uploads/2026/01/choose-live-casino.webp) no-repeat;
background-size: cover;
background-position: 50% 50%;
} .bagh-why-choose-live-casino-image-wrapper {
width: 100%;
position: relative;
flex: 1;
overflow: visible;
display: flex;
justify-content: center;
align-items: flex-end;
min-height: 400px;
}
.bagh-why-choose-live-casino-image-wrapper::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50%;
background: linear-gradient(180deg, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.6) 70%, #000000 100%);
pointer-events: none;
z-index: 3;
}
.bagh-why-choose-live-casino-image {
width: 100%;
max-width: 335px;
height: auto;
display: block;
object-fit: contain;
object-position: center bottom;
position: relative;
z-index: 2;
} .bagh-why-choose-live-casino-content {
background: #000000;
padding: 40px 28px 68px 28px;
display: flex;
flex-direction: column;
gap: 16px;
justify-content: center;
}
.bagh-why-choose-live-casino-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #FDAD00;
margin-bottom: 0;
}
.bagh-why-choose-live-casino-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 0;
} @media (min-width: 1024px) {
.bagh-why-choose-live-casino {
padding: 127px 40px 0 40px;
}
.bagh-why-choose-live-casino-container {
padding: 0 40px;
max-width: 1600px;
margin: 0 auto;
min-height: 400px;
background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(//bagh44.com/wp-content/uploads/2026/01/choose-live-casino.webp) no-repeat center center;
background-size: cover;
position: relative;
}
.bagh-why-choose-live-casino-image {
height: 100%;
max-height: 100%;
object-fit: contain;
object-position: left center;
filter: none;
max-width: 515px;
} .bagh-why-choose-live-casino-image-wrapper {
display: block;
position: absolute;
left: 3%;
top: 0;
bottom: 0;
width: 48%;
max-width: 600px;
overflow: hidden;
} .bagh-why-choose-live-casino-image-wrapper::after {
display: none;
}
.bagh-why-choose-live-casino-content {
margin-left: auto;
max-width: 52%;
background: transparent;
padding: 180px 0 179px 0;
}
.bagh-why-choose-live-casino-title {
font-size: 24px;
line-height: 28px;
}
.bagh-why-choose-live-casino-description {
font-size: 14px;
line-height: 18px;
}
}
@media (min-width: 1280px) {
.bagh-why-choose-live-casino {
padding: 127px 76px 0;
}
.bagh-why-choose-live-casino-container {
padding: 0 142px 0 50px;
}
}
@media (min-width: 1440px) {
.bagh-why-choose-live-casino {
padding: 127px 142px 0 142px;
}
}
@media (min-width: 1441px) {
.bagh-why-choose-live-casino-title {
font-size: 32px;
line-height: 36px;
}
.bagh-why-choose-live-casino-description {
font-size: 16px;
line-height: 20px;
}
}
@media (min-width: 1600px) {
.bagh-why-choose-live-casino-title {
font-size: 36px;
line-height: 40px;
}
.bagh-why-choose-live-casino-content {
padding: 180px 0 187px 0;
}
.bagh-why-choose-live-casino-image-wrapper {
left: 0;
}
} .bagh-vip-touch-live-casino {
padding: 48px 0 0;
}
.bagh-vip-touch-live-casino-container {
display: flex;
flex-direction: column;
position: relative;
background: url(//bagh44.com/wp-content/uploads/2026/01/vip-touch-mobile-1.webp) no-repeat;
background-size: contain;
background-position: 50% 0%;
min-height: 500px;
} .bagh-vip-touch-live-casino-image-wrapper {
width: 100%;
position: relative;
flex: 1;
overflow: visible;
display: flex;
justify-content: center;
align-items: flex-end;
min-height: 350px;
}
@media (min-width: 375px) {
.bagh-vip-touch-live-casino-image-wrapper {
min-height: 350px;
}
}
@media (min-width: 414px) {
.bagh-vip-touch-live-casino-image-wrapper {
min-height: 400px;
}
}
@media (min-width: 768px) {
.bagh-vip-touch-live-casino-container {
background-size: cover;
}
}
.bagh-vip-touch-live-casino-image-wrapper::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 10%;
background: linear-gradient(180deg, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.6) 70%, #000000 100%);
pointer-events: none;
z-index: 3;
}
.bagh-vip-touch-live-casino-image {
display: none;
} .bagh-vip-touch-live-casino-content {
background: #000000;
padding: 40px 28px 68px 28px;
display: flex;
flex-direction: column;
gap: 16px;
justify-content: center;
}
.bagh-vip-touch-live-casino-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 100%;
text-align: center;
color: #FDAD00;
margin-bottom: 16px;
}
.bagh-vip-touch-live-casino-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 16px;
}
.bagh-vip-touch-live-casino-description:last-of-type {
margin-bottom: 0;
} @media (min-width: 1024px) {
.bagh-vip-touch-live-casino {
padding: 100px 40px 171px 40px;
}
.bagh-vip-touch-live-casino-container {
padding: 0 40px;
max-width: 1600px;
margin: 0 auto;
min-height: 400px;
background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(//bagh44.com/wp-content/uploads/2026/01/vip-touch-bg-scaled.webp) no-repeat center center;
background-size: cover;
position: relative;
background-position: 0% 100%;
}
.bagh-vip-touch-live-casino-image {
width: 100%;
max-width: 425px;
height: auto;
object-fit: contain;
filter: none;
position: absolute;
right: 12%;
bottom: 5%;
display: block;
} .bagh-vip-touch-live-casino-image-wrapper {
display: block;
position: absolute;
right: 0;
bottom: 0;
width: 48%;
max-width: 600px;
height: 100%;
} .bagh-vip-touch-live-casino-image-wrapper::after {
display: none;
}
.bagh-vip-touch-live-casino-content {
margin-right: auto;
max-width: 52%;
background: transparent;
padding: 119px 0 119px 0;
}
.bagh-vip-touch-live-casino-title {
font-size: 48px;
margin-bottom: 20px;
text-align: left;
}
.bagh-vip-touch-live-casino-description {
font-size: 14px;
line-height: 18px;
}
}
@media (min-width: 1280px) {
.bagh-vip-touch-live-casino {
padding: 100px 76px 171px;
}
.bagh-vip-touch-live-casino-container {
padding: 0 142px 0 50px;
}
}
@media (min-width: 1440px) {
.bagh-vip-touch-live-casino {
padding: 100px 142px 171px 142px;
}
}
@media (min-width: 1441px) {
.bagh-vip-touch-live-casino-description {
font-size: 16px;
line-height: 20px;
}
}
@media (min-width: 1600px) {
.bagh-vip-touch-live-casino-content {
padding: 135px 0 126px 0;
}
.bagh-vip-touch-live-casino-image-wrapper {
right: 0;
}
}  .bagh-hero-kabaddi {
background: transparent;
padding: 46px 28px 0 28px;
}
.bagh-hero-kabaddi-card {
display: flex;
flex-direction: column;
background: radial-gradient(42.36% 351.1% at 85.64% 50%, #1C1100 36.41%, #010101 67.29%), linear-gradient(0deg, #1C1100, #1C1100);
border: 5px solid rgba(253, 173, 0, 0.4);
border-top-left-radius: 32px;
border-bottom-right-radius: 64px;
padding: 46px 25px 0 25px;
gap: 65px;
max-width: 1636px;
margin: 0 auto;
}
.bagh-hero-kabaddi-content {
display: flex;
flex-direction: column;
gap: 9px;
order: 1;
justify-content: center;
}
.bagh-hero-kabaddi-title {
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 100%;
text-transform: uppercase;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-hero-kabaddi-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #C5B4B4;
margin-bottom: 0 !important;
}
.bagh-hero-kabaddi-image-wrapper {
order: 2;
display: flex;
justify-content: center;
align-items: flex-end;
width: 100%;
}
.bagh-hero-kabaddi-image {
width: 100%;
height: auto;
object-fit: contain;
}
@media (min-width: 768px) {
.bagh-hero-kabaddi {
padding: 46px 40px 0 40px;
}
}
@media (min-width: 1024px) {
.bagh-hero-kabaddi {
padding: 80px 142px 0 142px;
}
.bagh-hero-kabaddi-card {
flex-direction: row;
padding: 46px 40px 0 40px;
overflow: visible;
position: relative;
gap: 15px;
}
.bagh-hero-kabaddi-content {
flex: 1.5;
order: 1;
gap: 0;
padding-bottom: 40px;
}
.bagh-hero-kabaddi-title {
font-size: 64px;
margin-bottom: 0 !important;
}
.bagh-hero-kabaddi-description {
font-size: 16px;
line-height: 150%;
}
.bagh-hero-kabaddi-description:nth-of-type(1) {
margin-bottom: 20px !important;
}
.bagh-hero-kabaddi-image-wrapper {
flex: 1;
order: 2;
align-self: flex-end;
margin-top: -140px;
display: flex;
justify-content: flex-end;
}
.bagh-hero-kabaddi-image {
width: 100%;
}
}
@media (min-width: 1600px) {
.bagh-hero-kabaddi {
padding: 100px 142px 0 142px;
}
.bagh-hero-kabaddi-card {
padding: 46px 60px 0 47px;
gap: 20px;
}
.bagh-hero-kabaddi-title {
font-size: 84px;
margin-bottom: 0 !important;
}
} .bagh-rising-kabaddi {
padding: 0 0 0;
}
.bagh-rising-kabaddi-container {
display: flex;
flex-direction: column;
justify-content: flex-end;
position: relative;
background: url(//bagh44.com/wp-content/uploads/2026/07/kabaddi-mobile-bg.webp) no-repeat center center;
background-size: contain;
min-height: 671px;
}
.bagh-rising-kabaddi-image-wrapper {
display: none;
}
.bagh-rising-kabaddi-content {
position: relative;
padding: 40px 33px 74px 33px;
display: flex;
flex-direction: column;
gap: 16px;
justify-content: center;
background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 30%, #000000 100%);
}
.bagh-rising-kabaddi-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 100%;
text-align: center;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-rising-kabaddi-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
text-align: center;
color: #C5B4B4;
margin-bottom: 0 !important;
}
.bagh-rising-kabaddi-description:last-of-type {
margin-bottom: 0;
}
@media (min-width: 300px) {
.bagh-rising-kabaddi-container {
min-height: 1000px;
}
}
@media (min-width: 346px) {
.bagh-rising-kabaddi-container {
min-height: 950px;
}
}
@media (min-width: 376px) {
.bagh-rising-kabaddi-container {
min-height: 850px;
}
}
@media (min-width: 427px) {
.bagh-rising-kabaddi-container {
min-height: 750px;
background-size: cover;
}
.bagh-rising-kabaddi {
padding: 20px 0 0;
}
}
@media (min-width: 430px) {
.bagh-rising-kabaddi-container {
min-height: 770px;
}
}
@media (min-width: 440px) {
.bagh-rising-kabaddi-container {
min-height: 750px;
}
}
@media (min-width: 1024px) {
.bagh-rising-kabaddi {
padding: 100px 142px 0 142px;
}
.bagh-rising-kabaddi-container {
max-width: 1600px;
margin: 0 auto;
min-height: 400px;
background: linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.75)), url(//bagh44.com/wp-content/uploads/2026/07/kabaddi-bagh-live-bg.webp) no-repeat center center;
background-size: cover;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 41px;
padding: 60px 60px 60px 60px;
}
.bagh-rising-kabaddi-image-wrapper {
display: flex;
justify-content: center;
align-items: center;
position: static;
width: auto;
overflow: visible;
}
.bagh-rising-kabaddi-image-wrapper::after {
display: none;
}
.bagh-rising-kabaddi-image {
width: 100%;
max-width: 669px;
height: auto;
object-fit: contain;
object-position: center;
display: block;
}
.bagh-rising-kabaddi-content {
position: static;
top: auto;
bottom: auto;
left: auto;
right: auto;
background: transparent;
padding: 0;
max-width: 350px;
}
.bagh-rising-kabaddi-title {
font-size: 48px;
margin-bottom: 20px;
text-align: left;
}
.bagh-rising-kabaddi-description {
font-size: 14px;
line-height: 18px;
text-align: left;
}
}
@media (min-width: 1280px) {
.bagh-rising-kabaddi-content {
max-width: 473px;
}
.bagh-rising-kabaddi-container {
padding: 116px 38px;
}
}
@media (min-width: 1600px) {
.bagh-rising-kabaddi-description {
font-size: 16px;
line-height: 20px;
}
.bagh-rising-kabaddi-container {
padding: 80px 142px;
gap: 70px;
}
.bagh-rising-kabaddi-content {
max-width: 612px;
}
} .bagh-why-bet-kabaddi {
padding: 48px 28px 0 28px;
}
.bagh-why-bet-kabaddi-container {
max-width: 1600px;
margin: 0 auto;
}
.bagh-why-bet-kabaddi-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 16px;
text-align: center;
}
.bagh-why-bet-kabaddi-intro {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 16px;
text-align: center;
}
.bagh-why-bet-kabaddi-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
margin: 20px 0;
}
.bagh-why-bet-kabaddi-item {
border: 5px solid #FDAD0066;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
padding: 25px 0;
}
.bagh-why-bet-kabaddi-reason {
font-family: 'Inria Sans', sans-serif;
font-size: 13px;
line-height: 20px;
color: #FFFFFF;
text-align: center;
margin-bottom: 0;
}
.bagh-why-bet-kabaddi-outro {
font-family: 'Inria Sans', sans-serif;
font-size: 14px;
line-height: 22px;
color: #C5B4B4;
text-align: center;
}
@media (min-width: 1024px) {
.bagh-why-bet-kabaddi {
padding: 100px 142px 0 142px;
}
.bagh-why-bet-kabaddi-title {
font-size: 36px;
line-height: 42px;
}
.bagh-why-bet-kabaddi-intro {
font-size: 14px;
line-height: 20px;
}
.bagh-why-bet-kabaddi-reason {
font-size: 15px;
line-height: 22px;
}
}
@media (min-width: 1440px) and (max-width: 1599px) {
.bagh-why-bet-kabaddi-item {
padding: 25px 0;
}
}
@media (min-width: 1600px) {
.bagh-why-bet-kabaddi-grid {
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.bagh-why-bet-kabaddi-item {
padding: 50px 75px;
}
} .bagh-other-products-kabaddi {
padding: 48px 28px 0 28px;
}
.bagh-other-products-kabaddi-container {
max-width: 1600px;
margin: 0 auto;
}
.bagh-other-products-kabaddi-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 24px;
text-align: center;
}
.bagh-other-products-kabaddi-grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
.bagh-other-products-kabaddi-item {
border: 5px solid #FDAD0066;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
padding: 25px;
display: flex;
flex-direction: column;
gap: 6px;
}
.bagh-other-products-kabaddi-img {
width: 100%;
height: auto;
border-top-left-radius: 2px;
border-bottom-right-radius: 8px;
object-fit: cover;
}
.bagh-other-products-kabaddi-item-title {
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 26px;
color: #FDAD00;
text-align: center;
margin-bottom: 0 !important;
}
.bagh-other-products-kabaddi-item-desc {
font-family: 'Inria Sans', sans-serif;
font-size: 13px;
line-height: 20px;
color: #C5B4B4;
text-align: center;
max-width: 341px;
margin: 0 auto;
}
@media (min-width: 1024px) {
.bagh-other-products-kabaddi {
padding: 100px 142px 0 142px;
}
.bagh-other-products-kabaddi-title {
font-size: 36px;
line-height: 42px;
}
}
@media (min-width: 1440px) and (max-width: 1599px) {
.bagh-other-products-kabaddi-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1600px) {
.bagh-other-products-kabaddi-grid {
grid-template-columns: repeat(3, 1fr);
}
} .bagh-competitions-kabaddi {
padding: 48px 28px 0 28px;
margin-top: 50px;
}
.bagh-competitions-kabaddi-container {
max-width: 1600px;
margin: 0 auto;
}
.bagh-competitions-kabaddi-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 12px;
text-align: center;
}
.bagh-competitions-kabaddi-intro {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 24px;
text-align: center;
}
.bagh-competitions-kabaddi-list {
display: flex;
flex-direction: column;
gap: 20px;
max-width: 1463px;
margin: auto;
}
.bagh-competitions-kabaddi-item {
display: flex;
flex-direction: column;
gap: 8px;
padding: 20px;
}
.bagh-competitions-kabaddi-item-title {
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 26px;
color: #FDAD00;
text-align: center;
margin-bottom: 10px !important;
}
.bagh-competitions-kabaddi-item-desc {
font-family: 'Inria Sans', sans-serif;
font-size: 13px;
line-height: 20px;
color: #C5B4B4;
}
@media (min-width: 1024px) {
.bagh-competitions-kabaddi {
padding: 100px 142px 0 142px;
margin-top: 0;
}
.bagh-competitions-kabaddi-title {
font-size: 36px;
line-height: 42px;
}
.bagh-competitions-kabaddi-intro {
font-size: 14px;
line-height: 20px;
}
.bagh-competitions-kabaddi-item {
flex-direction: row;
align-items: center;
gap: 30px;
}
.bagh-competitions-kabaddi-item-title {
min-width: 260px;
font-size: 22px;
margin-bottom: 22px !important;
}
.bagh-competitions-kabaddi-item-desc {
flex: 1;
font-size: 14px;
}
} .bagh-markets-kabaddi {
padding: 48px 28px 0 28px;
margin-top: 50px;
}
.bagh-markets-kabaddi-container {
max-width: 1600px;
margin: 0 auto;
}
.bagh-markets-kabaddi-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 12px;
text-align: center;
}
.bagh-markets-kabaddi-intro {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 5px;
text-align: center;
}
.bagh-markets-kabaddi-grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
margin-top: 24px;
}
.bagh-markets-kabaddi-item-inner {
display: flex;
flex-direction: row;
gap: 16px;
align-items: center;
padding: 10px 0;
background: transparent;
justify-content: center;
}
.bagh-markets-kabaddi-img-wrap {
width: auto;
height: auto;
max-width: 74px;
flex-shrink: 0;
}
.bagh-markets-kabaddi-img {
max-width: 100%;
height: auto;
display: block;
object-fit: contain;
}
.bagh-markets-kabaddi-text {
display: flex;
flex-direction: column;
gap: 6px;
max-width: 350px;
}
.bagh-markets-kabaddi-item-title {
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 18px;
line-height: 24px;
color: #FDAD00;
margin: 0 !important;
}
.bagh-markets-kabaddi-item-desc {
font-family: 'Inria Sans', sans-serif;
font-size: 13px;
line-height: 19px;
color: #C5B4B4;
}
@media (min-width: 1024px) {
.bagh-markets-kabaddi {
padding: 100px 142px 0 142px;
margin-top: 0;
}
.bagh-markets-kabaddi-title {
font-size: 36px;
line-height: 42px;
}
.bagh-markets-kabaddi-intro {
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
}
.bagh-markets-kabaddi-grid {
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
.bagh-markets-kabaddi-item-title {
font-size: 22px;
}
.bagh-markets-kabaddi-img-wrap {
max-width: 100%;
}
} .bagh-strategies-kabaddi {
background: #1C1100;
padding: 48px 28px;
margin-top: 48px;
}
.bagh-strategies-kabaddi-container {
max-width: 1600px;
margin: 0 auto;
padding: 0;
}
.bagh-strategies-kabaddi-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 12px;
text-align: center;
}
.bagh-strategies-kabaddi-intro {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 24px;
text-align: center;
max-width: 940px;
margin-left: auto;
margin-right: auto;
margin-bottom: 51px;
}
.bagh-strategies-kabaddi-body {
display: flex;
flex-direction: column;
gap: 12px;
}
.bagh-strategies-kabaddi-cards {
display: flex;
flex-direction: column;
gap: 16px;
max-width: 632px;
width: 100%;
}
.bagh-strategies-kabaddi-card {
background: #B3B3B30D;
box-shadow: 0px 4px 10.2px 3px #0000001C;
border-radius: 16px;
padding: 30px 40px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.bagh-strategies-kabaddi-card-meta {
display: flex;
flex-direction: column;
gap: 0;
align-items: center;
flex: 0 0 90px;
}
.bagh-strategies-kabaddi-card-title {
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 18px;
color: #FDAD00;
text-align: center;
margin-bottom: 10px !important;
}
.bagh-strategies-kabaddi-card-icon {
width: 36px;
height: 36px;
object-fit: contain;
flex-shrink: 0;
}
.bagh-strategies-kabaddi-card-desc {
font-family: 'Inria Sans', sans-serif;
font-size: 13px;
line-height: 19px;
color: #C5B4B4;
flex: 1;
margin: 0 !important;
}
.bagh-strategies-kabaddi-img-wrap {
width: 100%;
}
.bagh-strategies-kabaddi-main-img {
width: 100%;
max-width: 517px;
height: 100%;
border-radius: 12px;
display: block;
}
@media (min-width: 1024px) {
.bagh-strategies-kabaddi {
background: transparent;
padding: 100px 142px;
margin-top: 100px;
}
.bagh-strategies-kabaddi-container {
background: #1C1100;
border-radius: 20px;
padding: 52px 54px;
}
.bagh-strategies-kabaddi-title {
font-size: 36px;
line-height: 42px;
}
.bagh-strategies-kabaddi-intro {
font-size: 14px;
line-height: 20px;
}
.bagh-strategies-kabaddi-body {
flex-direction: row;
align-items: stretch;
}
.bagh-strategies-kabaddi-cards {
flex: 1;
max-width: 632px;
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.bagh-strategies-kabaddi-img-wrap {
flex: 1;
display: flex;
align-items: stretch;
}
}
@media (min-width: 1600px) {
.bagh-strategies-kabaddi-container {
padding: 93px 100px;
}
.bagh-strategies-kabaddi-body {
gap: 53px;
max-width: 1202px;
margin: 0 auto;
}
.bagh-strategies-kabaddi-cards {
flex: 1.5;
}
} .bagh-live-betting-kabaddi {
padding: 48px 28px 0 28px;
}
.bagh-live-betting-kabaddi-container {
display: flex;
flex-direction: column;
gap: 24px;
max-width: 1600px;
margin: 0 auto;
padding: 52px 33px;
}
.bagh-live-betting-kabaddi-image {
width: 100%;
height: auto;
border-radius: 12px;
}
.bagh-live-betting-kabaddi-content {
display: flex;
flex-direction: column;
gap: 16px;
text-align: center;
max-width: 551px;
width: 100%;
margin: auto;
}
.bagh-live-betting-kabaddi-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
}
.bagh-live-betting-kabaddi-desc {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
}
@media (min-width: 1024px) {
.bagh-live-betting-kabaddi {
padding: 100px 142px 0 142px;
}
.bagh-live-betting-kabaddi-container {
flex-direction: row;
align-items: center;
gap: 50px;
padding: 52px 47px;
}
.bagh-live-betting-kabaddi-title {
font-size: 36px;
line-height: 42px;
}
.bagh-live-betting-kabaddi-desc {
font-size: 14px;
line-height: 20px;
}
}
@media (min-width: 1600px) {
.bagh-live-betting-kabaddi-container {
padding: 52px 87px;
}
} .bagh-mobile-kabaddi {
margin-top: 60px;
padding: 40px 28px 20px;
}
.bagh-mobile-kabaddi-container {
background: radial-gradient(42.36% 351.1% at 85.64% 50%, #1C1100 36.41%, #010101 67.29%), linear-gradient(0deg, #1C1100, #1C1100);
border: 5px solid #FDAD0066;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
padding: 30px 20px 0 20px;
display: flex;
flex-direction: column;
gap: 24px;
max-width: 1600px;
margin: 0 auto;
position: relative;
overflow: visible;
}
.bagh-mobile-kabaddi-content {
display: flex;
flex-direction: column;
gap: 16px;
padding-bottom: 20px;
}
.bagh-mobile-kabaddi-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 30px;
color: #FDAD00;
margin-bottom: 0;
}
.bagh-mobile-kabaddi-desc {
font-family: 'Inria Sans', sans-serif;
font-size: 13px;
line-height: 20px;
color: #C5B4B4;
margin-bottom: 0;
}
.bagh-mobile-kabaddi-desc:nth-of-type(1) {
margin-bottom: 10px;
}
.bagh-mobile-kabaddi-features-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
margin-top: 0;
align-items: stretch;
grid-auto-rows: 1fr;
}
.bagh-mobile-kabaddi-feature-item {
display: flex;
justify-content: center;
align-items: center;
border: 0.5px solid #5D5D5D;
border-radius: 16px;
padding: 10px;
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 100%;
text-align: center;
color: #FDAD00;
margin-bottom: 0;
}
.bagh-mobile-kabaddi-image-wrapper {
width: 100%;
display: flex;
justify-content: center;
align-items: flex-end;
align-self: flex-end;
line-height: 0;
margin-bottom: 0;
}
.bagh-mobile-kabaddi-image {
display: block;
width: 100%;
height: auto;
object-fit: contain;
object-position: bottom;
}
.bagh-mobile-kabaddi-trailing {
font-family: 'Inria Sans', sans-serif;
font-size: 13px;
line-height: 20px;
color: #C5B4B4;
margin-top: 16px;
margin-bottom: 0;
}
@media (min-width: 1024px) {
.bagh-mobile-kabaddi {
margin-top: 120px;
padding: 0 142px;
}
.bagh-mobile-kabaddi-container {
flex-direction: row;
align-items: center;
padding: 92px 57px 0 57px;
gap: 50px;
overflow: visible;
}
.bagh-mobile-kabaddi-content {
flex: 1.5;
padding-bottom: 50px;
}
.bagh-mobile-kabaddi-image-wrapper {
flex: 1;
position: relative;
align-self: flex-end;
margin-top: -120px;
margin-bottom: 0;
display: flex;
justify-content: flex-end;
align-items: flex-end;
line-height: 0;
}
.bagh-mobile-kabaddi-image {
display: block;
position: relative;
margin-top: 0;
margin-bottom: 0;
max-width: 100%;
height: auto;
object-fit: contain;
object-position: bottom;
max-width: 584px;
}
.bagh-mobile-kabaddi-title {
font-size: 36px;
line-height: 42px;
}
.bagh-mobile-kabaddi-feature-item {
font-size: 14px;
background: transparent;
}
}
@media (min-width: 1600px) {
.bagh-mobile-kabaddi-container {
padding: 75px 84px 0 84px;
}
} .bagh-responsible-kabaddi {
padding: 48px 28px;
margin-top: 60px;
}
.bagh-responsible-kabaddi-container {
display: flex;
flex-direction: column;
gap: 24px;
max-width: 1600px;
margin: 0 auto;
align-items: center;
}
.bagh-responsible-kabaddi-logo {
max-width: 100%;
height: auto;
margin: 0 auto;
}
.bagh-responsible-kabaddi-content {
display: flex;
flex-direction: column;
gap: 16px;
}
.bagh-responsible-kabaddi-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 30px;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-responsible-kabaddi-desc {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
.bagh-responsible-kabaddi {
padding: 100px 142px;
margin-top: 120px;
}
.bagh-responsible-kabaddi-container {
flex-direction: row;
align-items: center;
gap: 24px;
}
.bagh-responsible-kabaddi-logo-wrap {
flex: 0.8;
}
.bagh-responsible-kabaddi-content {
flex: 1.2;
}
.bagh-responsible-kabaddi-title {
font-size: 34px;
line-height: 40px;
margin-bottom: 7px !important;
}
.bagh-responsible-kabaddi-desc {
font-size: 14px;
line-height: 20px;
}
} .bagh-hero-tennis {
background: transparent;
padding: 46px 28px 0 28px;
}
.bagh-hero-tennis-card {
display: flex;
flex-direction: column;
background: radial-gradient(42.36% 351.1% at 85.64% 50%, #1C1100 36.41%, #010101 67.29%), linear-gradient(0deg, #1C1100, #1C1100);
border: 5px solid rgba(253, 173, 0, 0.4);
border-top-left-radius: 32px;
border-bottom-right-radius: 64px;
padding: 46px 25px 0 25px;
gap: 65px;
max-width: 1636px;
margin: 0 auto;
}
.bagh-hero-tennis-content {
display: flex;
flex-direction: column;
gap: 9px;
order: 1;
justify-content: center;
}
.bagh-hero-tennis-title {
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 100%;
text-transform: uppercase;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-hero-tennis-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #C5B4B4;
margin-bottom: 0 !important;
}
.bagh-hero-tennis-image-wrapper {
order: 2;
display: flex;
justify-content: center;
align-items: flex-end;
width: 100%;
}
.bagh-hero-tennis-image {
width: 100%;
height: auto;
object-fit: contain;
}
@media (min-width: 768px) {
.bagh-hero-tennis {
padding: 46px 40px 0 40px;
}
}
@media (min-width: 1024px) {
.bagh-hero-tennis {
padding: 80px 142px 0 142px;
}
.bagh-hero-tennis-card {
flex-direction: row;
padding: 46px 40px 0 40px;
overflow: visible;
position: relative;
gap: 15px;
}
.bagh-hero-tennis-content {
flex: 1.3;
order: 1;
gap: 0;
padding-bottom: 40px;
}
.bagh-hero-tennis-title {
font-size: 64px;
margin-bottom: 0 !important;
}
.bagh-hero-tennis-description {
font-size: 16px;
line-height: 150%;
}
.bagh-hero-tennis-image-wrapper {
flex: 1;
order: 2;
align-self: flex-end;
margin-top: -140px;
display: flex;
justify-content: flex-end;
}
.bagh-hero-tennis-image {
max-width: 551px;
width: 100%;
}
}
@media (min-width: 1600px) {
.bagh-hero-tennis {
padding: 100px 142px 0 142px;
}
.bagh-hero-tennis-content {
flex: 2;
}
.bagh-hero-tennis-card {
padding: 46px 10px 0 60px;
gap: 20px;
}
.bagh-hero-tennis-title {
font-size: 84px;
margin-bottom: 24px !important;
}
} .bagh-why-preferred-tennis {
padding: 0 0 0;
}
.bagh-why-preferred-tennis-container {
display: flex;
flex-direction: column;
justify-content: flex-end;
position: relative;
background: url(//bagh44.com/wp-content/uploads/2026/07/tennis-mobile-bg.webp) no-repeat center center;
background-size: contain;
min-height: 671px;
}
.bagh-why-preferred-tennis-image-wrapper {
display: none;
}
.bagh-why-preferred-tennis-content {
position: relative;
padding: 40px 28px 68px 28px;
display: flex;
flex-direction: column;
gap: 16px;
justify-content: center;
background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 30%, #000000 100%);
}
.bagh-why-preferred-tennis-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 100%;
text-align: center;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-why-preferred-tennis-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
text-align: center;
color: #C5B4B4;
margin-bottom: 0 !important;
}
.bagh-why-preferred-tennis-description:last-of-type {
margin-bottom: 0;
}
@media (min-width: 300px) {
.bagh-why-preferred-tennis-container {
min-height: 850px;
}
}
@media (min-width: 346px) {
.bagh-why-preferred-tennis-container {
min-height: 800px;
}
}
@media (min-width: 376px) {
.bagh-why-preferred-tennis-container {
min-height: 780px;
}
}
@media (min-width: 410px) {
.bagh-why-preferred-tennis-container {
min-height: 730px;
}
}
@media (min-width: 427px) {
.bagh-why-preferred-tennis-container {
background-size: cover;
}
.bagh-why-preferred-tennis {
padding: 20px 0 0;
}
}
@media (min-width: 440px) {
.bagh-why-preferred-tennis-container {
min-height: 750px;
}
}
@media (min-width: 1024px) {
.bagh-why-preferred-tennis {
padding: 100px 142px 0 142px;
}
.bagh-why-preferred-tennis-container {
max-width: 1600px;
margin: 0 auto;
min-height: 400px;
background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.75)), url(//bagh44.com/wp-content/uploads/2026/07/reason-tennis-bg.webp) no-repeat center center;
background-size: cover;
border-radius: 16px;
display: flex;
flex-direction: row;
align-items: center;
gap: 42px;
padding: 60px 60px 60px 60px;
}
.bagh-why-preferred-tennis-image-wrapper {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
position: static;
width: auto;
overflow: visible;
}
.bagh-why-preferred-tennis-image-wrapper::after {
display: none;
}
.bagh-why-preferred-tennis-image {
width: 100%;
max-width: 669px;
height: auto;
object-fit: contain;
object-position: center;
display: block;
}
.bagh-why-preferred-tennis-content {
position: static;
top: auto;
bottom: auto;
left: auto;
right: auto;
flex: 1;
background: transparent;
padding: 0;
max-width: 612px;
}
.bagh-why-preferred-tennis-title {
font-size: 48px;
margin-bottom: 20px;
text-align: left;
}
.bagh-why-preferred-tennis-description {
font-size: 14px;
line-height: 18px;
text-align: left;
}
}
@media (min-width: 1280px) {
.bagh-why-preferred-tennis-container {
padding: 116px 38px;
}
}
@media (min-width: 1600px) {
.bagh-why-preferred-tennis-description {
font-size: 16px;
line-height: 20px;
}
.bagh-why-preferred-tennis-container {
padding: 80px 142px;
gap: 70px;
}
} .bagh-coverage-tennis {
padding: 48px 28px 0 28px;
}
.bagh-coverage-tennis-container {
max-width: 1600px;
margin: 0 auto;
}
.bagh-coverage-tennis-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 12px;
text-align: center;
}
.bagh-coverage-tennis-intro {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 24px;
text-align: center;
}
.bagh-coverage-tennis-outro {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 12px;
color: #C5B4B4;
margin-bottom: 0;
text-align: center;
}
.bagh-coverage-tennis-outro:nth-of-type(2) {
margin-bottom: 5px;
}
.bagh-coverage-tennis-items-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: 1fr;
gap: 16px;
margin-bottom: 30px;
}
.bagh-coverage-tennis-item {
display: flex;
justify-content: center;
align-items: center;
align-self: stretch;
border: 5px solid #FDAD0066;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
padding: 13px;
}
.bagh-coverage-tennis-item-text {
font-family: 'Inria Sans', sans-serif;
font-size: 13px;
line-height: 19px;
color: #C5B4B4;
text-align: center;
margin-bottom: 0 !important;
} .bagh-coverage-tennis-items-grid .bagh-coverage-tennis-item:nth-child(1) {
order: 1;
} .bagh-coverage-tennis-items-grid .bagh-coverage-tennis-item:nth-child(2) {
order: 3;
} .bagh-coverage-tennis-items-grid .bagh-coverage-tennis-item:nth-child(3) {
order: 5;
} .bagh-coverage-tennis-items-grid .bagh-coverage-tennis-item:nth-child(4) {
order: 2;
} .bagh-coverage-tennis-items-grid .bagh-coverage-tennis-item:nth-child(5) {
order: 4;
} .bagh-coverage-tennis-items-grid .bagh-coverage-tennis-item:nth-child(6) {
order: 6;
} .bagh-coverage-tennis-logos-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-top: 20px;
}
.bagh-coverage-tennis-logo-item {
display: flex;
justify-content: center;
align-items: center;
background: transparent;
}
.bagh-coverage-tennis-logo-img {
max-width: 100%;
height: auto;
object-fit: contain;
}
@media (min-width: 1024px) {
.bagh-coverage-tennis {
padding: 100px 142px 0 142px;
}
.bagh-coverage-tennis-title {
font-size: 36px;
line-height: 42px;
}
.bagh-coverage-tennis-intro {
font-size: 14px;
line-height: 20px;
}
.bagh-coverage-tennis-items-grid {
grid-template-columns: repeat(6, 1fr);
grid-auto-rows: auto;
} .bagh-coverage-tennis-items-grid .bagh-coverage-tennis-item:nth-child(1),
.bagh-coverage-tennis-items-grid .bagh-coverage-tennis-item:nth-child(2),
.bagh-coverage-tennis-items-grid .bagh-coverage-tennis-item:nth-child(3),
.bagh-coverage-tennis-items-grid .bagh-coverage-tennis-item:nth-child(4),
.bagh-coverage-tennis-items-grid .bagh-coverage-tennis-item:nth-child(5),
.bagh-coverage-tennis-items-grid .bagh-coverage-tennis-item:nth-child(6) {
order: 0;
}
.bagh-coverage-tennis-logos-grid {
grid-template-columns: repeat(8, 1fr);
}
} .bagh-live-markets-tennis {
padding: 48px 28px 0 28px;
margin-top: 50px;
}
.bagh-live-markets-tennis-container {
max-width: 1600px;
margin: 0 auto;
}
.bagh-live-markets-tennis-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 12px;
text-align: center;
}
.bagh-live-markets-tennis-intro {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 24px;
text-align: center;
}
.bagh-live-markets-tennis-list {
display: flex;
flex-direction: column;
gap: 16px;
max-width: 1463px;
margin: 0 auto;
}
.bagh-live-markets-tennis-item {
display: flex;
flex-direction: column;
gap: 8px;
padding: 20px;
background: transparent;
}
.bagh-live-markets-tennis-item-title {
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 26px;
color: #FDAD00;
text-align: center;
}
.bagh-live-markets-tennis-item-desc {
font-family: 'Inria Sans', sans-serif;
font-size: 13px;
line-height: 20px;
color: #C5B4B4;
}
@media (min-width: 1024px) {
.bagh-live-markets-tennis {
padding: 100px 142px 0 142px;
margin-top: 100px;
}
.bagh-live-markets-tennis-item {
flex-direction: row;
align-items: center;
gap: 30px;
}
.bagh-live-markets-tennis-item-title {
min-width: 260px;
}
} .bagh-live-online-tennis {
padding: 48px 28px 0 28px;
margin-top: 50px;
}
.bagh-live-online-tennis-container {
display: flex;
flex-direction: column;
gap: 24px;
max-width: 1600px;
margin: 0 auto;
}
.bagh-live-online-tennis-content {
display: flex;
flex-direction: column;
gap: 16px;
}
.bagh-live-online-tennis-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-live-online-tennis-desc {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 0 !important;
}
.bagh-live-online-tennis-image-wrapper {
width: 100%;
}
.bagh-live-online-tennis-image {
max-width: 100%;
height: auto;
border-radius: 12px;
}
@media (min-width: 1024px) {
.bagh-live-online-tennis {
padding: 100px 142px 0 142px;
margin-top: 100px;
}
.bagh-live-online-tennis-content {
flex: 1;
}
.bagh-live-online-tennis-image-wrapper {
flex: 1;
}
.bagh-live-online-tennis-container {
flex-direction: row;
align-items: center;
gap: 20px;
}
.bagh-live-online-tennis-title {
font-size: 36px;
line-height: 42px;
}
.bagh-live-online-tennis-desc {
font-size: 14px;
line-height: 20px;
}
}
@media (min-width: 1600px) {
.bagh-live-online-tennis-content {
flex: 1;
}
.bagh-live-online-tennis-image-wrapper {
flex: 1.8;
max-width: 932px;
}
} .bagh-considerations-tennis {
padding: 48px 28px 0 28px;
margin-top: 50px;
}
.bagh-considerations-tennis-container {
max-width: 1600px;
margin: 0 auto;
}
.bagh-considerations-tennis-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 12px;
text-align: center;
}
.bagh-considerations-tennis-intro {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 24px;
text-align: center;
}
.bagh-considerations-tennis-grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
.bagh-considerations-tennis-item {
border: 5px solid #FDAD0066;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
padding: 50px 25px;
display: flex;
flex-direction: column;
gap: 10px;
}
.bagh-considerations-tennis-item-title {
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 20px;
color: #FDAD00;
text-align: center;
margin-bottom: 0 !important;
}
.bagh-considerations-tennis-item-desc {
font-family: 'Inria Sans', sans-serif;
font-size: 13px;
line-height: 20px;
color: #C5B4B4;
text-align: center;
margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
.bagh-considerations-tennis {
padding: 100px 142px 0 142px;
margin-top: 100px;
}
.bagh-considerations-tennis-grid {
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
.bagh-considerations-tennis-title {
font-size: 36px;
line-height: 42px;
}
.bagh-considerations-tennis-intro {
font-size: 14px;
line-height: 20px;
}
} .bagh-mobile-tennis {
margin-top: 60px;
padding: 0 28px;
}
.bagh-mobile-tennis-container {
background: radial-gradient(42.36% 351.1% at 85.64% 50%, #1C1100 36.41%, #010101 67.29%), linear-gradient(0deg, #1C1100, #1C1100);
border: 5px solid #FDAD0066;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
padding: 30px 20px 0 20px;
display: flex;
flex-direction: column;
gap: 24px;
max-width: 1600px;
margin: 0 auto;
position: relative;
overflow: visible;
}
.bagh-mobile-tennis-content {
display: flex;
flex-direction: column;
gap: 10px;
padding-bottom: 20px;
max-width: 762px;
width: 100%;
}
.bagh-mobile-tennis-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 30px;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-mobile-tennis-desc {
font-family: 'Inria Sans', sans-serif;
font-size: 13px;
line-height: 20px;
color: #C5B4B4;
margin-bottom: 0 !important;
}
.bagh-mobile-tennis-image-wrapper {
width: 100%;
display: flex;
justify-content: center;
align-items: flex-end;
align-self: flex-end;
line-height: 0;
margin-bottom: 0;
}
.bagh-mobile-tennis-image {
display: block;
width: 100%;
max-width: 457px;
height: auto;
object-fit: contain;
object-position: bottom;
}
@media (min-width: 1024px) {
.bagh-mobile-tennis {
margin-top: 120px;
padding: 100px 40px 0 !important;
}
.bagh-mobile-tennis-container {
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 0 84px 0 0;
gap: 0;
overflow: visible;
}
.bagh-mobile-tennis-image-wrapper {
flex: 1;
position: relative;
align-self: flex-end;
margin-top: -120px;
margin-bottom: 0;
display: flex;
justify-content: center;
align-items: flex-end;
line-height: 0;
}
.bagh-mobile-tennis-image {
display: block;
position: relative;
margin-top: 0;
margin-bottom: 0;
max-width: 457px;
width: 100%;
height: auto;
object-fit: contain;
object-position: bottom;
}
.bagh-mobile-tennis-content {
flex: 1;
max-width: 762px;
width: 100%;
padding-bottom: 0;
}
.bagh-mobile-tennis-title {
font-size: 36px;
line-height: 42px;
}
}
@media (min-width: 1280px) {
.bagh-mobile-tennis {
padding: 100px 48px 0 !important;
}
}
@media (min-width: 1440px) {
.bagh-mobile-tennis {
padding: 100px 142px 0 !important;
}
} .bagh-responsible-tennis {
padding: 48px 28px;
margin-top: 50px;
}
.bagh-responsible-tennis-container {
display: flex;
flex-direction: column;
gap: 24px;
max-width: 1600px;
margin: 0 auto;
align-items: center;
}
.bagh-responsible-tennis-content {
display: flex;
flex-direction: column;
gap: 14px;
}
.bagh-responsible-tennis-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 30px;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-responsible-tennis-desc {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 0 !important;
}
.bagh-responsible-tennis-logo {
max-width: 100%;
height: auto;
}
@media (min-width: 1024px) {
.bagh-responsible-tennis {
padding: 100px 142px;
margin-top: 100px;
}
.bagh-responsible-tennis-container {
flex-direction: row;
align-items: center;
justify-content: center;
gap: 60px;
max-width: 1347px;
}
.bagh-responsible-tennis-content {
flex: 1.2;
}
.bagh-responsible-tennis-logo-wrap {
flex: 0.8;
}
.bagh-responsible-tennis-title {
font-size: 34px;
line-height: 40px;
}
.bagh-responsible-tennis-desc {
font-size: 14px;
line-height: 20px;
}
} .bagh-hero-horse-racing {
background: transparent;
padding: 46px 28px 0 28px;
}
.bagh-hero-horse-racing-card {
display: flex;
flex-direction: column;
background: radial-gradient(42.36% 351.1% at 85.64% 50%, #1C1100 36.41%, #010101 67.29%), linear-gradient(0deg, #1C1100, #1C1100);
border: 5px solid rgba(253, 173, 0, 0.4);
border-top-left-radius: 32px;
border-bottom-right-radius: 64px;
padding: 46px 25px 0 25px;
gap: 65px;
max-width: 1636px;
margin: 0 auto;
}
.bagh-hero-horse-racing-content {
display: flex;
flex-direction: column;
gap: 9px;
order: 1;
justify-content: center;
}
.bagh-hero-horse-racing-title {
font-family: 'Mohave', sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 100%;
text-transform: uppercase;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-hero-horse-racing-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #C5B4B4;
margin-bottom: 0 !important;
}
.bagh-hero-horse-racing-image-wrapper {
order: 2;
display: flex;
justify-content: center;
align-items: flex-end;
margin-right: -50px;
}
.bagh-hero-horse-racing-image {
width: 100%;
height: auto;
object-fit: contain;
}
@media (min-width: 768px) {
.bagh-hero-horse-racing {
padding: 46px 40px 0 40px;
}
}
@media (min-width: 1024px) {
.bagh-hero-horse-racing {
padding: 80px 142px 0 142px;
}
.bagh-hero-horse-racing-card {
flex-direction: row;
padding: 46px 47px 0 47px;
overflow: visible;
position: relative;
gap: 15px;
}
.bagh-hero-horse-racing-content {
flex: 1.2;
order: 1;
gap: 0;
padding-bottom: 40px;
}
.bagh-hero-horse-racing-title {
font-size: 64px;
margin-bottom: 0 !important;
}
.bagh-hero-horse-racing-description {
font-size: 16px;
line-height: 150%;
}
.bagh-hero-horse-racing-image-wrapper {
flex: 1;
max-width: 721px;
order: 2;
align-self: flex-end;
margin-top: -140px;
margin-right: -40px;
display: flex;
justify-content: flex-end;
}
.bagh-hero-horse-racing-image {
max-width: 721px;
width: 100%;
}
}
@media (min-width: 1280px) {
.bagh-hero-horse-racing {
padding: 100px 48px 0 48px;
}
.bagh-hero-horse-racing-image-wrapper {
margin-right: -80px;
}
}
@media (min-width: 1440px) {
.bagh-hero-horse-racing-image-wrapper {
margin-right: -140px;
}
}
@media (min-width: 1600px) {
.bagh-hero-horse-racing {
padding: 100px 142px 0 142px;
}
.bagh-hero-horse-racing-image-wrapper {
margin-right: -170px;
}
.bagh-hero-horse-racing-content {
flex: 1.5;
}
.bagh-hero-horse-racing-card {
padding: 46px 29px 0 29px;
gap: 20px;
}
.bagh-hero-horse-racing-title {
font-size: 84px;
margin-bottom: 24px !important;
}
} .bagh-why-popular-horse-racing {
padding: 0 0 0;
}
.bagh-why-popular-horse-racing-container {
display: flex;
flex-direction: column;
justify-content: flex-end;
position: relative;
background: url(//bagh44.com/wp-content/uploads/2026/07/horse-racing-mobile-scaled-1.webp) no-repeat center center;
background-size: contain;
min-height: 800px;
}
.bagh-why-popular-horse-racing-image-wrapper {
display: none;
}
.bagh-why-popular-horse-racing-content {
position: relative;
padding: 40px 33px 74px 33px;
display: flex;
flex-direction: column;
gap: 16px;
justify-content: center;
background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 30%, #000000 100%);
}
.bagh-why-popular-horse-racing-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 100%;
text-align: center;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-why-popular-horse-racing-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
text-align: center;
color: #C5B4B4;
margin-bottom: 0 !important;
}
.bagh-why-popular-horse-racing-description:last-of-type {
margin-bottom: 0;
}
@media (min-width: 300px) {
.bagh-why-popular-horse-racing-container {
min-height: 1000px;
}
}
@media (min-width: 346px) {
.bagh-why-popular-horse-racing-container {
min-height: 950px;
}
}
@media (min-width: 376px) {
.bagh-why-popular-horse-racing-container {
min-height: 850px;
}
}
@media (min-width: 427px) {
.bagh-why-popular-horse-racing-container {
min-height: 750px;
background-size: cover;
}
.bagh-why-popular-horse-racing {
padding: 20px 0 0;
}
}
@media (min-width: 430px) {
.bagh-why-popular-horse-racing-container {
min-height: 770px;
}
}
@media (min-width: 440px) {
.bagh-why-popular-horse-racing-container {
min-height: 750px;
}
}
@media (min-width: 1024px) {
.bagh-why-popular-horse-racing {
padding: 100px 142px 0 142px;
}
.bagh-why-popular-horse-racing-container {
max-width: 1600px;
margin: 0 auto;
min-height: 400px;
background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.75)), url(//bagh44.com/wp-content/uploads/2026/07/horse-racing-bagh-live-bg.webp) no-repeat center center;
background-size: cover;
border-radius: 16px;
display: flex;
flex-direction: row;
align-items: center;
gap: 42px;
padding: 60px 60px 60px 60px;
}
.bagh-why-popular-horse-racing-image-wrapper {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
position: static;
width: auto;
overflow: visible;
}
.bagh-why-popular-horse-racing-image-wrapper::after {
display: none;
}
.bagh-why-popular-horse-racing-image {
width: 100%;
max-width: 669px;
height: auto;
object-fit: contain;
object-position: center;
display: block;
}
.bagh-why-popular-horse-racing-content {
position: static;
top: auto;
bottom: auto;
left: auto;
right: auto;
flex: 1;
background: transparent;
padding: 0;
}
.bagh-why-popular-horse-racing-title {
font-size: 48px;
margin-bottom: 20px;
text-align: left;
}
.bagh-why-popular-horse-racing-description {
font-size: 14px;
line-height: 18px;
text-align: left;
}
}
@media (min-width: 1280px) {
.bagh-why-popular-horse-racing-container {
padding: 116px 38px;
}
}
@media (min-width: 1600px) {
.bagh-why-popular-horse-racing-description {
font-size: 16px;
line-height: 20px;
}
.bagh-why-popular-horse-racing-container {
padding: 80px 142px;
gap: 70px;
}
} .bagh-possibilities-horse-racing {
padding: 48px 28px 0 28px;
}
.bagh-possibilities-horse-racing-container {
max-width: 1600px;
margin: 0 auto;
}
.bagh-possibilities-horse-racing-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 20px;
text-align: center;
}
.bagh-possibilities-horse-racing-intro {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 24px;
text-align: center;
}
.bagh-possibilities-horse-racing-grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
.bagh-possibilities-horse-racing-item-inner {
display: flex;
flex-direction: row;
gap: 16px;
align-items: center;
justify-content: center;
padding: 10px 0;
background: transparent;
}
.bagh-possibilities-horse-racing-img-wrap {
width: auto;
height: auto;
max-width: 100%;
flex-shrink: 0;
}
.bagh-possibilities-horse-racing-img {
max-width: 100%;
height: auto;
display: block;
object-fit: contain;
max-width: 74px;
}
.bagh-possibilities-horse-racing-item-title {
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 18px;
color: #FDAD00;
margin-bottom: 6px;
}
.bagh-possibilities-horse-racing-item-desc {
font-family: 'Inria Sans', sans-serif;
font-size: 13px;
line-height: 19px;
color: #C5B4B4;
}
@media (min-width: 1024px) {
.bagh-possibilities-horse-racing {
padding: 100px 142px 0 142px;
}
.bagh-possibilities-horse-racing-grid {
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
.bagh-possibilities-horse-racing-title {
font-size: 36px;
line-height: 42px;
}
.bagh-possibilities-horse-racing-intro {
font-size: 14px;
line-height: 20px;
}
.bagh-possibilities-horse-racing-item {
max-width: 590px;
margin: auto;
}
.bagh-possibilities-horse-racing-img {
max-width: 100%;
}
} .bagh-platform-horse-racing {
padding: 48px 0 0;
}
.bagh-platform-horse-racing-container {
position: relative;
background: url(//bagh44.com/wp-content/uploads/2026/07/racing-platform-mobile-bg.webp) no-repeat center center;
background-size: cover;
min-height: 671px;
display: flex;
flex-direction: column;
border-radius: 16px;
}
.bagh-platform-horse-racing-content {
padding: 40px 23px 30px 43px;
display: flex;
flex-direction: column;
gap: 16px;
justify-content: flex-start;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 70%, transparent 100%);
}
.bagh-platform-horse-racing-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-platform-horse-racing-description {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
.bagh-platform-horse-racing {
padding: 100px 142px 0 142px;
}
.bagh-platform-horse-racing-container {
max-width: 1600px;
margin: 0 auto;
height: 328px;
min-height: auto;
background: url(//bagh44.com/wp-content/uploads/2026/07/rc-platform-og.webp) no-repeat center center;
background-size: cover;
border-radius: 16px;
display: flex;
flex-direction: row;
align-items: stretch;
}
.bagh-platform-horse-racing-content {
flex: 0 0 55%;
background: transparent;
padding: 40px 43px 35px;
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 16px 0 0 16px;
}
.bagh-platform-horse-racing-title {
font-size: 48px;
margin-bottom: 20px;
text-align: left;
}
.bagh-platform-horse-racing-description {
font-size: 14px;
line-height: 18px;
text-align: left;
}
}
@media (min-width: 1600px) {
.bagh-platform-horse-racing-description {
font-size: 16px;
line-height: 20px;
}
.bagh-platform-horse-racing-content {
flex: 0 0 50%;
padding: 40px 0 40px 120px;
}
} .bagh-vip-horse-racing {
padding: 0;
}
.bagh-vip-horse-racing-container {
background: linear-gradient(rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.53)), url(//bagh44.com/wp-content/uploads/2026/07/vip-membership-bg.webp) no-repeat center center;
background-size: cover;
padding: 40px 20px;
text-align: center;
max-width: 1600px;
margin: 0 auto;
}
.bagh-vip-horse-racing-content {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
.bagh-vip-horse-racing-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-vip-horse-racing-desc {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
max-width: 927px;
}
.bagh-vip-horse-racing-logo {
max-width: 374px;
width: 100%;
height: auto;
}
@media (min-width: 1024px) {
.bagh-vip-horse-racing {
padding: 100px 142px 0 142px;
}
.bagh-vip-horse-racing-container {
padding: 46px 80px 98px 80px;
border-radius: 16px;
}
.bagh-vip-horse-racing-title {
font-size: 38px;
}
.bagh-vip-horse-racing-desc {
font-size: 14px;
line-height: 20px;
}
}
@media (min-width: 1440px) and (max-width: 1599px) {
.bagh-vip-horse-racing-logo {
max-width: 580px;
width: 100%;
}
}
@media (min-width: 1600px) {
.bagh-vip-horse-racing-logo {
max-width: 771px;
width: 100%;
}
.bagh-vip-horse-racing-container {
padding: 93px 80px 41px 80px;
border-radius: 16px;
}
} .bagh-horse-racing-features-img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 35%;
}
.bagh-horse-racing-features-img-1 {
object-position: 70% 35% !important;
}
.bagh-horse-racing-features-img-2 {
object-position: 0% 35% !important;
}
.bagh-horse-racing-features-img-3 {
object-position: 70% 35% !important;
} .bagh-convenient-horse-racing {
padding: 48px 28px 0 28px;
}
.bagh-convenient-horse-racing-container {
display: flex;
flex-direction: column;
gap: 24px;
max-width: 1600px;
margin: 0 auto;
}
.bagh-convenient-horse-racing-image {
width: 100%;
height: auto;
border-radius: 12px;
}
.bagh-convenient-horse-racing-content {
display: flex;
flex-direction: column;
gap: 14px;
}
.bagh-convenient-horse-racing-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 0 !important;
}
.bagh-convenient-horse-racing-subtitle {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 20px;
color: #FDAD00;
margin-top: 10px;
margin-bottom: 0 !important;
}
.bagh-convenient-horse-racing-desc {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 0 !important;
}
.bagh-convenient-horse-racing-desc.bagh-lead {
margin-bottom: 40px !important;
}
@media (min-width: 1024px) {
.bagh-convenient-horse-racing {
padding: 100px 142px 0 142px;
}
.bagh-convenient-horse-racing-container {
flex-direction: row;
align-items: center;
gap: 0;
}
.bagh-convenient-horse-racing-image-wrapper {
flex: 1;
}
.bagh-convenient-horse-racing-content {
flex: 1;
}
.bagh-convenient-horse-racing-title {
font-size: 36px;
}
.bagh-convenient-horse-racing-desc {
font-size: 14px;
line-height: 20px;
}
.bagh-convenient-horse-racing-desc.bagh-lead {
margin-bottom: 30px;
}
}
@media (min-width: 1600px) {
.bagh-convenient-horse-racing-image-wrapper {
flex: 1.4;
}
} .bagh-mindset-horse-racing {
padding: 48px 28px 0 28px;
}
.bagh-mindset-horse-racing-container {
max-width: 1600px;
margin: 0 auto;
}
.bagh-mindset-horse-racing-header {
text-align: center;
max-width: 800px;
margin: 0 auto 30px;
}
.bagh-mindset-horse-racing-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 20px;
}
.bagh-mindset-horse-racing-intro {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 0 !important;
}
.bagh-mindset-horse-racing-list {
display: flex;
flex-direction: column;
gap: 16px;
}
.bagh-mindset-horse-racing-item {
display: flex;
flex-direction: column;
gap: 8px;
padding: 20px;
background: transparent;
max-width: 1463px;
margin: 0 auto;
width: 100%;
}
.bagh-mindset-horse-racing-item-title {
font-family: 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 18px;
color: #FDAD00;
margin-bottom: 0 !important;
text-align: center;
}
.bagh-mindset-horse-racing-item-desc {
font-family: 'Inria Sans', sans-serif;
font-size: 13px;
line-height: 19px;
color: #C5B4B4;
margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
.bagh-mindset-horse-racing {
padding: 100px 142px 0 142px;
}
.bagh-mindset-horse-racing-title {
font-size: 36px;
}
.bagh-mindset-horse-racing-intro {
font-size: 14px;
line-height: 20px;
}
.bagh-mindset-horse-racing-item {
flex-direction: row;
align-items: center;
gap: 30px;
}
.bagh-mindset-horse-racing-item-title {
min-width: 280px;
font-size: 20px;
}
} .bagh-responsible-horse-racing {
padding: 48px 28px 0 28px;
}
.bagh-responsible-horse-racing-container {
display: flex;
flex-direction: column;
gap: 24px;
max-width: 1600px;
margin: 0 auto;
}
.bagh-responsible-horse-racing-image {
width: 100%;
height: auto;
border-radius: 12px;
}
.bagh-responsible-horse-racing-content {
display: flex;
flex-direction: column;
gap: 14px;
}
.bagh-responsible-horse-racing-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 10px;
}
.bagh-responsible-horse-racing-desc {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
.bagh-responsible-horse-racing {
padding: 100px 142px 0 142px;
}
.bagh-responsible-horse-racing-container {
flex-direction: row;
align-items: center;
gap: 0;
}
.bagh-responsible-horse-racing-image-wrapper {
flex: 1
}
.bagh-responsible-horse-racing-content {
flex: 1;
}
.bagh-responsible-horse-racing-title {
font-size: 34px;
}
.bagh-responsible-horse-racing-desc {
font-size: 14px;
line-height: 20px;
}
}
@media (min-width: 1600px) {
.bagh-responsible-horse-racing-image-wrapper {
flex: .971;
}
} .bagh-reasons-horse-racing {
padding: 48px 28px 0 28px;
}
.bagh-reasons-horse-racing-container {
max-width: 1600px;
margin: 0 auto;
}
.bagh-reasons-horse-racing-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 12px;
text-align: center;
}
.bagh-reasons-horse-racing-intro {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 24px;
text-align: center;
}
.bagh-reasons-horse-racing-outro {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-top: 20px;
text-align: center;
}
.bagh-reasons-horse-racing-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: 1fr;
gap: 16px;
}
.bagh-reasons-horse-racing-item {
display: flex;
align-items: center;
justify-content: center;
align-self: stretch;
border: 5px solid #FDAD0066;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
padding: 25px;
}
.bagh-reasons-horse-racing-item-text {
font-family: 'Inria Sans', sans-serif;
font-size: 13px;
line-height: 19px;
color: #C5B4B4;
margin-bottom: 0 !important;
text-align: center;
}
@media (min-width: 1024px) {
.bagh-reasons-horse-racing {
padding: 100px 142px 0 142px;
}
.bagh-reasons-horse-racing-grid {
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.bagh-reasons-horse-racing-title {
font-size: 36px;
}
.bagh-reasons-horse-racing-intro {
font-size: 14px;
line-height: 20px;
}
.bagh-reasons-horse-racing-item {
padding: 30px;
}
} .bagh-future-horse-racing {
padding: 48px 28px 80px 28px;
}
.bagh-future-horse-racing-container {
display: flex;
flex-direction: column;
gap: 24px;
max-width: 1600px;
margin: 0 auto;
align-items: center;
}
.bagh-future-horse-racing-content {
display: flex;
flex-direction: column;
}
.bagh-future-horse-racing-title {
font-family: 'Mohave', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
color: #FDAD00;
margin-bottom: 23px;
}
.bagh-future-horse-racing-desc {
font-family: 'Inria Sans', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #C5B4B4;
margin-bottom: 20px;
}
.bagh-future-horse-racing-logo {
max-width: 100%;
height: auto;
}
@media (min-width: 1024px) {
.bagh-future-horse-racing {
padding: 100px 142px 140px 142px;
}
.bagh-future-horse-racing-container {
flex-direction: row;
align-items: center;
gap: 0;
padding: 0;
}
.bagh-future-horse-racing-content {
flex: 1;
}
.bagh-future-horse-racing-logo-wrap {
flex: 1;
display: flex;
justify-content: center;
}
.bagh-future-horse-racing-title {
font-size: 34px;
}
.bagh-future-horse-racing-desc {
font-size: 14px;
line-height: 20px;
}
}
@media (min-width: 1600px) {
.bagh-future-horse-racing-container {
padding: 0 60px;
}
}  .bagh-main-kabaddi h2,
.bagh-main-kabaddi h3,
.bagh-main-tennis h2,
.bagh-main-tennis h3,
.bagh-main-horse-racing h2,
.bagh-main-horse-racing h3,
.page-template-page-kabaddi h2,
.page-template-page-kabaddi h3,
.page-template-page-tennis h2,
.page-template-page-tennis h3,
.page-template-page-horse-racing h2,
.page-template-page-horse-racing h3 {
font-size: 20px !important;
}
.bagh-main-kabaddi p,
.bagh-main-tennis p,
.bagh-main-horse-racing p,
.page-template-page-kabaddi p,
.page-template-page-tennis p,
.page-template-page-horse-racing p {
font-size: 12px !important;
line-height: 20px !important;
} @media (min-width: 1440px) and (max-width: 1599.98px) {
.bagh-main-kabaddi h2,
.bagh-main-kabaddi h3,
.bagh-main-tennis h2,
.bagh-main-tennis h3,
.bagh-main-horse-racing h2,
.bagh-main-horse-racing h3,
.page-template-page-kabaddi h2,
.page-template-page-kabaddi h3,
.page-template-page-tennis h2,
.page-template-page-tennis h3,
.page-template-page-horse-racing h2,
.page-template-page-horse-racing h3 {
font-size: 24px !important;
}
.bagh-main-kabaddi p,
.bagh-main-tennis p,
.bagh-main-horse-racing p,
.page-template-page-kabaddi p,
.page-template-page-tennis p,
.page-template-page-horse-racing p {
font-size: 14px !important;
line-height: 20px !important;
}
} @media (min-width: 1600px) {
.bagh-main-kabaddi h2,
.bagh-main-kabaddi h3,
.bagh-main-tennis h2,
.bagh-main-tennis h3,
.bagh-main-horse-racing h2,
.bagh-main-horse-racing h3,
.page-template-page-kabaddi h2,
.page-template-page-kabaddi h3,
.page-template-page-tennis h2,
.page-template-page-tennis h3,
.page-template-page-horse-racing h2,
.page-template-page-horse-racing h3 {
font-size: 48px !important;
}
.bagh-main-kabaddi p,
.bagh-main-tennis p,
.bagh-main-horse-racing p,
.page-template-page-kabaddi p,
.page-template-page-tennis p,
.page-template-page-horse-racing p {
font-size: 16px !important;
line-height: 20px !important;
}
}  @media (min-width: 1024px) { .bagh-hero-kabaddi,
.bagh-rising-kabaddi,
.bagh-why-bet-kabaddi,
.bagh-other-products-kabaddi,
.bagh-competitions-kabaddi,
.bagh-markets-kabaddi,
.bagh-strategies-kabaddi,
.bagh-live-betting-kabaddi,
.bagh-hero-tennis,
.bagh-why-preferred-tennis,
.bagh-coverage-tennis,
.bagh-live-markets-tennis,
.bagh-live-online-tennis,
.bagh-considerations-tennis,
.bagh-hero-horse-racing,
.bagh-why-popular-horse-racing,
.bagh-possibilities-horse-racing,
.bagh-platform-horse-racing,
.bagh-vip-horse-racing,
.bagh-horse-racing-features,
.bagh-convenient-horse-racing,
.bagh-mindset-horse-racing,
.bagh-responsible-horse-racing,
.bagh-reasons-horse-racing {
padding: 80px 40px 0 !important;
}
.bagh-mobile-kabaddi {
padding: 0 40px !important;
} .bagh-responsible-kabaddi,
.bagh-responsible-tennis,
.bagh-future-horse-racing {
padding: 80px 40px !important;
}
} @media (min-width: 1280px) { .bagh-hero-kabaddi,
.bagh-rising-kabaddi,
.bagh-why-bet-kabaddi,
.bagh-other-products-kabaddi,
.bagh-competitions-kabaddi,
.bagh-markets-kabaddi,
.bagh-strategies-kabaddi,
.bagh-live-betting-kabaddi,
.bagh-hero-tennis,
.bagh-why-preferred-tennis,
.bagh-coverage-tennis,
.bagh-live-markets-tennis,
.bagh-live-online-tennis,
.bagh-considerations-tennis,
.bagh-hero-horse-racing,
.bagh-why-popular-horse-racing,
.bagh-possibilities-horse-racing,
.bagh-platform-horse-racing,
.bagh-vip-horse-racing,
.bagh-horse-racing-features,
.bagh-convenient-horse-racing,
.bagh-mindset-horse-racing,
.bagh-responsible-horse-racing,
.bagh-reasons-horse-racing {
padding: 80px 48px 0 !important;
}
.bagh-mobile-kabaddi {
padding: 0 48px !important;
} .bagh-responsible-kabaddi,
.bagh-responsible-tennis,
.bagh-future-horse-racing {
padding: 80px 48px 171px !important;
}
} @media (min-width: 1440px) { .bagh-hero-kabaddi,
.bagh-rising-kabaddi,
.bagh-why-bet-kabaddi,
.bagh-other-products-kabaddi,
.bagh-competitions-kabaddi,
.bagh-markets-kabaddi,
.bagh-strategies-kabaddi,
.bagh-live-betting-kabaddi,
.bagh-hero-tennis,
.bagh-why-preferred-tennis,
.bagh-coverage-tennis,
.bagh-live-markets-tennis,
.bagh-live-online-tennis,
.bagh-considerations-tennis,
.bagh-hero-horse-racing,
.bagh-why-popular-horse-racing,
.bagh-possibilities-horse-racing,
.bagh-platform-horse-racing,
.bagh-vip-horse-racing,
.bagh-horse-racing-features,
.bagh-convenient-horse-racing,
.bagh-mindset-horse-racing,
.bagh-responsible-horse-racing,
.bagh-reasons-horse-racing {
padding: 100px 142px 0 !important;
}
.bagh-mobile-kabaddi {
padding: 0 142px !important;
} .bagh-responsible-kabaddi,
.bagh-responsible-tennis,
.bagh-future-horse-racing {
padding: 100px 142px 171px !important;
}
}@import url("https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Mohave:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Bebas+Neue&family=Source+Sans+3:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap"); :root { --v2-font-inria: 'Inria Sans', sans-serif;
--v2-font-mohave: 'Mohave', sans-serif;
--v2-font-bebas: 'Bebas Neue', sans-serif;
--v2-font-source: 'Source Sans 3', sans-serif; --v2-color-gold: #FDAD00;
--v2-color-gold-hover: #FFD700;
--v2-color-orange: #FA8F00;
--v2-color-white: #FFFFFF;
--v2-color-white-pure: #FEFEFE;
--v2-color-text-body: #C5B4B4;
--v2-color-text-light: #BFBFBF;
--v2-color-text-col1: #F0E2C4; --v2-color-bg-dark: #010101;
--v2-color-bg-th: #212020;
--v2-color-bg-tr-even: #0A0A0A;
--v2-color-border-gold: rgba(253, 173, 0, 0.4);
--v2-color-card-bg-translucent: rgba(179, 179, 179, 0.05);
--v2-color-card-bg-dark: rgba(0, 0, 0, 0.18);
--v2-color-overlay-orange: rgba(250, 143, 0, 0.42);
}
html {
background-color: var(--v2-color-bg-dark);
overflow-x: hidden;
} .bagh-home-v2-featured-games {
background-color: var(--v2-color-bg-dark) !important;
padding: 24px 0;
overflow: hidden;
position: relative;
width: 100%;
}
.bagh-featured-games-marquee {
width: 100%;
overflow: hidden;
position: relative;
}
.bagh-featured-games-track {
display: flex;
align-items: center;
gap: 6px;
width: max-content;
will-change: transform;
}
.bagh-featured-game-item {
flex-shrink: 0;
width: 105px;
border-radius: 12px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.bagh-featured-game-img {
width: 100%;
height: auto;
display: block;
border-radius: 12px;
transition: transform 0.3s ease;
}
.bagh-featured-game-item:hover .bagh-featured-game-img {
transform: scale(1.05);
}
@media (min-width: 1024px) and (max-width: 1440px) {
.bagh-featured-games-track {
gap: 16px;
}
.bagh-featured-game-item {
width: 140px;
}
}
@media (min-width: 1441px) {
.bagh-home-v2-featured-games {
padding: 40px 49px;
}
.bagh-featured-games-marquee {
margin: 0 auto;
overflow: hidden;
}
.bagh-featured-games-track {
display: grid;
grid-template-columns: repeat(13, 1fr);
gap: clamp(12px, 1.8vw, 36px);
width: 100% !important;
transform: none !important;
} .bagh-featured-games-track>[aria-hidden="true"] {
display: none !important;
}
.bagh-featured-game-item {
width: 100%;
min-width: 0;
}
} .bagh-home-v2-bonuses {
background-color: var(--v2-color-bg-dark) !important;
padding-top: 60px;
padding-bottom: 60px;
}
@media (min-width: 1024px) {
.bagh-home-v2-bonuses {
padding-top: 150px;
padding-bottom: 150px;
}
}
.bagh-bonuses-container {
max-width: 1636px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.bagh-home-v2-bonuses .bagh-about-badge {
margin: 0 auto 0 auto !important;
display: inline-block !important;
border-top-right-radius: 16px !important;
border-bottom-left-radius: 16px !important;
padding: 2px 18px !important;
border: 1px solid var(--v2-color-gold-hover) !important;
background: transparent !important;
}
.bagh-home-v2-bonuses .bagh-about-badge p {
font-family: var(--v2-font-bebas) !important;
font-weight: 400 !important;
font-size: 16px !important;
line-height: 37.9px !important;
color: var(--v2-color-gold-hover) !important;
text-align: center !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
margin: 0 !important;
padding: 0 !important;
}
.bagh-bonuses-heading {
font-family: var(--v2-font-mohave) !important;
font-weight: 700 !important;
font-size: 30px !important;
line-height: 100% !important;
text-align: center !important;
text-transform: uppercase !important;
color: var(--v2-color-gold) !important;
margin-top: 10px !important;
margin-bottom: 10px !important;
}
@media (min-width: 1024px) {
.bagh-bonuses-heading {
font-size: 36px !important;
}
}
@media (min-width: 1441px) {
.bagh-bonuses-heading {
font-size: 48px !important;
}
}
.bagh-bonuses-intro {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
line-height: 20px !important;
text-align: center !important;
color: var(--v2-color-text-body) !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
.bagh-bonuses-intro {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1441px) {
.bagh-bonuses-intro {
font-size: 16px !important;
line-height: 24px !important;
}
}
.bagh-bonuses-intro a.bagh-highlight-link,
.bagh-bonuses-footer-text a.bagh-highlight-link {
color: var(--v2-color-gold) !important;
text-decoration: underline !important;
}
.bagh-bonuses-table-wrapper {
width: 100%;
overflow-x: auto;
margin: 20px 0 0 0;
-webkit-overflow-scrolling: touch;
}
.bagh-bonuses-table {
width: 100%;
table-layout: fixed;
border-collapse: separate;
border-spacing: 0 6px;
text-align: center;
}
.bagh-bonuses-table thead tr {
background-color: var(--v2-color-bg-th) !important;
}
.bagh-bonuses-table th {
width: 33.333%;
background-color: var(--v2-color-bg-th) !important;
font-family: var(--v2-font-inria) !important;
font-weight: 700 !important;
font-size: 12px !important;
line-height: 100% !important;
text-align: center !important;
text-transform: uppercase !important;
color: var(--v2-color-gold) !important;
padding: 14px 10px;
}
.bagh-bonuses-table thead th:first-child {
border-bottom-left-radius: 16px;
}
.bagh-bonuses-table thead th:last-child {
border-top-right-radius: 16px;
}
@media (min-width: 1024px) {
.bagh-bonuses-table th {
font-size: 16px !important;
padding: 18px 15px;
}
}
.bagh-bonuses-table tbody tr:nth-child(even) {
background-color: var(--v2-color-bg-tr-even) !important;
}
.bagh-bonuses-table tbody tr:nth-child(even) td:first-child {
border-bottom-left-radius: 16px;
}
.bagh-bonuses-table tbody tr:nth-child(even) td:last-child {
border-top-right-radius: 16px;
}
.bagh-bonuses-table td {
width: 33.333%;
padding: 12px 10px;
vertical-align: middle;
word-break: break-word;
}
.bagh-bonuses-table td.bagh-td-col-1 {
font-family: var(--v2-font-inria) !important;
font-weight: 700 !important;
font-size: 12px !important;
line-height: 100% !important;
text-align: center !important;
color: var(--v2-color-text-col1) !important;
}
.bagh-bonuses-table td.bagh-td-col-2,
.bagh-bonuses-table td.bagh-td-col-3 {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
line-height: 100% !important;
text-align: center !important;
color: var(--v2-color-text-body) !important;
}
@media (min-width: 1024px) {
.bagh-bonuses-table td.bagh-td-col-1,
.bagh-bonuses-table td.bagh-td-col-2,
.bagh-bonuses-table td.bagh-td-col-3 {
font-size: 14px !important;
padding: 31px 15px;
}
}
@media (min-width: 1441px) {
.bagh-bonuses-table td.bagh-td-col-1,
.bagh-bonuses-table td.bagh-td-col-2,
.bagh-bonuses-table td.bagh-td-col-3 {
font-size: 16px !important;
}
}
.bagh-bonuses-subheading {
font-family: var(--v2-font-mohave) !important;
font-weight: 700 !important;
font-size: 24px !important;
line-height: 100% !important;
text-align: center !important;
text-transform: uppercase !important;
color: var(--v2-color-gold) !important;
margin-top: 0 !important;
margin-bottom: 24px !important;
}
@media (min-width: 1024px) {
.bagh-bonuses-subheading {
font-size: 30px !important;
}
}
@media (min-width: 1441px) {
.bagh-bonuses-subheading {
font-size: 36px !important;
}
}
.bagh-bonuses-subheading-intro {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
line-height: 20px !important;
text-align: center !important;
color: var(--v2-color-text-body) !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
.bagh-bonuses-subheading-intro {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1441px) {
.bagh-bonuses-subheading-intro {
font-size: 16px !important;
line-height: 24px !important;
}
}
.bagh-bonuses-cards-grid {
display: grid;
grid-template-columns: 1fr;
gap: 16px;
width: 100%;
max-width: 100%;
margin: 24px 0 0 0;
box-sizing: border-box;
}
@media (min-width: 640px) and (max-width: 1023px) {
.bagh-bonuses-cards-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
}
}
@media (min-width: 1024px) {
.bagh-bonuses-cards-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: clamp(16px, 1.8vw, 24px);
}
}
.bagh-bonuses-card {
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
padding: clamp(16px, 2vw, 30px);
border: 5px solid var(--v2-color-border-gold);
background: transparent;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
min-width: 0;
width: 100%;
box-sizing: border-box;
}
.bagh-bonuses-card-img {
max-width: 100%;
width: auto;
height: auto;
margin-bottom: 16px;
display: block;
}
.bagh-bonuses-card-title {
font-family: var(--v2-font-mohave) !important;
font-weight: 600 !important;
font-size: 16px !important;
line-height: 100% !important;
letter-spacing: 0%;
text-align: center !important;
text-transform: uppercase !important;
color: #FEFEFE !important;
margin-bottom: 8px !important;
}
.bagh-bonuses-card-text {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
line-height: 20px !important;
color: var(--v2-color-text-body) !important;
text-align: center !important;
margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
.bagh-bonuses-card-title {
font-size: 24px !important;
margin-bottom: 12px !important;
}
.bagh-bonuses-card-text {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1441px) {
.bagh-bonuses-card-text {
font-size: 16px !important;
line-height: 24px !important;
}
}
.bagh-bonuses-footer-text {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
line-height: 20px !important;
text-align: center !important;
color: var(--v2-color-text-body) !important;
margin-top: 24px !important;
margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
.bagh-bonuses-footer-text {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1441px) {
.bagh-bonuses-footer-text {
font-size: 16px !important;
line-height: 24px !important;
}
} .bagh-home-v2-payment-methods {
background-color: var(--v2-color-bg-dark) !important;
padding-top: 100px;
padding-bottom: 100px;
position: relative;
overflow: hidden;
}
@media (min-width: 1441px) {
.bagh-home-v2-payment-methods {
padding-top: 139px;
padding-bottom: 139px;
}
}
.bagh-payment-bg-decorative {
display: none;
position: absolute;
bottom: 0;
right: 0;
pointer-events: none;
z-index: 1;
}
@media (min-width: 1024px) {
.bagh-payment-bg-decorative {
display: block;
max-width: 450px;
}
.bagh-payment-bg-decorative img {
width: 100%;
height: auto;
display: block;
}
}
@media (min-width: 1441px) {
.bagh-payment-bg-decorative {
max-width: 600px;
}
}
.bagh-payment-methods-container {
max-width: 1600px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 35px;
position: relative;
z-index: 2;
}
@media (min-width: 1024px) {
.bagh-payment-methods-container {
flex-direction: row;
align-items: center;
gap: 50px;
}
}
.bagh-payment-text-block {
flex: 1;
text-align: left;
}
.bagh-payment-heading {
font-family: var(--v2-font-bebas) !important;
font-weight: 400 !important;
font-size: 30px !important;
line-height: 100% !important;
color: var(--v2-color-orange) !important;
text-align: left !important;
margin-bottom: 15px !important;
}
@media (min-width: 1024px) {
.bagh-payment-heading {
font-size: 36px !important;
}
}
@media (min-width: 1441px) {
.bagh-payment-heading {
font-size: 64px !important;
}
}
.bagh-payment-p {
font-family: var(--v2-font-source) !important;
font-weight: 400 !important;
font-size: 12px !important;
line-height: 20px !important;
color: var(--v2-color-white-pure) !important;
text-align: left !important;
margin-top: 0 !important;
margin-bottom: 12px !important;
}
@media (min-width: 1024px) {
.bagh-payment-p {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1441px) {
.bagh-payment-p {
font-size: 16px !important;
line-height: 24px !important;
}
}
.bagh-payment-list {
list-style: none !important;
padding-left: 0 !important;
margin: 12px 0 16px 0 !important;
}
.bagh-payment-li {
font-family: var(--v2-font-source) !important;
font-weight: 400 !important;
font-size: 12px !important;
line-height: 20px !important;
color: var(--v2-color-white-pure) !important;
position: relative;
padding-left: 18px !important;
margin-bottom: 8px !important;
text-align: left !important;
}
.bagh-payment-li::before {
content: '';
position: absolute;
left: 2px;
top: 7px;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: var(--v2-color-white-pure) !important;
}
@media (min-width: 1024px) {
.bagh-payment-li {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1441px) {
.bagh-payment-li {
font-size: 16px !important;
line-height: 24px !important;
}
}
.bagh-payment-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 8px;
margin-top: 20px;
width: 100%;
box-sizing: border-box;
}
@media (min-width: 1024px) {
.bagh-payment-grid {
gap: 12px;
}
}
.bagh-payment-item {
border-radius: 16px;
padding: 8px 6px;
background: #F4F4F4;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.2s ease;
min-width: 0;
box-sizing: border-box;
}
.bagh-payment-item:hover {
transform: scale(1.04);
}
.bagh-payment-item-img {
max-width: 100%;
height: auto;
display: block;
}
.bagh-payment-image-block {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
}
.bagh-payment-main-img {
width: 100%;
max-width: 575px;
height: auto;
display: block;
} .bagh-home-v2-game-categories {
background-image: linear-gradient(#0000009E, #0000009E), url(//bagh44.com/wp-content/uploads/2025/10/hero-branding-bg.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding-top: 50px;
padding-bottom: 50px;
}
@media (min-width: 1024px) {
.bagh-home-v2-game-categories {
padding-top: 174px;
padding-bottom: 174px;
}
}
.bagh-game-categories-container {
max-width: 1600px;
margin: 0 auto;
}
.bagh-categories-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
width: 100%;
box-sizing: border-box;
}
@media (min-width: 1024px) {
.bagh-categories-grid {
gap: 28px;
}
}
.bagh-category-grid-item {
display: flex;
flex-direction: column;
min-width: 0;
box-sizing: border-box;
}
.bagh-category-intro-item {
text-align: left;
justify-content: center;
}
.bagh-category-heading {
font-family: var(--v2-font-mohave) !important;
font-weight: 700 !important;
font-size: 30px !important;
line-height: 100% !important;
text-transform: uppercase !important;
color: var(--v2-color-gold) !important;
text-align: left !important;
margin-top: 0 !important;
margin-bottom: 10px !important;
}
@media (min-width: 1024px) {
.bagh-category-heading {
font-size: 36px !important;
}
}
@media (min-width: 1441px) {
.bagh-category-heading {
font-size: 48px !important;
}
}
.bagh-category-intro-text {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
line-height: 20px !important;
color: var(--v2-color-text-body) !important;
text-align: left !important;
margin-top: 0 !important;
margin-bottom: 12px !important;
}
@media (min-width: 1024px) {
.bagh-category-intro-text {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1441px) {
.bagh-category-intro-text {
font-size: 16px !important;
line-height: 24px !important;
}
}
.bagh-category-intro-text a.bagh-highlight-link {
color: var(--v2-color-gold) !important;
text-decoration: underline !important;
}
.bagh-category-card-inner {
display: flex;
flex-direction: column;
gap: 12px;
height: 100%;
}
@media (min-width: 1024px) {
.bagh-category-card-inner {
flex-direction: row;
align-items: center;
gap: 20px;
}
}
.bagh-category-card-img-wrap {
flex-shrink: 0;
width: 100%;
max-width: 120px;
border-radius: 12px;
overflow: hidden;
}
@media (min-width: 1024px) {
.bagh-category-card-img-wrap {
max-width: 140px;
}
}
.bagh-category-img {
width: 100%;
max-width: 40px;
height: auto;
display: block;
}
.bagh-category-card-text {
flex: 1;
text-align: left;
}
.bagh-category-title {
font-family: var(--v2-font-inria) !important;
font-weight: 700 !important;
font-size: 20px !important;
line-height: 20px !important;
color: var(--v2-color-white) !important;
text-align: left !important;
margin-top: 0 !important;
margin-bottom: 6px !important;
}
.bagh-category-title a {
color: var(--v2-color-gold) !important;
text-decoration: underline !important;
}
.bagh-category-desc {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
line-height: 20px !important;
color: var(--v2-color-text-body) !important;
text-align: left !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
.bagh-category-desc {
font-size: 14px !important;
line-height: 22px !important;
}
.bagh-category-img {
max-width: 132px;
}
}
@media (min-width: 1441px) {
.bagh-category-desc {
font-size: 16px !important;
line-height: 24px !important;
}
}
.bagh-categories-games-strip {
display: grid;
grid-template-columns: repeat(10, minmax(0, 1fr));
gap: 18px;
margin-top: 40px;
width: 100%;
box-sizing: border-box;
}
.bagh-category-game-card {
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
box-shadow: 0px 1px 4px 2px rgba(255, 245, 245, 0.25);
overflow: hidden;
background: transparent;
min-width: 0;
box-sizing: border-box;
}
.bagh-category-game-img {
width: 100%;
height: auto;
display: block;
} .bagh-home-v2-game-providers {
background: linear-gradient(234deg, #1D1201 -5.16%, #000000 38.53%), linear-gradient(0deg, #010101, #010101);
padding-top: 50px;
padding-bottom: 50px;
}
@media (min-width: 1024px) {
.bagh-home-v2-game-providers {
padding-top: 150px;
padding-bottom: 150px;
}
}
.bagh-providers-container {
max-width: 1600px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.bagh-home-v2-game-providers .bagh-about-badge {
margin: 0 auto 0 auto !important;
display: inline-block !important;
border-top-right-radius: 16px !important;
border-bottom-left-radius: 16px !important;
padding: 5px 15px !important;
border: 1px solid var(--v2-color-gold-hover) !important;
background: transparent !important;
}
.bagh-home-v2-game-providers .bagh-about-badge p {
font-family: var(--v2-font-mohave) !important;
font-weight: 600 !important;
font-size: 16px !important;
line-height: 25px !important;
color: var(--v2-color-gold-hover) !important;
text-align: center !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
margin: 0 !important;
padding: 0 !important;
}
.bagh-providers-heading {
font-family: var(--v2-font-mohave) !important;
font-weight: 700 !important;
font-size: 30px !important;
line-height: 100% !important;
text-align: center !important;
text-transform: uppercase !important;
color: var(--v2-color-gold) !important;
margin-top: 10px !important;
margin-bottom: 6px !important;
}
@media (min-width: 1024px) {
.bagh-providers-heading {
font-size: 36px !important;
}
}
@media (min-width: 1441px) {
.bagh-providers-heading {
font-size: 48px !important;
}
}
.bagh-providers-intro {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
line-height: 20px !important;
text-align: center !important;
color: var(--v2-color-text-body) !important;
max-width: 1212px;
margin-top: 0 !important;
margin-bottom: 0px !important;
}
@media (min-width: 1024px) {
.bagh-providers-intro {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1441px) {
.bagh-providers-intro {
font-size: 16px !important;
line-height: 24px !important;
}
}
.bagh-providers-intro a.bagh-highlight-link {
color: var(--v2-color-gold) !important;
text-decoration: underline !important;
}
.bagh-providers-grid {
display: grid;
grid-template-columns: 1fr;
gap: 25px;
width: 100%;
max-width: 100%;
margin-top: 25px;
box-sizing: border-box;
}
@media (min-width: 1024px) {
.bagh-providers-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bagh-provider-card-last {
grid-column: 1 / -1;
max-width: 50%;
margin: 0 auto;
width: 100%;
}
}
@media (min-width: 1441px) {
.bagh-providers-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.bagh-provider-card-last {
grid-column: 2 / 3;
max-width: 100%;
}
}
.bagh-provider-card {
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
border: 5px solid var(--v2-color-border-gold);
padding: 40px 20px;
background: transparent;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
min-width: 0;
width: 100%;
box-sizing: border-box;
}
@media (min-width: 1024px) {
.bagh-provider-card {
padding: 50px 25px;
}
}
.bagh-provider-img {
max-width: 100%;
width: auto;
height: auto;
margin-bottom: 0;
display: block;
}
.bagh-provider-title {
font-family: var(--v2-font-mohave) !important;
font-weight: 600 !important;
font-size: 16px !important;
line-height: 100% !important;
text-align: center !important;
text-transform: uppercase !important;
color: var(--v2-color-white-pure) !important;
margin-top: 0 !important;
margin-bottom: 10px !important;
}
@media (min-width: 1024px) {
.bagh-provider-title {
font-size: 24px !important;
}
}
.bagh-provider-desc {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
line-height: 20px !important;
color: var(--v2-color-text-body) !important;
text-align: center !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
.bagh-provider-desc {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1441px) {
.bagh-provider-desc {
font-size: 16px !important;
line-height: 24px !important;
}
} .bagh-home-v2-casino-sports {
background: linear-gradient(1.5deg, rgba(0, 0, 0, 0) 5.27%, rgba(0, 0, 0, 0.022108) 25.81%, #010101 29.33%);
padding-top: 50px;
padding-bottom: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
overflow: hidden;
}
@media (min-width: 1025px) {
.bagh-home-v2-casino-sports {
background: linear-gradient(234deg, #1D1201 -5.16%, #000000 38.53%),
linear-gradient(182.07deg, rgba(0, 0, 0, 0) 57.95%, #010101 91.48%),
linear-gradient(9.71deg, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.022108) 66.25%, #010101 91.81%);
padding-top: 0 !important;
padding-bottom: 0 !important;
padding-left: 40px !important;
padding-right: 40px !important;
}
}
@media (min-width: 1280px) {
.bagh-home-v2-casino-sports {
padding-left: 48px !important;
padding-right: 48px !important;
}
}
@media (min-width: 1441px) {
.bagh-home-v2-casino-sports {
padding-left: 142px !important;
padding-right: 142px !important;
}
}
.bagh-casino-sports-container {
max-width: 1600px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 0;
width: 100%;
}
@media (min-width: 1025px) {
.bagh-casino-sports-container {
flex-direction: row;
align-items: center;
gap: 50px;
}
}
.bagh-casino-sports-text-block {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 0 24px 80px 24px;
box-sizing: border-box;
}
@media (min-width: 1025px) {
.bagh-casino-sports-text-block {
align-items: flex-start;
text-align: left;
padding: 100px 0;
max-width: 650px;
flex: 1 0 auto;
}
}
.bagh-home-v2-casino-sports .bagh-games-badge {
margin: 0 auto 0 auto !important;
display: inline-block !important;
border-top-right-radius: 16px !important;
border-bottom-left-radius: 16px !important;
padding: 5px 15px !important;
border: 1px solid var(--v2-color-gold-hover) !important;
background: transparent !important;
}
.bagh-home-v2-casino-sports .bagh-games-badge p {
font-family: var(--v2-font-mohave) !important;
font-weight: 600 !important;
font-size: 16px !important;
line-height: 25px !important;
color: var(--v2-color-gold-hover) !important;
text-align: center !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
margin: 0 !important;
padding: 0 !important;
}
.bagh-casino-sports-heading {
font-family: var(--v2-font-mohave) !important;
font-weight: 700 !important;
font-size: 30px !important;
line-height: 100% !important;
text-align: center !important;
text-transform: uppercase !important;
color: var(--v2-color-gold) !important;
margin-top: 10px !important;
margin-bottom: 6px !important;
}
@media (min-width: 1024px) {
.bagh-casino-sports-heading {
font-size: 36px !important;
}
}
@media (min-width: 1025px) {
.bagh-casino-sports-heading {
margin: auto;
}
}
@media (min-width: 1441px) {
.bagh-casino-sports-heading {
font-size: 48px !important;
}
}
.bagh-casino-sports-intro {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
line-height: 20px !important;
text-align: center !important;
color: var(--v2-color-text-body) !important;
max-width: 750px;
margin-top: 0 !important;
margin-bottom: 16px !important;
}
@media (min-width: 1024px) {
.bagh-casino-sports-intro {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1025px) {
.bagh-casino-sports-intro {
text-align: left !important;
}
}
@media (min-width: 1441px) {
.bagh-casino-sports-intro {
font-size: 16px !important;
line-height: 24px !important;
}
}
.bagh-casino-sports-intro a.bagh-highlight-link,
.bagh-casino-sports-footer-p a.bagh-highlight-link,
.bagh-casino-sports-li a.bagh-highlight-link {
color: var(--v2-color-gold) !important;
text-decoration: underline !important;
font-weight: 700;
}
.bagh-casino-sports-list {
list-style: none !important;
padding-left: 0 !important;
margin: 10px 0 16px 0 !important;
width: 100%;
}
.bagh-casino-sports-li {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
line-height: 20px !important;
color: var(--v2-color-text-body) !important;
position: relative;
padding-left: 20px !important;
margin-bottom: 10px !important;
text-align: left !important;
}
.bagh-casino-sports-li::before {
content: '';
position: absolute;
left: 4px;
top: 7px;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: var(--v2-color-gold) !important;
}
.bagh-casino-sports-li strong,
.bagh-casino-sports-li b {
color: var(--v2-color-text-body) !important;
font-weight: 700 !important;
}
@media (min-width: 1024px) {
.bagh-casino-sports-li {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1441px) {
.bagh-casino-sports-li {
font-size: 16px !important;
line-height: 24px !important;
}
}
.bagh-casino-sports-footer-p {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
line-height: 20px !important;
text-align: center !important;
color: var(--v2-color-text-body) !important;
max-width: 750px;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
.bagh-casino-sports-footer-p {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1025px) {
.bagh-casino-sports-footer-p {
text-align: left !important;
}
}
@media (min-width: 1441px) {
.bagh-casino-sports-footer-p {
font-size: 16px !important;
line-height: 24px !important;
}
}
.bagh-casino-sports-image-block {
display: flex;
flex: 1;
justify-content: center;
align-items: flex-end;
width: 100%;
margin: 0;
padding: 0;
position: relative;
}
@media (max-width: 1024px) {
.bagh-casino-sports-image-block::before {
content: '';
position: absolute;
z-index: 1;
top: -80px;
right: -5%;
left: -5%;
height: 300px;
background: linear-gradient(
184deg,
#000 0%,
#000 40%,
rgba(0, 0, 0, 0.85) 47%,
rgba(0, 0, 0, 0.4) 55%,
rgba(0, 0, 0, 0) 66%
);
pointer-events: none;
}
}
@media (min-width: 1025px) {
.bagh-casino-sports-image-block {
display: flex;
flex: 1;
justify-content: flex-end;
align-items: flex-end;
}
}
.bagh-casino-sports-picture {
width: 100%;
display: flex;
justify-content: center;
}
@media (min-width: 1025px) {
.bagh-casino-sports-picture {
justify-content: flex-end;
}
}
.bagh-casino-sports-desktop-img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
object-fit: cover;
}
@media (min-width: 1025px) {
.bagh-casino-sports-desktop-img {
max-width: 100%;
height: auto;
object-fit: contain;
display: block;
}
} .bagh-home-v2-registration-steps {
background: linear-gradient(234deg, #1D1201 -5.16%, #000000 38.53%);
padding-top: 50px;
padding-bottom: 50px;
}
@media (min-width: 1024px) {
.bagh-home-v2-registration-steps {
padding: 100px 55px !important;
}
}
@media (min-width: 1441px) {
.bagh-home-v2-registration-steps {
padding: 100px 142px !important;
}
}
.bagh-registration-container {
max-width: 1400px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 35px;
align-items: center;
}
@media (min-width: 1024px) {
.bagh-registration-container {
flex-direction: row;
gap: 50px;
}
}
.bagh-registration-image-block {
flex: 1;
display: flex;
justify-content: center;
}
.bagh-registration-img {
max-width: 100%;
height: auto;
display: block;
}
.bagh-registration-text-block {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.bagh-home-v2-registration-steps .bagh-games-badge {
margin: 0 auto 0 auto !important;
display: inline-block !important;
border-top-right-radius: 16px !important;
border-bottom-left-radius: 16px !important;
padding: 5px 15px !important;
border: 1px solid var(--v2-color-gold-hover) !important;
background: transparent !important;
}
.bagh-home-v2-registration-steps .bagh-games-badge p {
font-family: var(--v2-font-mohave) !important;
font-weight: 600 !important;
font-size: 16px !important;
line-height: 25px !important;
color: var(--v2-color-gold-hover) !important;
text-align: center !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
margin: 0 !important;
padding: 0 !important;
}
.bagh-registration-heading {
font-family: var(--v2-font-mohave) !important;
font-weight: 700 !important;
font-size: 30px !important;
line-height: 100% !important;
text-align: center !important;
text-transform: uppercase !important;
color: var(--v2-color-gold) !important;
margin-top: 10px !important;
margin-bottom: 15px !important;
}
@media (min-width: 1024px) {
.bagh-registration-heading {
font-size: 36px !important;
}
}
@media (min-width: 1441px) {
.bagh-registration-heading {
font-size: 48px !important;
}
}
.bagh-registration-intro {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
text-align: left!important;
line-height: 20px !important;
color: var(--v2-color-text-body) !important;
margin-top: 0 !important;
margin-bottom: 20px !important;
}
@media (min-width: 1024px) {
.bagh-registration-intro {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1441px) {
.bagh-registration-intro {
font-size: 16px !important;
line-height: 24px !important;
}
}
.bagh-registration-intro a.bagh-highlight-link {
color: var(--v2-color-gold) !important;
text-decoration: underline !important;
}
.bagh-registration-steps-list {
display: grid;
grid-template-columns: 1fr;
grid-auto-rows: 1fr;
gap: 6px;
width: 100%;
}
.bagh-registration-step-card {
padding: 22px 28px;
border-radius: 16px;
background: var(--v2-color-card-bg-translucent);
box-shadow: 0px 4px 10.2px 3px rgba(0, 0, 0, 0.11);
text-align: left;
height: 100%;
box-sizing: border-box;
}
@media (min-width: 1024px) {
.bagh-registration-step-card {
padding: 25px 34px;
}
}
.bagh-registration-step-text {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
line-height: 20px !important;
color: var(--v2-color-text-body) !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
text-align: left !important;
}
@media (min-width: 1024px) {
.bagh-registration-step-text {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1441px) {
.bagh-registration-step-text {
font-size: 16px !important;
line-height: 24px !important;
}
} .bagh-home-v2-vip-program {
background-image: url(//bagh44.com/wp-content/uploads/2026/08/bagh-vip-bg-hm.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding-top: 50px;
padding-bottom: 50px;
}
@media (min-width: 1024px) {
.bagh-home-v2-vip-program {
padding-top: 150px;
padding-bottom: 150px;
}
}
.bagh-vip-container {
max-width: 1600px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.bagh-vip-logo-wrap {
width: 100%;
max-width: 823px;
margin: 0 auto 20px auto;
}
.bagh-vip-logo-img {
width: 100%;
height: auto;
display: block;
}
.bagh-home-v2-vip-program .bagh-games-badge {
margin: 0 auto 0 auto !important;
display: inline-block !important;
border-top-right-radius: 16px !important;
border-bottom-left-radius: 16px !important;
padding: 2px 18px !important;
border: 1px solid var(--v2-color-gold-hover) !important;
background: transparent !important;
}
.bagh-home-v2-vip-program .bagh-games-badge p {
font-family: var(--v2-font-mohave) !important;
font-weight: 600 !important;
font-size: 16px !important;
line-height: 25px !important;
color: var(--v2-color-gold-hover) !important;
text-align: center !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
margin: 0 !important;
padding: 0 !important;
}
.bagh-vip-heading {
font-family: var(--v2-font-mohave) !important;
font-weight: 700 !important;
font-size: 30px !important;
line-height: 100% !important;
text-align: center !important;
text-transform: uppercase !important;
color: var(--v2-color-gold) !important;
margin-top: 10px !important;
margin-bottom: 6px !important;
}
@media (min-width: 1024px) {
.bagh-vip-heading {
font-size: 36px !important;
}
}
@media (min-width: 1441px) {
.bagh-vip-heading {
font-size: 48px !important;
}
}
.bagh-vip-intro-1,
.bagh-vip-intro-2 {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
line-height: 20px !important;
text-align: center !important;
color: var(--v2-color-text-body) !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
.bagh-vip-intro-1,
.bagh-vip-intro-2 {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1441px) {
.bagh-vip-intro-1,
.bagh-vip-intro-2 {
font-size: 16px !important;
line-height: 24px !important;
}
}
.bagh-vip-intro-1 a.bagh-highlight-link,
.bagh-vip-footer-p a.bagh-highlight-link {
color: var(--v2-color-gold) !important;
text-decoration: underline !important;
}
.bagh-vip-emphasized-text {
font-family: var(--v2-font-source) !important;
font-weight: 700 !important;
font-size: 16px !important;
line-height: 20px !important;
text-align: center !important;
color: var(--v2-color-text-light) !important;
margin: 18px 0 25px 0 !important;
}
@media (min-width: 1024px) {
.bagh-vip-emphasized-text {
font-size: 20px !important;
}
}
.bagh-vip-tiers-container {
display: flex;
flex-direction: column;
gap: 6px;
width: 100%;
margin: 0 0 25px 0;
}
@media (min-width: 1024px) {
.bagh-vip-tiers-container {
flex-direction: row;
justify-content: center;
}
}
@media (min-width: 1441px) {
.bagh-vip-tiers-container {
gap: 24px;
}
}
.bagh-vip-tier-card {
flex: 1;
padding: 14px 20px;
border-radius: 16px;
background: var(--v2-color-card-bg-dark);
border: 1px solid rgba(253, 173, 0, 0.15);
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
@media (min-width: 1024px) {
.bagh-vip-tier-card {
padding: 20px 14px;
max-width: 187px;
width: 100%;
}
}
@media (min-width: 1441px) {
.bagh-vip-tier-card {
max-width: 200px;
}
}
.bagh-vip-tier-img {
max-width: 160px;
height: auto;
margin-bottom: 12px;
display: block;
}
.bagh-vip-tier-title {
font-family: var(--v2-font-source) !important;
font-weight: 700 !important;
font-size: 17px !important;
line-height: 20px !important;
text-align: center !important;
color: var(--v2-color-gold) !important;
margin-top: 0 !important;
margin-bottom: 6px !important;
}
@media (min-width: 1024px) {
.bagh-vip-tier-title {
font-size: 20px !important;
}
}
.bagh-vip-tier-detail-1 {
font-family: var(--v2-font-source) !important;
font-weight: 400 !important;
font-size: 11px !important;
line-height: 18px !important;
text-align: center !important;
color: var(--v2-color-text-light) !important;
margin-top: 0 !important;
margin-bottom: 4px !important;
}
@media (min-width: 1024px) {
.bagh-vip-tier-detail-1 {
font-size: 14px !important;
line-height: 20px !important;
}
}
.bagh-vip-tier-detail-2 {
font-family: var(--v2-font-source) !important;
font-weight: 400 !important;
font-size: 12px !important;
line-height: 18px !important;
text-align: center !important;
color: var(--v2-color-text-body) !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
.bagh-vip-tier-detail-2 {
font-size: 14px !important;
line-height: 20px !important;
}
}
.bagh-vip-footer-p {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
line-height: 20px !important;
text-align: center !important;
color: var(--v2-color-text-body) !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
.bagh-vip-footer-p {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1441px) {
.bagh-vip-footer-p {
font-size: 16px !important;
line-height: 24px !important;
}
} .bagh-home-v2-affiliate-program {
background: linear-gradient(234deg, #1D1201 -5.16%, #000000 38.53%);
padding-top: 50px;
padding-bottom: 50px;
}
@media (min-width: 1024px) {
.bagh-home-v2-affiliate-program {
padding-top: 100px;
padding-bottom: 100px;
}
}
.bagh-affiliate-container {
max-width: 1400px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}
.bagh-home-v2-affiliate-program .bagh-games-badge {
margin: 0 auto 0 auto !important;
display: inline-block !important;
border-top-right-radius: 16px !important;
border-bottom-left-radius: 16px !important;
padding: 5px 15px !important;
border: 1px solid var(--v2-color-gold-hover) !important;
background: transparent !important;
}
.bagh-home-v2-affiliate-program .bagh-games-badge p {
font-family: var(--v2-font-mohave) !important;
font-weight: 600 !important;
font-size: 16px !important;
line-height: 25px !important;
color: var(--v2-color-gold-hover) !important;
text-align: center !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
margin: 0 !important;
padding: 0 !important;
}
.bagh-affiliate-content-flex {
display: flex;
flex-direction: column;
gap: 12px;
align-items: center;
width: 100%;
margin-top: 15px;
}
@media (min-width: 1024px) {
.bagh-affiliate-content-flex {
flex-direction: row;
gap: 50px;
}
}
.bagh-affiliate-text-block {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.bagh-affiliate-heading {
font-family: var(--v2-font-mohave) !important;
font-weight: 700 !important;
font-size: 30px !important;
line-height: 100% !important;
text-align: center !important;
text-transform: uppercase !important;
color: var(--v2-color-gold) !important;
margin-top: 10px !important;
margin-bottom: 6px !important;
}
@media (min-width: 1024px) {
.bagh-affiliate-heading {
font-size: 36px !important;
}
}
@media (min-width: 1441px) {
.bagh-affiliate-heading {
font-size: 48px !important;
}
}
.bagh-affiliate-p {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
line-height: 20px !important;
color: var(--v2-color-text-body) !important;
text-align: center !important;
margin-top: 0 !important;
margin-bottom: 16px !important;
}
@media (min-width: 1024px) {
.bagh-affiliate-p {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1441px) {
.bagh-affiliate-p {
font-size: 16px !important;
line-height: 24px !important;
}
}
.bagh-affiliate-p a.bagh-highlight-link {
color: var(--v2-color-gold) !important;
text-decoration: underline !important;
}
.bagh-affiliate-p-bold {
font-family: var(--v2-font-inria) !important;
font-weight: 700 !important;
font-size: 13px !important;
line-height: 20px !important;
color: var(--v2-color-text-body) !important;
margin-top: 0 !important;
margin-bottom: 12px !important;
text-align: center !important;
}
@media (min-width: 1024px) {
.bagh-affiliate-p-bold {
font-size: 15px !important;
line-height: 22px !important;
}
}
@media (min-width: 1441px) {
.bagh-affiliate-p-bold {
font-size: 17px !important;
line-height: 24px !important;
}
}
.bagh-affiliate-image-block {
flex: 1;
display: flex;
justify-content: center;
}
.bagh-affiliate-img {
max-width: 547px;
width: 100%;
height: auto;
display: block;
}
@media (max-width: 1023px) {
.bagh-affiliate-img {
max-width: 374px;
}
} .bagh-home-v2-chat-support {
background: linear-gradient(234deg, #1D1201 -5.16%, #000000 38.53%);
padding-top: 50px;
padding-bottom: 50px;
}
@media (min-width: 1024px) {
.bagh-home-v2-chat-support {
padding-top: 100px;
padding-bottom: 100px;
}
}
.bagh-chat-support-container {
max-width: 1300px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 0;
align-items: center;
}
@media (min-width: 1024px) {
.bagh-chat-support-container {
flex-direction: row;
gap: 50px;
}
}
@media (min-width: 1441px) {
.bagh-chat-support-container {
gap: 0;
}
}
.bagh-chat-support-image-block {
flex: 1;
display: flex;
justify-content: center;
}
.bagh-chat-support-img {
max-width: 374px;
width: 100%;
height: auto;
display: block;
}
@media (min-width: 1024px) {
.bagh-chat-support-img {
max-width: 547px;
}
}
.bagh-chat-support-text-block {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
margin-top: 10px;
}
@media screen and (min-width: 1024px) {
.bagh-chat-support-text-block {
margin-top: 0;
}
}
.bagh-home-v2-chat-support .bagh-games-badge {
margin: 0 auto 0 auto !important;
display: inline-block !important;
border-top-right-radius: 16px !important;
border-bottom-left-radius: 16px !important;
padding: 5px 15px !important;
border: 1px solid var(--v2-color-gold-hover) !important;
background: transparent !important;
}
.bagh-home-v2-chat-support .bagh-games-badge p {
font-family: var(--v2-font-mohave) !important;
font-weight: 600 !important;
font-size: 16px !important;
line-height: 25px !important;
color: var(--v2-color-gold-hover) !important;
text-align: center !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
margin: 0 !important;
padding: 0 !important;
}
.bagh-chat-support-heading {
font-family: var(--v2-font-mohave) !important;
font-weight: 700 !important;
font-size: 30px !important;
line-height: 100% !important;
text-align: center !important;
text-transform: uppercase !important;
color: var(--v2-color-gold) !important;
margin-top: 10px !important;
margin-bottom: 6px !important;
}
@media (min-width: 1024px) {
.bagh-chat-support-heading {
font-size: 36px !important;
}
}
@media (min-width: 1441px) {
.bagh-chat-support-heading {
font-size: 48px !important;
}
}
.bagh-chat-support-p {
font-family: var(--v2-font-inria) !important;
font-weight: 300 !important;
font-size: 12px !important;
line-height: 20px !important;
color: var(--v2-color-text-body) !important;
text-align: center !important;
margin-top: 0 !important;
margin-bottom: 16px !important;
}
@media (min-width: 1024px) {
.bagh-chat-support-p {
font-size: 14px !important;
line-height: 22px !important;
}
}
@media (min-width: 1441px) {
.bagh-chat-support-p {
font-size: 16px !important;
line-height: 24px !important;
}
}
.bagh-chat-support-p a.bagh-highlight-link {
color: var(--v2-color-gold) !important;
text-decoration: underline !important;
} .bagh-home-v2-bagh-affiliate {
background-image: url(//bagh44.com/wp-content/uploads/2026/08/sign-up-img-bg-scaled.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
padding-top: 70px;
padding-bottom: 70px;
}
@media (min-width: 1024px) {
.bagh-home-v2-bagh-affiliate {
padding-top: 100px;
padding-bottom: 100px;
}
}
.bagh-affiliate-cta-fg-image {
position: absolute;
bottom: 0;
right: 0;
z-index: 2;
pointer-events: none;
max-width: 217px;
}
@media (min-width: 768px) {
.bagh-affiliate-cta-fg-image {
max-width: 632px;
}
}
@media (min-width: 1441px) {
.bagh-affiliate-cta-fg-image {
max-width: 798px;
}
}
.bagh-affiliate-cta-fg-image img {
width: 100%;
height: auto;
display: block;
}
.bagh-affiliate-cta-container {
max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 3;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.bagh-affiliate-cta-p1 {
font-family: var(--v2-font-inria) !important;
font-weight: 400 !important;
font-size: 12px !important;
line-height: 100% !important;
color: var(--v2-color-white) !important;
max-width: 914px;
text-align: center !important;
margin-top: 0 !important;
margin-bottom: 8px !important;
}
@media (min-width: 1024px) {
.bagh-affiliate-cta-p1 {
font-size: 14px !important;
}
}
@media (min-width: 1441px) {
.bagh-affiliate-cta-p1 {
font-size: 16px !important;
}
}
.bagh-affiliate-cta-highlight {
font-family: var(--v2-font-bebas) !important;
font-weight: 400 !important;
font-size: 24px !important;
line-height: 100% !important;
text-align: center !important;
color: var(--v2-color-white) !important;
margin: 12px 0 25px 0 !important;
}
.bagh-affiliate-cta-highlight a {
color: var(--v2-color-gold) !important;
text-decoration: underline !important;
}
@media (min-width: 1024px) {
.bagh-affiliate-cta-highlight {
font-size: 31px !important;
}
}
.bagh-affiliate-cta-btn-wrap {
margin-top: 10px;
}
.bagh-affiliate-cta-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 14px 42px;
border-top-left-radius: 16px;
border-bottom-right-radius: 32px;
background: radial-gradient(141.42% 141.42% at 0% 100%, #FA8F00 58%, #FFD700 100%);
box-shadow: 0px 0px 32px 0px #D36100;
text-decoration: none !important;
}
.bagh-affiliate-cta-btn-text {
font-family: var(--v2-font-bebas) !important;
font-weight: 400 !important;
font-size: 12px !important;
line-height: 27.04px !important;
text-align: center !important;
color: var(--v2-color-white-pure) !important;
display: block;
}
@media (min-width: 1024px) and (max-width: 1440px) {
.bagh-home-v2-bonuses .bagh-about-badge p,
.bagh-home-v2-game-providers .bagh-about-badge p,
.bagh-home-v2-casino-sports .bagh-games-badge p,
.bagh-home-v2-registration-steps .bagh-games-badge p,
.bagh-home-v2-vip-program .bagh-games-badge p,
.bagh-home-v2-affiliate-program .bagh-games-badge p,
.bagh-home-v2-chat-support .bagh-games-badge p {
font-size: 20px !important;
}
}
@media (min-width: 1441px) {
.bagh-home-v2-bonuses .bagh-about-badge p,
.bagh-home-v2-game-providers .bagh-about-badge p,
.bagh-home-v2-casino-sports .bagh-games-badge p,
.bagh-home-v2-registration-steps .bagh-games-badge p,
.bagh-home-v2-vip-program .bagh-games-badge p,
.bagh-home-v2-affiliate-program .bagh-games-badge p,
.bagh-home-v2-chat-support .bagh-games-badge p {
font-size: 24px !important;
}
}
@media (min-width: 1024px) {
.bagh-affiliate-cta-btn-text {
font-size: 20.8px !important;
}
} @media (prefers-reduced-motion: reduce) {
.bagh-featured-games-track {
transform: none !important;
animation: none !important;
overflow-x: auto;
}
.bagh-bonuses-card,
.bagh-provider-card,
.bagh-vip-tier-card,
.bagh-affiliate-cta-btn {
transition: none !important;
}
}blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0;border:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{display:block}progress{vertical-align:baseline}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;margin:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}body,button,input,select,textarea{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;text-transform:none;font-size:17px;line-height:1.5}p{margin-bottom:1.5em}h1,h2,h3,h4,h5,h6{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit}pre{background:rgba(0,0,0,.05);font-family:inherit;font-size:inherit;line-height:normal;margin-bottom:1.5em;padding:20px;overflow:auto;max-width:100%}blockquote{border-left:5px solid rgba(0,0,0,.05);padding:20px;font-size:1.2em;font-style:italic;margin:0 0 1.5em;position:relative}blockquote p:last-child{margin:0}table,td,th{border:1px solid rgba(0,0,0,.1)}table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.5em;width:100%}td,th{padding:8px}th{border-width:0 1px 1px 0}td{border-width:0 1px 1px 0}hr{background-color:rgba(0,0,0,.1);border:0;height:1px;margin-bottom:40px;margin-top:40px}fieldset{padding:0;border:0;min-width:inherit}fieldset legend{padding:0;margin-bottom:1.5em}h1{font-size:42px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h2{font-size:35px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h3{font-size:29px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h4{font-size:24px}h5{font-size:20px}h4,h5,h6{margin-bottom:20px}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}address{margin:0 0 1.5em}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}img{height:auto;max-width:100%}button,input[type=button],input[type=reset],input[type=submit]{background:#55555e;color:#fff;border:1px solid transparent;cursor:pointer;-webkit-appearance:button;padding:10px 20px}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{border:1px solid;border-radius:0;padding:10px 15px;max-width:100%}textarea{width:100%}a,button,input{transition:color .1s ease-in-out,background-color .1s ease-in-out}a{text-decoration:none}.button,.wp-block-button .wp-block-button__link{padding:10px 20px;display:inline-block}.wp-block-button .wp-block-button__link{font-size:inherit;line-height:inherit}.using-mouse :focus{outline:0}.using-mouse ::-moz-focus-inner{border:0}.alignleft{float:left;margin-right:1.5em}.alignright{float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin:0 auto}.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{max-width:100%;height:auto}.no-sidebar .entry-content .alignfull{margin-left:calc(-100vw / 2 + 100% / 2);margin-right:calc(-100vw / 2 + 100% / 2);max-width:100vw;width:auto}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.main-navigation{z-index:100;padding:0;clear:both;display:block}.main-navigation a{display:block;text-decoration:none;font-weight:400;text-transform:none;font-size:15px}.main-navigation ul{list-style:none;margin:0;padding-left:0}.main-navigation .main-nav ul li a{padding-left:20px;padding-right:20px;line-height:60px}.inside-navigation{position:relative}.main-navigation .inside-navigation{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.main-navigation .main-nav>ul{display:flex;flex-wrap:wrap;align-items:center}.main-navigation li{position:relative}.main-navigation .menu-bar-items{display:flex;align-items:center;font-size:15px}.main-navigation .menu-bar-items a{color:inherit}.main-navigation .menu-bar-item{position:relative}.main-navigation .menu-bar-item.search-item{z-index:20}.main-navigation .menu-bar-item>a{padding-left:20px;padding-right:20px;line-height:60px}.sidebar .main-navigation .main-nav{flex-basis:100%}.sidebar .main-navigation .main-nav>ul{flex-direction:column}.sidebar .main-navigation .menu-bar-items{margin:0 auto}.sidebar .main-navigation .menu-bar-items .search-item{order:10}.nav-align-center .inside-navigation{justify-content:center}.nav-align-center .main-nav>ul{justify-content:center}.nav-align-right .inside-navigation{justify-content:flex-end}.main-navigation ul ul{display:block;box-shadow:1px 1px 0 rgba(0,0,0,.1);float:left;position:absolute;left:-99999px;opacity:0;z-index:99999;width:200px;text-align:left;top:auto;transition:opacity 80ms linear;transition-delay:0s;pointer-events:none;height:0;overflow:hidden}.main-navigation ul ul a{display:block}.main-navigation ul ul li{width:100%}.main-navigation .main-nav ul ul li a{line-height:normal;padding:10px 20px;font-size:14px}.main-navigation .main-nav ul li.menu-item-has-children>a{padding-right:0;position:relative}.main-navigation.sub-menu-left ul ul{box-shadow:-1px 1px 0 rgba(0,0,0,.1)}.main-navigation.sub-menu-left .sub-menu{right:0}.main-navigation:not(.toggled) ul li.sfHover>ul,.main-navigation:not(.toggled) ul li:hover>ul{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible}.main-navigation:not(.toggled) ul ul li.sfHover>ul,.main-navigation:not(.toggled) ul ul li:hover>ul{left:100%;top:0}.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul,.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul{right:100%;left:auto}.nav-float-right .main-navigation ul ul ul{top:0}.menu-item-has-children .dropdown-menu-toggle{display:inline-block;height:100%;clear:both;padding-right:20px;padding-left:10px}.menu-item-has-children ul .dropdown-menu-toggle{padding-top:10px;padding-bottom:10px;margin-top:-10px}.sidebar .menu-item-has-children .dropdown-menu-toggle,nav ul ul .menu-item-has-children .dropdown-menu-toggle{float:right}.widget-area .main-navigation li{float:none;display:block;width:100%;padding:0;margin:0}.sidebar .main-navigation.sub-menu-right ul li.sfHover ul,.sidebar .main-navigation.sub-menu-right ul li:hover ul{top:0;left:100%}.sidebar .main-navigation.sub-menu-left ul li.sfHover ul,.sidebar .main-navigation.sub-menu-left ul li:hover ul{top:0;right:100%}.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation{margin:0 0 2em;overflow:hidden}.site-main .post-navigation{margin-bottom:0}.paging-navigation .nav-next,.paging-navigation .nav-previous{display:none}.paging-navigation .nav-links>*{padding:0 5px}.paging-navigation .nav-links .current{font-weight:700}.nav-links>:first-child{padding-left:0}.site-header{position:relative}.inside-header{padding:20px 40px}.main-title{margin:0;font-size:25px;line-height:1.2em;word-wrap:break-word;font-weight:700;text-transform:none}.site-description{margin:0;line-height:1.5;font-weight:400;text-transform:none;font-size:15px}.site-logo{display:inline-block;max-width:100%}.site-header .header-image{vertical-align:middle}.inside-header{display:flex;align-items:center}.header-widget{margin-left:auto}.header-widget p:last-child{margin-bottom:0}.nav-float-right .header-widget{margin-left:20px}.nav-float-right #site-navigation{margin-left:auto}.nav-float-left #site-navigation{margin-right:auto;order:-10}.nav-float-left .header-widget{margin-left:0;margin-right:20px;order:-15}.header-aligned-center:not([class*=nav-float-]) .inside-header{justify-content:center;flex-direction:column;text-align:center}.header-aligned-center:not([class*=nav-float-]) .header-widget{margin-left:auto;margin-right:auto}.header-aligned-center:not([class*=nav-float-]) .inside-header>:not(:first-child){margin-top:1em}.header-aligned-right:not([class*=nav-float-]) .inside-header{justify-content:flex-end}.header-aligned-right:not([class*=nav-float-]) .header-widget{margin-right:auto;margin-left:0;order:-10}.site-branding-container{display:inline-flex;align-items:center;text-align:left;flex-shrink:0}.site-branding-container .site-logo{margin-right:1em}.sticky{display:block}.entry-header .gp-icon,.posted-on .updated{display:none}.byline,.entry-header .cat-links,.entry-header .comments-link,.entry-header .tags-links,.group-blog .byline,.single .byline{display:inline}footer.entry-meta .byline,footer.entry-meta .posted-on{display:block}.entry-content:not(:first-child),.entry-summary:not(:first-child),.page-content:not(:first-child){margin-top:2em}.page-links{clear:both;margin:0 0 1.5em}.archive .format-aside .entry-header,.archive .format-status .entry-header,.archive .format-status .entry-meta,.archive .format-status .entry-title,.blog .format-aside .entry-header,.blog .format-status .entry-header,.blog .format-status .entry-meta,.blog .format-status .entry-title{display:none}.archive .format-aside .entry-content,.archive .format-status .entry-content,.blog .format-aside .entry-content,.blog .format-status .entry-content{margin-top:0}.archive .format-status .entry-content p:last-child,.blog .format-status .entry-content p:last-child{margin-bottom:0}.entry-header,.site-content{word-wrap:break-word}.entry-title{margin-bottom:0}.author .page-header .page-title{display:flex;align-items:center}.author .page-header .avatar{margin-right:20px}.page-header .author-info>:last-child,.page-header>:last-child{margin-bottom:0}.entry-meta{font-size:85%;margin-top:.5em;line-height:1.5}footer.entry-meta{margin-top:2em}.cat-links,.comments-link,.tags-links{display:block}.entry-content>p:last-child,.entry-summary>p:last-child,.page-content>p:last-child,.read-more-container,.taxonomy-description p:last-child{margin-bottom:0}.wp-caption{margin-bottom:1.5em;max-width:100%;position:relative}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto 0;max-width:100%}.wp-caption .wp-caption-text{font-size:75%;padding-top:5px;opacity:.8}.wp-caption img{position:relative;vertical-align:bottom}.wp-block-image figcaption{font-size:13px;text-align:center}.wp-block-gallery,ul.blocks-gallery-grid{margin-left:0}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{background:rgba(255,255,255,.7);color:#000;padding:10px;box-sizing:border-box}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.site-main .gallery{margin-bottom:1.5em}.gallery-item img{vertical-align:bottom}.gallery-icon{padding:5px}embed,iframe,object{max-width:100%}.wp-block-post-template{margin-left:0}.widget-area .widget{padding:40px}.widget select{max-width:100%}.footer-widgets .widget :last-child,.sidebar .widget :last-child{margin-bottom:0}.widget-title{margin-bottom:30px;font-size:20px;line-height:1.5;font-weight:400;text-transform:none}.widget ol,.widget ul{margin:0}.widget .search-field{width:100%}.widget .search-form{display:flex}.widget .search-form button.search-submit{font-size:15px}.footer-widgets .widget{margin-bottom:30px}.footer-widgets .widget:last-child,.sidebar .widget:last-child{margin-bottom:0}.widget ul li{list-style-type:none;position:relative;margin-bottom:.5em}.widget ul li ul{margin-left:1em;margin-top:.5em}.wp-calendar-table{table-layout:fixed}.site-content{display:flex}.grid-container{margin-left:auto;margin-right:auto;max-width:1200px}.page-header,.sidebar .widget,.site-main>*{margin-bottom:20px}.both-left .inside-left-sidebar,.both-right .inside-left-sidebar{margin-right:10px}.both-left .inside-right-sidebar,.both-right .inside-right-sidebar{margin-left:10px}.one-container.both-right .site-main,.one-container.right-sidebar .site-main{margin-right:40px}.one-container.both-left .site-main,.one-container.left-sidebar .site-main{margin-left:40px}.one-container.both-sidebars .site-main{margin:0 40px 0 40px}.one-container.archive .post:not(:last-child):not(.is-loop-template-item),.one-container.blog .post:not(:last-child):not(.is-loop-template-item){padding-bottom:40px}.one-container .site-content{padding:40px}.separate-containers .comments-area,.separate-containers .inside-article,.separate-containers .page-header,.separate-containers .paging-navigation{padding:40px}.separate-containers .site-main{margin:20px}.separate-containers.no-sidebar .site-main{margin-left:0;margin-right:0}.separate-containers.both-right .site-main,.separate-containers.right-sidebar .site-main{margin-left:0}.separate-containers.both-left .site-main,.separate-containers.left-sidebar .site-main{margin-right:0}.separate-containers .inside-left-sidebar,.separate-containers .inside-right-sidebar{margin-top:20px;margin-bottom:20px}.inside-page-header{padding:40px}.widget-area .main-navigation{margin-bottom:20px}.one-container .site-main>:last-child,.separate-containers .site-main>:last-child{margin-bottom:0}.full-width-content .container.grid-container{max-width:100%}.full-width-content.no-sidebar.separate-containers .site-main{margin:0}.full-width-content.one-container .site-content,.full-width-content.separate-containers .inside-article{padding:0}.full-width-content .entry-content .alignwide{margin-left:0;width:auto;max-width:unset}.contained-content.one-container .site-content,.contained-content.separate-containers .inside-article{padding:0}.sidebar .grid-container{max-width:100%;width:100%}.both-left .is-left-sidebar,.both-sidebars .is-left-sidebar,.left-sidebar .sidebar{order:-10}.both-left .is-right-sidebar{order:-5}.both-right .is-left-sidebar{order:5}.both-right .is-right-sidebar,.both-sidebars .is-right-sidebar{order:10}.inside-site-info{display:flex;align-items:center;justify-content:center;padding:20px 40px}.site-info{text-align:center;font-size:15px}.post-image:not(:first-child){margin-top:2em}.featured-image{line-height:0}.separate-containers .featured-image{margin-top:20px}.separate-containers .inside-article>.featured-image{margin-top:0;margin-bottom:2em}.one-container .inside-article>.featured-image{margin-top:0;margin-bottom:2em}.gp-icon{display:inline-flex;align-self:center}.gp-icon svg{height:1em;width:1em;top:.125em;position:relative;fill:currentColor}.close-search .icon-search svg:first-child,.icon-menu-bars svg:nth-child(2),.icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:first-child{display:none}.close-search .icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:nth-child(2){display:block}.entry-meta .gp-icon{margin-right:.6em;opacity:.7}nav.toggled .icon-arrow-left svg{transform:rotate(-90deg)}nav.toggled .icon-arrow-right svg{transform:rotate(90deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon svg{transform:rotate(180deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-left svg{transform:rotate(-270deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-right svg{transform:rotate(270deg)}.container.grid-container{width:auto}.menu-toggle,.mobile-bar-items,.sidebar-nav-mobile{display:none}.menu-toggle{padding:0 20px;line-height:60px;margin:0;font-weight:400;text-transform:none;font-size:15px;cursor:pointer}.menu-toggle .mobile-menu{padding-left:3px}.menu-toggle .gp-icon+.mobile-menu{padding-left:9px}.menu-toggle .mobile-menu:empty{display:none}button.menu-toggle{background-color:transparent;flex-grow:1;border:0;text-align:center}button.menu-toggle:active,button.menu-toggle:focus,button.menu-toggle:hover{background-color:transparent}.has-menu-bar-items button.menu-toggle{flex-grow:0}nav.toggled ul ul.sub-menu{width:100%}.toggled .menu-item-has-children .dropdown-menu-toggle{padding-left:20px}.main-navigation.toggled .main-nav{flex-basis:100%;order:3}.main-navigation.toggled .main-nav>ul{display:block}.main-navigation.toggled .main-nav li{width:100%;text-align:left}.main-navigation.toggled .main-nav ul ul{transition:0s;visibility:hidden;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.05)}.main-navigation.toggled .main-nav ul ul li:last-child>ul{border-bottom:0}.main-navigation.toggled .main-nav ul ul.toggled-on{position:relative;top:0;left:auto!important;right:auto!important;width:100%;pointer-events:auto;height:auto;opacity:1;display:block;visibility:visible;float:none}.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle{float:right}.mobile-menu-control-wrapper{display:none;margin-left:auto;align-items:center}.has-inline-mobile-toggle #site-navigation.toggled{margin-top:1.5em}.has-inline-mobile-toggle #site-navigation.has-active-search{margin-top:1.5em}.has-inline-mobile-toggle #site-navigation.has-active-search .nav-search-active{position:relative}.has-inline-mobile-toggle #site-navigation.has-active-search .navigation-search input{outline:auto}.nav-float-left .mobile-menu-control-wrapper{order:-10;margin-left:0;margin-right:auto;flex-direction:row-reverse}@media (max-width:768px){.hide-on-mobile{display:none!important}a,body,button,input,select,textarea{transition:all 0s ease-in-out}.inside-header{flex-direction:column;text-align:center}.site-header .header-widget{margin-top:1.5em;margin-left:auto;margin-right:auto;text-align:center}.site-content{flex-direction:column}.container .site-content .content-area{width:auto}.is-left-sidebar.sidebar,.is-right-sidebar.sidebar{width:auto;order:initial}.is-left-sidebar+.is-right-sidebar .inside-right-sidebar{margin-top:0}.both-left .inside-left-sidebar,.both-left .inside-right-sidebar,.both-right .inside-left-sidebar,.both-right .inside-right-sidebar{margin-right:0;margin-left:0}#main{margin-left:0;margin-right:0}body:not(.no-sidebar) #main{margin-bottom:0}.alignleft,.alignright{float:none;display:block;margin-left:auto;margin-right:auto}.comment .children{padding-left:10px;margin-left:0}.entry-meta{font-size:inherit}.entry-meta a{line-height:1.8em}}@media (min-width:769px) and (max-width:1024px){.hide-on-tablet{display:none!important}}@media (min-width:1025px){.hide-on-desktop{display:none!important}}