Poker Wizards
.card {
max-width: 400px;
border: 1px solid #ccc;
padding: 15px;
background-color: #fff;
text-align: center;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.card img {
max-width: 100%;
height: auto;
}
.card .title {
font-size: 1.2em;
margin: 10px 0;
color: #333;
}
.card .bonus {
border-top: 1px solid #eee;
margin-top: 15px;
padding-top: 15px;
text-align: left;
}
.card .bonus ul {
list-style-type: disc;
padding-left: 20px;
color: #333;
}
.card .bonus ul li {
margin-bottom: 10px;
}
.promo-box {
background-color: #222;
color: #fff;
padding: 10px;
font-size: 0.9em;
position: relative;
margin-top: 10px; /* Adjusted margin */
border-radius: 8px; /* Rounded corners */
text-align: center; /* Center text */
box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Subtle shadow */
}
.promo-box::before {
content: none; /* Removed content */
}
.relative {
position: relative;
}
.rounded {
border-radius: 8px;
}
.bg-gray {
background-color: #f0efef;
}
.p-4 {
padding: 16px;
}
.py-6 {
padding-top: 24px;
padding-bottom: 24px;
}
.text-xs {
font-size: 10px;
line-height: 12px;
}
.font-bold {
font-weight: bold;
}
.uppercase {
text-transform: uppercase;
}
.text-gray {
color: #888;
}
.text-lg {
font-size: 21px;
line-height: 23px;
}
.text-dark {
color: #222;
}
.mt-4 {
margin-top: 16px;
}
.overflow-hidden {
overflow: hidden;
}
.text-sm {
font-size: 14px;
line-height: 19px;
}
.text-medium {
color: #555;
}
.bg-gradient {
background: linear-gradient(to bottom, rgba(250, 250, 250, 0), #f0efef);
}
.mt-8 {
margin-top: 32px;
}
.text-2xl {
font-size: 24px;
line-height: 28px;
}
.text-orange {
color: #ff5e38;
}
.flex {
display: flex;
align-items: center;
justify-content: center;
}
.gap-8 {
gap: 16px;
}
.whitespace-nowrap {
white-space: nowrap;
}
.rounded-lg {
border-radius: 8px;
}
.px-4 {
padding-left: 16px;
padding-right: 16px;
}
.py-2 {
padding-top: 8px;
padding-bottom: 8px;
}
.text-center {
text-align: center;
}
.border {
border: 1px solid #ff5e38;
}
.bg-orange {
background-color: #ff5e38;
}
.text-white {
color: #fff;
}
.hover\:bg-transparent:hover {
background-color: transparent;
}
.hover\:text-orange:hover {
color: #ff5e38;
}
.border-b {
border-bottom: 1px solid #222;
}
.hover\:border-transparent:hover {
border-color: transparent;
}
.pt-1 {
padding-top: 1px;
}
.button {
display: inline-block;
width: 145.54px; /* Adjusted width */
height: 48px;
font-size: 14px; /* Increased font size for better visibility */
font-weight: bold;
color: #fff; /* White text color */
background-color: #ff5e38; /* Orange background color */
border: 2px solid #ff5e38; /* Orange border color */
border-radius: 4px;
text-align: center;
text-decoration: none;
line-height: 48px; /* Center the text vertically */
transition: background-color 0.3s, color 0.3s;
position: relative;
overflow: hidden;
margin-top: 16px; /* Adjusted margin */
}
.button:hover {
background-color: #fff; /* White background on hover */
color: #ff5e38; /* Orange text color on hover */
}
.button .elementor-button-content-wrapper {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block; /* Ensure it behaves as a block element */
z-index: 1; /* Ensure text stays above any background effects */
}
.button .elementor-button-text {
font-size: 14px; /* Adjusted font size for better visibility */
color: #ff5e38; /* Orange text color */
text-transform: uppercase; /* Uppercase text */
}
.button::before {
content: '20% OFF'; /* Text for the badge */
position: absolute;
top: -12px; /* Adjusted top position */
right: -16px; /* Adjusted right position for badge */
background-color: #ff5e38; /* Orange background color */
color: #fff; /* White text color */
padding: 4px 8px; /* Padding around text */
border-radius: 4px; /* Rounded corners */
font-size: 12px; /* Font size of the badge */
z-index: 2; /* Ensure badge is above button */
}
.text-highlight {
background: linear-gradient(90deg, #0B0B22, #EB485A);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
EV, GTO and Trainers
Deepsolver
- Master GTO Strategies
- Exploit Your Opponents
- Practice and Training
- User-Friendly Design
Learn how to exploit your opponents and crush your games.
EV, GTO and Trainers
Deepsolver
- Master GTO Strategies
- Exploit Your Opponents
- Practice and Training
- User-Friendly Design
Learn how to exploit your opponents and crush your games.
.card {
max-width: 400px;
border: 1px solid #ccc;
padding: 15px;
background-color: #fff;
text-align: center;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.card img {
max-width: 100%;
height: auto;
}
.card .title {
font-size: 1.2em;
margin: 10px 0;
color: #333;
}
.card .bonus {
border-top: 1px solid #eee;
margin-top: 15px;
padding-top: 15px;
text-align: left;
}
.card .bonus ul {
list-style-type: disc;
padding-left: 20px;
color: #333;
}
.card .bonus ul li {
margin-bottom: 10px;
}
.promo-box {
background-color: #222;
color: #fff;
padding: 10px;
font-size: 0.9em;
position: relative;
margin-top: 10px; /* Adjusted margin */
border-radius: 8px; /* Rounded corners */
text-align: center; /* Center text */
box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Subtle shadow */
}
.promo-box::before {
content: none; /* Removed content */
}
.relative {
position: relative;
}
.rounded {
border-radius: 8px;
}
.bg-gray {
background-color: #f0efef;
}
.p-4 {
padding: 16px;
}
.py-6 {
padding-top: 24px;
padding-bottom: 24px;
}
.text-xs {
font-size: 10px;
line-height: 12px;
}
.font-bold {
font-weight: bold;
}
.uppercase {
text-transform: uppercase;
}
.text-gray {
color: #888;
}
.text-lg {
font-size: 21px;
line-height: 23px;
}
.text-dark {
color: #222;
}
.mt-4 {
margin-top: 16px;
}
.overflow-hidden {
overflow: hidden;
}
.text-sm {
font-size: 14px;
line-height: 19px;
}
.text-medium {
color: #555;
}
.bg-gradient {
background: linear-gradient(to bottom, rgba(250, 250, 250, 0), #f0efef);
}
.mt-8 {
margin-top: 32px;
}
.text-2xl {
font-size: 24px;
line-height: 28px;
}
.text-orange {
color: #ff5e38;
}
.flex {
display: flex;
align-items: center;
justify-content: center;
}
.gap-8 {
gap: 16px;
}
.whitespace-nowrap {
white-space: nowrap;
}
.rounded-lg {
border-radius: 8px;
}
.px-4 {
padding-left: 16px;
padding-right: 16px;
}
.py-2 {
padding-top: 8px;
padding-bottom: 8px;
}
.text-center {
text-align: center;
}
.border {
border: 1px solid #ff5e38;
}
.bg-orange {
background-color: #ff5e38;
}
.text-white {
color: #fff;
}
.hover\:bg-transparent:hover {
background-color: transparent;
}
.hover\:text-orange:hover {
color: #ff5e38;
}
.border-b {
border-bottom: 1px solid #222;
}
.hover\:border-transparent:hover {
border-color: transparent;
}
.pt-1 {
padding-top: 1px;
}
.button {
display: inline-block;
width: 145.54px; /* Adjusted width */
height: 48px;
font-size: 14px; /* Increased font size for better visibility */
font-weight: bold;
color: #fff; /* White text color */
background-color: #ff5e38; /* Orange background color */
border: 2px solid #ff5e38; /* Orange border color */
border-radius: 4px;
text-align: center;
text-decoration: none;
line-height: 48px; /* Center the text vertically */
transition: background-color 0.3s, color 0.3s;
position: relative;
overflow: hidden;
margin-top: 16px; /* Adjusted margin */
}
.button:hover {
background-color: #fff; /* White background on hover */
color: #ff5e38; /* Orange text color on hover */
}
.button .elementor-button-content-wrapper {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block; /* Ensure it behaves as a block element */
z-index: 1; /* Ensure text stays above any background effects */
}
.button .elementor-button-text {
font-size: 14px; /* Adjusted font size for better visibility */
color: #ff5e38; /* Orange text color */
text-transform: uppercase; /* Uppercase text */
}
.button::before {
content: '20% OFF'; /* Text for the badge */
position: absolute;
top: -12px; /* Adjusted top position */
right: -16px; /* Adjusted right position for badge */
background-color: #ff5e38; /* Orange background color */
color: #fff; /* White text color */
padding: 4px 8px; /* Padding around text */
border-radius: 4px; /* Rounded corners */
font-size: 12px; /* Font size of the badge */
z-index: 2; /* Ensure badge is above button */
}
.text-highlight-orange {
background: linear-gradient(90deg, #ff5e38, #ff9e38);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
EV, GTO and Trainers
PLO GENIUS
- Customizable GTO Trainer
- PLO & 5 Card PLO Sims
- Identify your most critical flaws.
- User-Friendly Design
A modern Pot Limit Omaha Solver. Improve your PLO Game.
EV, GTO and Trainers
PLO GENIUS
- Customizable GTO Trainer
- PLO & 5 Card PLO Sims
- Identify your most critical flaws.
- User-Friendly Design
A modern Pot Limit Omaha Solver. Improve your PLO Game.