@font-face {
  font-family: 'CabinetGrotesk-Variable';
  src: url('/wp-content/themes/teenpatti/assets/fonts/CabinetGrotesk-Variable.woff2') format('woff2'),
       url('/wp-content/themes/teenpatti/assets/fonts/CabinetGrotesk-Variable.woff') format('woff'),
       url('/wp-content/themes/teenpatti/assets/fonts/CabinetGrotesk-Variable.ttf') format('truetype');
       font-weight: 100 900;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Supreme-400';
  src: url('/wp-content/themes/teenpatti/assets/fonts/Supreme-Regular.woff2') format('woff2'),
       url('/wp-content/themes/teenpatti/assets/fonts/Supreme-Regular.woff') format('woff'),
       url('/wp-content/themes/teenpatti/assets/fonts/Supreme-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Supreme-500';
  src: url('/wp-content/themes/teenpatti/assets/fonts/Supreme-Medium.woff2') format('woff2'),
       url('/wp-content/themes/teenpatti/assets/fonts/Supreme-Medium.woff') format('woff'),
       url('/wp-content/themes/teenpatti/assets/fonts/Supreme-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Supreme-700';
  src: url('/wp-content/themes/teenpatti/assets/fonts/Supreme-Medium.woff2') format('woff2'),
       url('/wp-content/themes/teenpatti/assets/fonts/Supreme-Medium.woff') format('woff'),
       url('/wp-content/themes/teenpatti/assets/fonts/Supreme-Medium.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Supreme-Italic';
  src: url('/wp-content/themes/teenpatti/assets/fonts/Supreme-Italic.woff2') format('woff2'),
       url('/wp-content/themes/teenpatti/assets/fonts/Supreme-Italic.woff') format('woff'),
       url('/wp-content/themes/teenpatti/assets/fonts/Supreme-Italic.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'RammettoOne';
  src: url('/wp-content/themes/teenpatti/assets/fonts/RammettoOne.woff2') format('woff2'),
       url('/wp-content/themes/teenpatti/assets/fonts/RammettoOne.woff') format('woff'),
       url('/wp-content/themes/teenpatti/assets/fonts/RammettoOne.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

body{
	font-family: "Supreme-400";
	background: #401;
}

body.noscroll{
  overflow: hidden;
}

section:not(.page_main_block):not(.main_section):not(.review_section){
  margin: 80px 0;
}

.review_section{
  padding-top: 110px;
  margin-bottom: 80px;
}

.container, body > p, body > h1, body > h2, body > h3, body > h4, body > ul, body > ol, body > figure{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

.main_section{
  padding-top: 166px;
  padding-bottom: 30px;
  background-image: url('/wp-content/themes/teenpatti/assets/images/main-section-bg.svg');
  background-size: cover;
  background-position: center center;
}

.main_section .left_right{
  display: flex;
  justify-content: space-between;
}

.main_section .left{
  max-width: 482px;
}

.main_section .right{
  max-width: 350px;
}

.main_section .right img{
  width: 100%;
}

.main_section h1, .page_main_block h1{
  font-family: 'CabinetGrotesk-Variable';
  color: #FFF;
  font-size: 54px;
  font-weight: 700;
  line-height: 120%; 
  margin-bottom: 40px;
}

.main_section p, .page_main_block p{
  font-family: 'Supreme-Italic';
  color: #FFE77A;
  font-size: 18px;
  line-height: 150%;
}

.main_section .buttons{
  margin-top: 82px;
  display: flex;
  gap: 24px;
}

a.green_button, a.transparent_button, a.gray_button{
  font-family: 'Supreme-500';
  font-size: 15px;
  line-height: 20px;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 20px;
  text-align: center;
}

a.green_button, a.transparent_button{
  color: #FFF;
}

a.transparent_button{
  border: 1px solid #FFF;
}

a.green_button{
  background: #05A300;
}

a.gray_button{
  background: #E4E4E4;
  color: #000;
}

.main_section .oscars{
  margin-top: 100px;
  overflow-x: scroll;
}

.main_section .oscars .items{
  display: flex;
  justify-content: space-between;
  min-width: 730px;
}

.main_section .oscars::-webkit-scrollbar, .main_section .oscars::-webkit-scrollbar, .review_tabs::-webkit-scrollbar {
    width: 100%;
    background-color: rgba(255,255,255,0);
    border-radius: 5px;
    height: 5px;
    z-index: 104;
}

.main_section .oscars::-webkit-scrollbar-thumb, .main_section .oscars::-webkit-scrollbar-thumb, .review_tabs::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.2);
    border-radius: 5px;
    z-index: 105;
}

.main_section .oscars .item{
  text-align: center;
}

.main_section .oscars .item p{
  margin-top: 16px;
  color: #FFF;
  font-family: "Supreme-500";
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
}

.img_mobile, .img_mobile_1000, .img_mobile_700, .main_block_bg_mobile{
  display: none;
}

.section_head{
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section_head p{
  color: #FFE77A;
  font-family: "CabinetGrotesk-Variable";
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.section_head a{
  color: #FFF;
  font-family: "Supreme-500";
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  background-image: url('/wp-content/themes/teenpatti/assets/images/show-all.svg');
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 22px;
}

.top_casinos .items{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.top_casinos .item{
  width: calc(20% - 13px);
  background: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.casino_item_title{
  background: #644EA1;
  height: 94px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.casino_item_title img{
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.casino_item_title p{
  color: #FFF;
  text-align: center;
  font-family: "RammettoOne";
  font-size: 24px;
  line-height: 110%;
  width: 100%;
}

.top_casino_span, .review_logo span{
  position: absolute;
  color: #130201;
  text-align: center;
  font-family: "Supreme-700";
  line-height: 150%; 
  left: 0;
  top: 0;
  border-radius: 0 0 10.513px 0;
  background: #FFE77A;
  width: 20px;
}

.top_casino_span{
  font-size: 10px;
}

.top_casinos .casino_item_content{
  padding: 16px;
}

.top_casinos .left_right{
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 12px;
}

.top_casinos .left_right p{
  text-align: center;
  line-height: 150%;
  margin-top: 0;
}

.top_casinos .left_right p:first-child{
  color: #3B3838;
  font-family: "Supreme-400";
  font-size: 10px;
}

.top_casinos .left_right p:nth-child(2){
  color: #000;
  font-family: "Supreme-700";
  font-size: 15px;
}

.top_casinos .left_right p:last-child{
  color: #3B3838;
  font-family: "Supreme-500";
  font-size: 10px;
}

.top_casinos a.green_button, .top_casinos a.gray_button{
  display: block;
  margin-bottom: 8px;
}

.top_casinos .casino_item_content > p{
  margin-top: 12px;
  color: #636161;
  font-family: "Supreme-400";
  font-size: 8px;
  line-height: 150%;
}

.top_casinos .casino_item_content p a{
  color: #636161;
}

header{
  position: fixed;
  width: 100%;
  transition: all 0.3s;
  z-index: 10;
  top: var(--wp-admin--admin-bar--height, 0);
}

header .container, footer .container{
  max-width: 1320px;
}

header .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  transition: all 0.3s;
}

header ul{
  list-style: none;
  display: flex;
  gap: 24px;
  align-items: center;
}

header ul a{
  color: #FFF;
  font-family: "Supreme-500";
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.lang_switch img{
  height: 24px !important;
  width: auto !important;
}

header form{
  position: relative;
  width: 125px;
  padding: 0 16px;
  box-sizing: border-box;
  height: 34px;
}

header input{
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  border-radius: 4px;
  background: rgba(198, 198, 198, 0.25);
  border: none;
  outline: none;
  color: #fff;
  transition: all 0.3s;
}

header button{
  position: absolute;
  right: 93px;
  width: 16px;
  height: 16px;
  display: flex;
  padding: 0;
  border: none;
  background: none;
  top: 9px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}

header form.active input{
  width: 500px;
  background: #401;
  box-shadow: 0 0 14px rgba(255,255,255,0.3);
}

header form.active button{
  right: 468px;
}

header.scroll{
  background: rgba(68,0,17,0.9);
}

header.scroll .container{
  height: 40px;
}

.logo{
  width: 122px;
  display: flex;
  align-items: center;
}

.logo img{
  width: 100%;
}

.search_lang{
  display: flex;
  gap: 24px;
  align-items: center;
}

.lang_switch{
  position: relative;
}

.lang_menu{
  position: absolute;
  top: 32px;
  background: rgba(0, 0, 0, 0.3);
  padding: 4px 0;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.lang_switch.active .lang_menu{
  visibility: visible;
  opacity: 1;
}

.lang_switch a{
  display: flex;
  gap: 8px;
  align-items: center;
  color: #FFF;
  font-family: "Supreme-500";
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.lang_switch > a{
  padding-right: 15px;
  position: relative;
}

.lang_switch > a:after{
  background-image: url('/wp-content/themes/teenpatti/assets/images/lang-sw.svg');
  width: 7px;
  height: 4px;
  position: absolute;
  right: 0;
  content: '';
  transition: all 0.3s;
}

.lang_switch.active > a:after{
  transform: rotate(180deg);
}

.lang_switch .img{
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}

.lang_menu a{
  padding: 4px 8px;
  transition: all 0.3s;
}

.lang_menu a:last-child{
  margin-bottom: 0;
}

.lang_menu a:hover{
  background: rgba(0,0,0,0.5);
}

.button_mobile_menu{
  text-decoration: none;
  position: relative;
  width: 18px;
  height: 14px;
  display: none;
}

.button_mobile_menu img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}

.mobile_menu_close{
  opacity: 0;
  visibility: hidden;
}

.button_mobile_menu.active .mobile_menu_close{
  opacity: 1;
  visibility: visible;
}

.button_mobile_menu.active .mobile_menu_open{
  opacity: 0;
  visibility: hidden;
}

.reg_menu{
  display: flex;
  align-items: center;
  gap: 16px;
}

.search_button{
  display: none;
}

.mobile_popup{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.mobile_popup.active{
  opacity: 1;
  visibility: visible;
}

.mobile_popup .container{
  margin-top: 130px;
  overflow-y: scroll;
  height: calc(100% - 130px);
  position: relative;
  z-index: 2;
}

.mobile_popup .container::-webkit-scrollbar, .mobile_popup .container::-webkit-scrollbar {
    height: 100%;
    background-color: rgba(255,255,255,0);
    border-radius: 5px;
    width: 5px;
    z-index: 104;
}

.mobile_popup .container::-webkit-scrollbar-thumb, .mobile_popup .container::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.2);
    border-radius: 5px;
    z-index: 105;
}

.mobile_popup_bg{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 318px;
}

.mobile_lang_switch{
  display: flex;
  gap: 18px;
  margin-bottom: 16px;
}

.mobile_lang_switch a{
  color: #888;
  font-family: "CabinetGrotesk-Variable";
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}

.mobile_lang_switch a:after{
  right: -10px;
  position: absolute;
  top: 3px;
  height: 15px;
  width: 2px;
  background: #888;
  content: '';
}

.mobile_lang_switch a:last-child:after{
  display: none;
}

.mobile_lang_switch a.active{
  color: #fff;
}

.mobile_popup .menu li{
  padding: 8px 0;
  margin: 8px 0;
  position: relative;
  width: 100%;
}

.mobile_popup .menu li:after{
  position: absolute;
  background: rgba(255, 255, 255, 0.50);
  height: 1px;
  content: '';
  bottom: -4px;
  width: 100%;
  left: 0;
}

.mobile_popup .menu li a{
  text-decoration: none;
  color: #FFE77A;
  font-family: "CabinetGrotesk-Variable";
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
}

.mobile_popup .green_button{
  display: block;
  margin: 40px auto;
  width: 200px;
}

h2, h3{
  color: #FFE77A;
  font-family: "CabinetGrotesk-Variable";
  font-weight: 700;
  line-height: 120%;
  margin-top: 40px;
  margin-bottom: 24px;
}

h2:first-child, h3:first-child{
  margin-top: 0;
}

h2{
  font-size: 32px;
}

h3{
  font-size: 22px;
}

.content_section p, .content_section h3, body > p, body > h3{
  margin: 24px auto;
}

.content_section p, .content_section li, .section_faq p, body > p, body > ul > li, body > ol > li{
  color: #FFF;
  font-family: "Supreme-400";
  font-size: 16px;
  line-height: 150%;
}

.content_section h3, body > h3{
  color: #FFE77A;
  font-family: "CabinetGrotesk-Variable";
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
}

.content_section ol li, body > ol > li{
  margin-bottom: 16px;
  position: relative;
  padding-left: 68px;
}

.content_section ul li, body > ul > li{
  margin-bottom: 8px;
  position: relative;
  padding-left: 40px;
}

.content_section ol li:last-child, .content_section ul li:last-child, body > ol > li:last-child, body > ul > li:last-child{
  margin-bottom: 0;
}

.content_section ol, .content_section ul{
  margin: 40px 0;
  list-style: none;
}

body > ol, body > ul{
  margin: 40px auto;
  list-style: none;
}

.content_section ol li:before, body > ol > li:before{
  position: absolute;
  left: 0;
  content: counter(list-item);
  width: 44px;
  height: 44px;
  background: #4A1630;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 22px;
  font-family: "CabinetGrotesk-Variable";
  font-weight: 700;
  top: 0;
  bottom: 0;
  margin: auto;
}

.content_section ul li:before, body > ul > li:before{
  content: '';
  background: url('/wp-content/themes/teenpatti/assets/images/li.svg');
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
}

.slider_banners a{
  border-radius: 8px;
  overflow: hidden;
  display: flex;
}

.content_section figure:has(img), body figure:has(img){
  width: 100%;
}

.content_section figure img, body figure img{
  width: 100%;
}

.feedbacks_slider .owl-stage{
  display: flex;
}

.feedbacks_slider .slide{
  padding: 24px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  height: 100%;
  box-sizing: border-box;
}

.feedbacks_slider .left_right{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feedbacks_slider .left_right .left{
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  overflow: hidden;
  margin-bottom: 16px;
}

.feedbacks_slider .left_right .left img{
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.feedbacks_slider .left_right .right{
  width: calc(100% - 90px);
}

.feedbacks_slider .left_right p.chel_name{
  margin-bottom: 8px;
  color: #1B1B1B;
  font-family: "Supreme-500";
  font-size: 15px;
  line-height: 150%;
}

.feedbacks_slider .left_right p.chel_name span{
  font-size: 13px;
  color: #6f6f6f;
}

.feedbacks_slider .left_right p:last-child:not(.chel_name){
  color: #3B3838;
  font-family: "Supreme-400";
  font-size: 13px;
  line-height: 150%;
  margin-top: 8px;
}

.ps-rating-stars{
  height: 12px;
  background-size: 12px 12px, 12px 12px, 12px 12px, 12px 12px, 12px 12px;
  background-position: 0 0, 17px 0, 34px 0, 51px 0, 68px 0;
  width: 83px;
  position: relative;
  background-image: url('/wp-content/themes/teenpatti/assets/images/ps-star-bg.svg'), url('/wp-content/themes/teenpatti/assets/images/ps-star-bg.svg'), url('/wp-content/themes/teenpatti/assets/images/ps-star-bg.svg'), url('/wp-content/themes/teenpatti/assets/images/ps-star-bg.svg'), url('/wp-content/themes/teenpatti/assets/images/ps-star-bg.svg');
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  text-align: left;
}

.ps-rating-stars:before{
  position: absolute;
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
    background-image: url('/wp-content/themes/teenpatti/assets/images/ps-star.svg'), url('/wp-content/themes/teenpatti/assets/images/ps-star.svg'), url('/wp-content/themes/teenpatti/assets/images/ps-star.svg'), url('/wp-content/themes/teenpatti/assets/images/ps-star.svg'), url('/wp-content/themes/teenpatti/assets/images/ps-star.svg');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 12px 12px, 12px 12px, 12px 12px, 12px 12px, 12px 12px;
    background-position: 0 0, 17px 0, 34px 0, 51px 0, 68px 0;
    max-width: var(--percent);
}

.feedbacks_slider .slide > p:first-of-type:has(~ p){
  color: #000;
  font-family: "Supreme-400";
  font-size: 15px;
  line-height: 150%;
  height: 138px;
  margin-bottom: 8px;
  overflow: hidden;
}

.feedbacks_slider .slide > p.slide_footer{
  color: #3B3838;
  font-family: "Supreme-400";
  font-size: 13px;
  line-height: 150%;
}

.faq-question{
  color: #FFF;
  font-family: "CabinetGrotesk-Variable";
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 18px;
  cursor: pointer;
  background-image: url('/wp-content/themes/teenpatti/assets/images/plus-circle.svg');
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 45px;
}

.faq-item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(201, 201, 201, 0.40);
  overflow: hidden;
  height: 60px;
  transition: all 0.3s;
  box-sizing: border-box;
}

.faq-item.active .faq-question {
    background-image: url('/wp-content/themes/teenpatti/assets/images/minus-circle.svg');
    color: #FFE77A;
}

.faq-answer{
  padding-bottom: 18px;
}

footer{
  padding: 40px 0 16px;
  background: #65021B;
  margin-top: 80px;
}

.footer_kolonki{
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}

.footer_kolonka{
  width: 220px;
}

.footer_kolonka ul{
  list-style: none;
}

.footer_title{
  margin-bottom: 16px;
  color: #FFE77A;
  font-family: "Supreme-500";
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
}

.footer_kolonka a{
  color: #FFF;
  font-family: "Supreme-400";
  font-size: 13px;
  line-height: 150%;
  margin-bottom: 8px;
  text-decoration: none;
}

.footer_kolonka a:last-child{
  margin-bottom: 0;
}

.footer_logotips{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.30);
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
  margin: 60px 0 16px;
}

.footer_logotips .img{
  width: 192px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_logotips img{
  max-width: 100%;
  max-height: 100%;
}

.footer_bottom{
  display: flex;
  justify-content: space-between;
}

.footer_bottom p, .footer_bottom a{
  color: #FFF;
  font-family: "Supreme-400";
  font-size: 15px;
  line-height: 150%;
  text-decoration: none;
}

.page_main_block{
  overflow: hidden;
  position: relative;
}

.page_main_block .container{
  max-width: 1300px;
}

.main_block_bg{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
}

.page_main_block .left_right{
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.page_main_block .left{
  position: absolute;
  z-index: 1;
  top: 70px;
}

.page_main_block .right{
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.page_main_block .container, .page_main_block .left_right, .page_main_block .right, .page_main_block .left img{
  height: 100%;
}

.page_main_block .left{
  height: calc(100% - 70px);
  display: flex;
  align-items: center;
}

.page_main_block a.green_button{
  margin: 40px auto 0;
  width: fit-content;
}

.review_item{
  margin-bottom: 16px;
  display: flex;
  padding: 16px;
  gap: 24px;
  background: #fff;
  border-radius: 16px;
  height: 106px;
  box-sizing: border-box;
}

.review_logo{
  position: relative;
  width: 133px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
}

.review_logo span{
  font-size: 12px;
}

.review_logo img{
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.logo_name_rating{
  display: flex;
  gap: 24px;
  align-items: center;
}

.name_rating, .payment_methods, .bonus{
  padding-right: 24px;
  border-right: 1px solid rgba(100, 78, 161, 0.30);
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 180px;
}

.name_rating{
  width: 180px;
  justify-content: center;
  gap: 8px;
}

.name_rating p{
  color: #181818;
  font-family: "CabinetGrotesk-Variable";
  font-size: 20px;
  font-weight: 800;
  line-height: 120%;
}

.name_rating .ps-rating-stars{
  background-size: 18px 18px, 18px 18px, 18px 18px, 18px 18px, 18px 18px;
  height: 18px;
  width: 120px;
  background-position: 0 0, 24px 0, 48px 0, 72px 0, 96px 0;
}

.name_rating .ps-rating-stars:before{
  background-size: 18px 18px, 18px 18px, 18px 18px, 18px 18px, 18px 18px;
  background-position: 0 0, 24px 0, 48px 0, 72px 0, 96px 0;
}

.name_rating .rating{
  display: flex;
  gap: 10px;
  align-items: center;
}

.name_rating .rating{
  font-size: 15px;
}

.payment_methods{
  gap: 16px;
}

.payment_methods .images{
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.payment_methods p{
  color: #4B4848;
  font-family: "Supreme-700";
  font-size: 8px;
  line-height: 150%;
  text-transform: uppercase;
}

.payment_methods img{
  height: 20px;
}

.review_item .buttons{
  width: 160px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: center;
}

.review_item .buttons a{
  display: block;
  font-size: 13px;
  line-height: 13px;
}

.bonus p{
  color: #181818;
  font-family: "CabinetGrotesk-Variable";
  font-size: 20px;
  font-weight: 800;
  line-height: 120%;
}

.bonus p:first-child{
  color: #4B4848;
  font-family: "Supreme-700";
  font-size: 8px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.popular_games_slider .slide{
  padding: 48px 24px;
  border-radius: 16px;
  background: #7A023E;
  display: flex;
  gap: 24px;
}

.popular_games_slider .img{
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
}

.popular_games_slider img{
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.popular_games_slider a.green_button{
  display: block;
  width: fit-content;
}

.popular_games_slider p{
  color: #FFE77A;
  font-family: "CabinetGrotesk-Variable";
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
}

.feedbacks_slider p.italic{
  color: #000;
  font-family: "Supreme-Italic";
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
}

.why_play{
  margin: 60px 0 80px;
}

.why_play_block{
  display: flex;
  gap: 60px 16px;
  flex-wrap: wrap;
}

.why_play_block .item{
  border-radius: 16px;
  border: 1px solid #FFE77A;
  background: #20000D;
  width: calc(33% - 11px);
  position: relative;
  padding: 44px 16px;
  box-sizing: border-box;
}

.why_play_block .item span{
  position: absolute;
  border-radius: 800px;
  background: linear-gradient(90deg, #260064 -16.28%, #9C008A 52.83%, #00D46A 112.43%);
  padding: 10px 16px;
  color: #FFF;
  font-family: "CabinetGrotesk-Variable";
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}

.why_play_block .item p{
  color: #FFF;
  text-align: center;
  font-family: "Supreme-400";
  font-size: 15px;
  line-height: 150%;
}

.why_play h2{
  margin-bottom: 60px;
}

.step_by_step_blocks{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.step_by_step_blocks .item{
  width: calc(50% - 8px);
  border-radius: 16px;
  background: #7A023E;
  position: relative;
  padding: 24px;
  box-sizing: border-box;
}

.step_by_step_blocks .item img{
  position: absolute;
  right: 0;
  max-height: 100%;
  max-width: 50%;
  bottom: 0;
  z-index: 1;
}

.step_by_step_blocks .item p{
  width: 50%;
  position: relative;
  z-index: 2;
}

.step_by_step_blocks .item a{
  width: fit-content;
  display: block;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.step_by_step_blocks .item p{
  margin: 8px 0;
  color: #FFF;
  font-family: "Supreme-400";
  font-size: 15px;
  line-height: 150%;
}

.step_by_step_blocks .item p.step_title{
  color: #FFE77A;
  font-family: "CabinetGrotesk-Variable";
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
}

.step_by_step_blocks .item p.step_title:first-child{
  margin-bottom: 40px;
}

.design_cards h2{
  margin-bottom: 80px;
}

.design_cards_block{
  display: flex;
  gap: 44px 16px;
  flex-wrap: wrap;
}

.design_cards_block .item{
  width: calc(33% - 9px);
  border-radius: 16px;
  background: #7A023E;
  padding: 48px 24px 24px;
  box-sizing: border-box;
  position: relative;
}

.design_cards_block .item .img{
  background: #7A023E;
  border: 1px solid #FFE77A;
  width: 64px;
  height: 64px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
}

.design_cards_block .item p{
  color: #FFF;
  text-align: center;
  font-family: "Supreme-400";
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.design_cards_block .item p.item_title{
  color: #FFE77A;
  font-family: "CabinetGrotesk-Variable";
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
}

.withdrawals_steps{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.withdrawals_steps .item{
  width: calc(50% - 8px);
  border-radius: 16px;
  background: #7A023E;
  padding: 24px;
  box-sizing: border-box;
  position: relative;
  min-height: 266px;
}

.withdrawals_steps .item img{
  position: absolute;
  right: 24px;
  bottom: 0;
  width: 205px;
}

.withdrawals_steps .item p{
  width: calc(100% - 205px);
  color: #FFF;
  font-family: "Supreme-400";
  font-size: 15px;
  line-height: 150%; 
}

.withdrawals_steps .item p.step_guide_title{
  margin: 48px 0 8px;
  color: #FFE77A;
  font-family: "CabinetGrotesk-Variable";
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.withdrawals_steps .item p.step_guide_num{
  color: #FFE77A;
  font-family: "CabinetGrotesk-Variable";
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
}

.top_guides_items{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.top_guides_items .item{
  width: calc(25% - 12px);
}

.top_guides_items .item .img{
  aspect-ratio: 1.5 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.top_guides_items .item .img img{
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.top_guides_item_content{
  padding: 16px;
  background: #fff;
  border-radius: 0 0 16px 16px;
}

.top_guides_item_content p{
  color: #636161;
  font-family: "Supreme-400";
  font-size: 13px;
  line-height: 150%; 
}

.top_guides_item_content p.top_guides_title{
  color: #000;
  font-family: "Supreme-700";
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 8px;
}

.top_guides_item_content a.gray_button{
  display: block;
  margin-top: 24px;
}

.review_block{
  position: relative;
}

.review_block_item{
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.review_block_item.visible{
  opacity: 1;
  visibility: visible;
  position: relative;
}

.mobile_logo_title{
  display: none;
  gap: 21px;
  align-items: center;
  margin-bottom: 16px;
}

.mobile_logo_title p.title{
  color: #FFE77A;
  font-family: "CabinetGrotesk-Variable";
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.review_block{
  padding: 24px;
  border-radius: 16px;
  background: #7A023E;
}

.review_tabs{
  padding: 16px 24px;
  border-radius: 16px;
  background: #7A023E;
  margin-top: 24px;
  overflow-x: scroll;
}

.logo_title_cifri{
  display: flex;
  gap: 80px;
  height: 105px;
}

.logo_title_cifri .logo, .logo_title_cifri .logo img{
  height: 100%;
  width: auto;
}

.title_cifri{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.title_cifri .title{
  color: #FFE77A;
  font-family: "CabinetGrotesk-Variable";
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.title_cifri .cifri{
  display: flex;
  align-items: center;
  gap: 30px;
}

.title_cifri .cifri .item{
  display: flex;
  gap: 12px;
}

.title_cifri .cifri .item .left{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-family: "Supreme-700";
  font-size: 13px;
  line-height: 150%;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-sizing: border-box;
}

.title_cifri .cifri .item:first-child .left{
  border: 4px solid #FFD152;
  background: #FFF2B8;
}

.title_cifri .cifri .item:nth-child(2) .left{
  border: 4px solid #89BB57;
  background: #C6DF96;
}

.title_cifri .cifri .item .right p{
  color: #FFF;
  font-family: "Supreme-400";
  line-height: 150%;
}

.title_cifri .cifri .item .right p:first-child{
  font-size: 15px;
}

.title_cifri .cifri .item .right p:last-child{
  font-size: 13px;
}

.medali{
  margin: 40px 0;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.30);
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
  display: flex;
  gap: 24px;
}

.medali .item{
  display: flex;
  gap: 12px;
  align-items: center;
}

.medali .item p{
  color: #FFF;
  font-family: "Supreme-400";
  font-size: 15px;
  line-height: 150%;
}

.author_updated{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  font-family: "Supreme-400";
  line-height: 150%;
  color: #fff;
  margin-bottom: 16px;
}

.author_updated .author{
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 15px;
}

.author_updated > p{
  font-size: 13px;
}

.author_updated .img{
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
}

.author_updated .img img{
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.review_block .text_block p{
  color: #E7E7E7;
  font-family: "Supreme-400";
  font-size: 13px;
  line-height: 150%;
  margin-bottom: 20px;
}

.review_block .text_block p:last-child{
  margin-bottom: 0;
}

.review_block .text_block p a{
  color: #fff
}

.review_block .text_block p strong{
  font-family: "Supreme-700";
}

.review_block .pros_cons{
  margin-top: 40px;
  display: flex;
  gap: 16px;
}

.review_block .pros, .review_block .cons{
  width: calc(50% - 8px);
}

.review_block .pros_cons .title{
  color: #FFE77A;
  font-family: "CabinetGrotesk-Variable";
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}


.review_block .pros_cons li{
  list-style: none;
  color: #FFF;
  font-family: "Supreme-400";
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 9px;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 28px;
}

.review_block .pros li{
  background-image: url('/wp-content/themes/teenpatti/assets/images/pros-li.svg');
}

.review_block .cons li{
  background-image: url('/wp-content/themes/teenpatti/assets/images/cons-li.svg');
}

.review_tabs ul{
  list-style: none;
  display: flex;
  justify-content: space-between;
  min-width: 700px;
}

.review_tabs a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  color: #FFF;
  font-family: "Supreme-700";
  font-size: 15px;
  line-height: 150%;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s;
}

.review_tabs a:hover, .review_tabs a.active{
  background: #5D0017;
}

.review_tabs a.active{
  color: #FFE77A;
}