/*===================== REUSABLE  CSS AREA START =====================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  /*! font-family: 'Poppins', sans-serif; */
}
body{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}


#poker__main__area {
max-width: 1500px;
margin: 0 auto;
background: white;
margin-top: 1rem;
}


ul {
  padding: 0;
  margin: 0;
  list-style: none;
}


button,
input {
  border: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;

}

h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: #7386d5;
}

h2 a {
    font-size: 20px;
    font-weight: 700;
    color: #7386d5;
	vertical-align: top;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: #7386d5;
}
h4 {
  font-size: 24px;
  color: #373a3c;
  font-weight: 500;
}
h5 a {
    font-size: 20px;
    font-weight: 700;
    color: #7386d5;
}
h6 a {
    font-size: 16px;
    font-weight: 700;
    color: #7386d5;
}
p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-half {
    margin-bottom: .5rem !important;
}
a {
  text-decoration: none;
  flex-shrink: 0;
}
.ads__card h5 {
	color: #373a3c;
}
.ads__card h6 {
	color: #373a3c;
}
.breadcrumb__single__content h3 {
	font-size: 1.75em;
}
.breadcrumb__single__content h1 {
	font-size: 1.75em;
}

.breadcrumb__single__content h2 {
	font-size: 1.20em;
}

.btns {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #5cb85c;
    color: #5cb85c;
    padding: 0.5rem 1rem;
    font-size: 1rem !important;
    border-radius: 0.25rem;
    font-weight: bold;
}
.btns:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
    text-decoration: none !important;
}
.a_btn {
    font-size: 16px;
    font-weight: 700;
}
.btn__arrow {
    display: inline-flex;
    align-items: center;
}
.section__area {
  margin-bottom: 100px;
}
.title {
  margin-bottom: 56px;
}
.title h2 {
  color: var(--text-primary, #000);
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 56px; /* 116.667% */
}
.title p {
  color: var(--text-primary, #000);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 122.222% */
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

main {
  overflow: hidden !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.container-fluid	 {
  max-width: 100%;
  margin: 0 auto;
}
/*===================== REUSABLE CSS AREA END =====================*/

/*===================== OFFCANVAS CSS AREA START =====================*/
.menu-close {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 18px;
  cursor: pointer;
  transition: 0.4s;
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offcanvas__logo {
  max-width: 131px;
  width: 100%;
  margin-left: 24px;
  margin-bottom: 48px;
}

.menu-close span  {
  font-size: 22px;
}

.offcanvas-area {
  position: fixed;
  left: -100%;
  height: 100%;
  width: 360px;
  z-index: 9999;
  padding-top: 24px;
  background: #7386d5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  top: 0;
  overflow-y: scroll;
}

.offcanvas-area.active {
  left: 0;
  visibility: visible;
}

.offcanvas-area .main-menu > ul li a {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.36px;
  padding: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  gap: 8px;
  position: relative;
}

.offcanvas__join__btn > a {
    display: inline-block;
    margin-top: 2rem;
    padding-left: 10px;
}

.offcanvas-area .main-menu > ul li a:hover {
  color: #fff !important;
  background: #000;
}
.offcanvas-area .main-menu > ul li:first-child a {
  border-top: 1px solid #fff;
}

.offcanvas-menu .main-menu ul {
  display: block;
  padding-left: 0;
  list-style: none;
}

.offcanvas-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 99;
}

.offcanvas-overlay.active {
  opacity: 0.4;
  visibility: visible;
}

.offcanvas-area {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.offcanvas-area::-webkit-scrollbar {
  display: none;
}
/*===================== OFFCANVAS CSS AREA END =====================*/

/*===================== HEADER CSS AREA START =====================*/
header#header__area {

  background: #373a3c;
    top: 0px;
  margin-bottom: 1rem;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1500px;

}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}

.header__wrap ul li a {color: #ffffff80;}

.header__wrap ul {
    gap: 1rem;
    align-items: center;
}
.header__nav__btn {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.menubar__list > a {
    font-size: 20px;
}

.header__wrap ul li a:hover,.header__wrap ul li a.active,.menubar__list > a {
    color: #fff;
}
.header__wrap ul li a.active {
  font-size: 20px;
}
.header__bar a {
    font-size: 24px;
    color: #fff;
}
.nav__list {
  flex-direction: column;
  align-items: start !important;
  text-align: start;
  gap: 8px !important;
  margin-top: 10px;
}
.menubar__list {
  height: 0px;
}
.menubar__list.active {
  height: 168px;
}
/*===================== HEADER CSS AREA END =====================*/

/*===================== ASIDEBAR CSS AREA START =====================*/
.asidebar {
    background: #7386D5;
    color: #fff;
    width: 100%;
}

.asidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    color: #fff;
    display: block;
}

.asidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

.aside__btn {
  color: #fff;
  background: #7386D5;
  display: flex;
  width: 120px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
}
a.aside__btn img {
  width: 20px;
  filter: brightness(40.5) invert(1);
}
.aside__btn:hover {
    color: #fff;
}
.aside__btn span {
    font-size: 20px;
    margin-right: 8px;
}

.asidebar__toggle {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.asidebar2 {
    height: 0px;
    transition: .2s linear;
}
.asidebar2.active {
    height: 605px;
}
/*===================== ASIDEBAR CSS AREA END =====================*/

/*===================== BREADCRUMB CSS AREA START =====================*/
.breadcrumb img {
    display: flex;
    flex-direction: column;
}
.breadcrumb img {
    max-width: 768px;
}

.breadcrumb__ul {
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: .25rem;
  margin: 22px 0 50px;
}
.breadcrumb__ul li a {
    color: #373a3c;
}
.breadcrumb__ul li a:hover {
    text-decoration: underline;
    
}

.read__inside__content p a:hover {
    text-decoration: underline;
}

.read__inside__btns {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.breadcrumb__single__content {
  margin-bottom: 40px;
}

.breadcrumb__single__content h5 a:hover {
  text-decoration: underline;
  color: #7386d5;
}

.breadcrumb__single__content h2 a:hover {
  text-decoration: underline;
  color: #7386d5;
}

.breadcrumb__single__content h6 a:hover {
  text-decoration: underline;
  color: #7386d5;
}

.breadcrumb__single__content p a {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  color: #3366ff;
  gap: 3px;
}

.breadcrumb__single__content p a img {
  width: 9px;
}

.breadcrumb__single__content p a:hover {
  text-decoration: underline;
}

.breadcrumb__single__content > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
}

a.PokerOddsCalculatorVideo {
  float: left;
}

a.imageRight {
  float: right;
}



.breadcrumb__single__content > a > img {
  margin-bottom: 0px;
}

.breadcrumb__single__content > a:hover {
  text-decoration: underline;
}

.breadcrumb__single__content h5 {
  margin-bottom: 8px;
}

.breadcrumb__single__content h2 {
  margin-bottom: 0px;
}

.breadcrumb__single__content h6 {
  margin-bottom: 8px;
}

.breadcrumb__single__content h4 {
  margin-bottom: 8px;
}

.breadcrumb__single__content ul {
  list-style: disc;
  padding-left: 26px;
}

.breadcrumb__single__content > a img {
  max-width: 468px;
  display: block;
}

a.holdem_manager img {
  max-width: 300px;
}

a.PokerOddsCalculatorVideo img {
  width: 125px;
  float: left;
  margin-bottom: 0px;
}

a.imageRight img {
  float: right;
  margin-bottom: 0px;
}


.breadcrumb__area > img {
  max-width: 680px;
}
/*===================== BREADCRUMB CSS AREA END =====================*/

/*===================== ADS CSS AREA START =====================*/
.ads__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 8px;
  gap: 45px;
  margin-top: 20px;
}

.ads__card {
    border: 3px solid #7386D5;
    padding: 10px 10px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: start;
}

/*===================== ADS CSS AREA END =====================*/

/*===================== FOOTER CSS AREA START =====================*/
.footer__wrap p a, .footer__wrap p a:hover{
    color: #000000;
}
.footer__wrap p a:hover{
    text-decoration: underline;
}

.footer__wrap {
    max-width: 50%;	
    margin: 0 auto;
}

footer#footer__area {
    padding: 1rem 0;
	text-align: center;
	background: white;
	margin: 0 auto;
	max-width: 1500px;
}
/*===================== FOOTER CSS AREA END =====================*/



/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1399px) {
  
}
@media (min-width: 320px) and (max-width: 1399px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }

}

/* LG Device :1200px. */
@media (min-width: 320px) and (max-width: 1199px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 960px;
  }

}

/* MD Device :768px. */
@media (min-width: 320px) and (max-width: 991px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 720px;
  }

  .ads__area {
    margin-left: 0px;
}

.header__wrap {
  align-items: start;
}
.header__nav__btn {
  flex-direction: column;
  align-items: start;
}
}

/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .breadcrumb__single__content {
    margin-bottom: 40px;
}

.breadcrumb__ul {
  margin: 22px 0 40px;
}

  .footer__wrap {
    max-width: 100%;
    text-align: center;
}
}

@media (min-width: 320px) and (max-width: 575px) {
  
}

/* SM Small Device :576px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 540px;
  }

}



nav.navbar {
  justify-content: space-between;
}