:root {
  --background: #212121;
  --header: #131313;
  --content: #131313;
  --btn-content: linear-gradient(177deg,#f4f4f4 2%,#dcdcdc);
  --hover-content: linear-gradient(177deg,#fff 2%,#ebebeb);
  --btn-reg: linear-gradient(177deg,#fb3c3c 1.96%,#880303 98.23%);
  --hover-reg: linear-gradient(160deg,#ff6a6a,#b20101);
  --sidebar: linear-gradient(180deg,#424242,#1a1a1a);
  --shadow: 0 2px 8px 0 #27272733;
  --shadow-content: inset 0 1px 1px 0 #fff3,0 8px 16px 0 #0003;
  --shadow-sidebar: 0 8px 16px 0 #0009;
  --radius: 44px;
  --radius-card: 10px;
  --text: #fff;
  --text-sidebar: #fffc;
  --text-btn: #000;
  --text-value: #ffc02e;
  --text-hover: #fb3c3c;
  --text-shadow: 0 0 4px #fb3c3c,0 0 8px #fb3c3c;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Fester", sans-serif;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  color: var(--text);
}

a {
  text-decoration: none;
  font-family: "Fester";
  color: var(--text-hover);
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.wp-block-table {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  box-shadow: var(--shadow-content);
}

.wp-block-table table td {
  text-align: center;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  border: none;
}

.wp-block-table table th {
  border: none;
}

.wp-block-table table tr {
  background: var(--background);
}

.wp-block-table table tr:nth-child(2n) {
  background: var(--content);
}

.wp-block-table table td {
  color: var(--text);
}

@font-face {
  font-style: normal;
  font-family: "Fester";
  font-weight: 400;
  src: url(/wp-content/themes/basari/fonts/Fester-Book.otf);
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "Fester";
  font-weight: 700;
  src: url(/wp-content/themes/basari/fonts/Fester-Bold.otf);
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
  src: url(/wp-content/themes/basari/fonts/RobotoCondensed-Regular.ttf);
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: var(--background);
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4 {
  padding: 15px 0;
  font-family: "Fester", sans-serif;
}
@media (min-width: 960px) {
  h1, h2, h3, h4 {
    padding: 20px 0;
  }
}

a:hover {
  transition: 0.3s ease-out;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  background: var(--header);
  z-index: 2;
}
@media (min-width: 640px) {
  .header {
    padding: 10px;
  }
}
.header .overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.header .overlay.active {
  display: block;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__right-buttons {
  display: none;
  align-items: center;
}
@media (min-width: 960px) {
  .header__right-buttons {
    display: flex;
  }
}
.header__right-buttons .btn.log {
  margin-left: 10px;
  margin-right: 0;
  width: 96px;
}
.header__right-buttons .btn.reg {
  width: 145px;
}
.header .main_menu {
  display: none;
  position: relative;
}
@media (min-width: 960px) {
  .header .main_menu {
    display: flex;
  }
}
.header .main_menu .menu {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
}
.header .main_menu .menu li {
  margin-right: 20px;
}
.header .main_menu .menu li:last-child {
  margin-left: 0;
}
.header .main_menu .menu li a {
  font-size: 18px;
  color: var(--text);
  font-family: "Fester", sans-serif;
  font-weight: 700;
  padding: 10px 0;
}
.header .main_menu .menu li a:hover {
  color: var(--text-hover);
}
.header .main_menu .menu .current-menu-item a {
  color: var(--text-hover);
  text-shadow: var(--text-shadow);
}
.header .burger img {
  width: 28px;
  height: 28px;
}

.menu_desktop .burger {
  display: block;
}
@media (min-width: 960px) {
  .menu_desktop .burger {
    display: none;
  }
}

.menu_mobile, amp-sidebar {
  background: var(--header);
  width: 100%;
  padding: 0 20px;
  max-width: 250px;
  min-height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  display: block;
  transition: right 0.8s;
}

.menu_mobile {
  z-index: 11;
}
.menu_mobile .close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}
.menu_mobile .close img {
  width: 28px;
  height: 28px;
}
.menu_mobile .menu {
  list-style: none;
}
.menu_mobile .menu li {
  margin-bottom: 20px;
}
.menu_mobile .menu li:last-child {
  margin-bottom: 0;
}
.menu_mobile .menu li a {
  font-size: 18px;
  color: var(--text);
  font-weight: 700;
  padding: 10px 0;
  font-family: "Fester", sans-serif;
}
.menu_mobile .menu li a:hover {
  color: var(--text-hover);
}
.menu_mobile .menu .current-menu-item a {
  color: var(--text-hover);
  text-shadow: var(--text-shadow);
}

.menu_mobile.show {
  right: 0;
  transition: right 0.8s;
}

.wrapper {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1250px;
}

.btn {
  padding: 0 15px;
  position: relative;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-transform: uppercase;
  color: var(--text-btn);
  border: none;
  font-size: 16px;
  font-weight: 700;
  font-family: "Fester", sans-serif;
  overflow: hidden;
}
.btn:hover {
  transition: 0.3s ease-out;
  background: var(--hover-content);
}

.btn.log {
  background: var(--btn-content);
  margin-right: 10px;
}
.btn.log:hover {
  background: var(--hover-content);
}

.btn.reg {
  background: var(--btn-reg);
  color: var(--text);
}
.btn.reg:hover {
  background: var(--hover-reg);
}

/* Banner */
.banner {
  height: 300px;
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
.banner__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 2;
  background: linear-gradient(rgba(55, 55, 55, 0.7), rgba(34, 34, 34, 0.8)), url(/wp-content/uploads/2025/01/image-main.webp);
  background-repeat: no-repeat !important;
  background-position: bottom right !important;
  box-shadow: var(--shadow-content);
  border-radius: var(--radius-card);
  padding: 0 20px;
}
@media (min-width: 640px) {
  .banner__content {
    background: linear-gradient(180deg, #373737, #222);
  }
}
.banner__content-text {
  width: 100%;
  position: relative;
  text-align: center;
}
@media (min-width: 640px) {
  .banner__content-text {
    width: 60%;
    text-align: left;
  }
}
@media (min-width: 960px) {
  .banner__content-text {
    width: 50%;
  }
}
.banner__content-text .banner-title {
  font-weight: 700;
  color: var(--text);
  font-size: 25px;
  line-height: 1.4;
  font-family: "Fester", sans-serif;
  display: block;
  text-transform: uppercase;
}
.banner__content-text .banner-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 640px) {
  .banner__content-text .banner-buttons {
    justify-content: flex-start;
  }
}
.banner__content-text .banner-buttons .main_banner {
  color: var(--text-btn);
  background: var(--btn-content);
  width: 200px;
}
.banner__content-text .banner-buttons .main_banner:hover {
  background: var(--hover-content);
}
.banner__content-img {
  display: none;
}
@media (min-width: 640px) {
  .banner__content-img {
    display: block;
  }
}

/* Sidebar */
.sidebar {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 960px) {
  .sidebar {
    display: block;
    width: 320px;
  }
}
.sidebar__content {
  z-index: 1;
  width: 280px;
  padding-bottom: 20px;
}
@media (min-width: 960px) {
  .sidebar__content {
    position: sticky;
    top: 80px;
    right: 135px;
    padding-bottom: 0;
  }
}
.sidebar__content-item {
  box-shadow: var(--shadow-sidebar);
  background: url(/wp-content/uploads/2024/10/sidebar-back.webp);
  border-radius: var(--radius-card);
  height: 200px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  padding: 24px;
}
.sidebar__content-item:first-child {
  margin-bottom: 15px;
}
.sidebar__content-item:first-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background: url(/wp-content/uploads/2024/10/girl-sidebar.webp);
}
.sidebar__content-item:last-child {
  height: 216px;
}
.sidebar__content-item:last-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/wp-content/uploads/2024/10/girl-second-sidebar.webp);
}
.sidebar__content-item:last-child .sidebar_button {
  background: none;
  border: 2px solid var(--text);
  font-size: 13px;
  width: 120px;
  height: 35px;
  margin-top: 30px;
}
.sidebar__content-item p {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text);
  font-size: 22px;
  line-height: 1.4;
  font-family: "Fester", sans-serif;
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.sidebar__content-item svg {
  height: 250px;
  position: absolute;
  bottom: -100px;
  left: 65px;
}
.sidebar__content-item .sidebar_button {
  width: 250px;
  background: var(--btn-reg);
  margin-top: 20px;
  color: var(--text);
}
.sidebar__content-item .sidebar_button:hover {
  background: var(--hover-reg);
}
.sidebar__content-desc {
  position: relative;
  color: var(--text-sidebar);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.sidebar__content-value {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--text-value);
}

/* Content */
.content-block {
  padding: 20px 10px 20px 10px;
}
@media (min-width: 640px) {
  .content-block {
    padding: 20px;
  }
}
.content-block h1 {
  font-size: 26px;
}
@media (min-width: 960px) {
  .content-block h1 {
    font-size: 36px;
  }
}
.content-block .content_page h2 {
  font-size: 22px;
}
@media (min-width: 960px) {
  .content-block .content_page h2 {
    font-size: 32px;
  }
}
.content-block .content_page h3 {
  font-size: 20px;
}
@media (min-width: 960px) {
  .content-block .content_page h3 {
    font-size: 28px;
  }
}
.content-block .content_page h4 {
  font-size: 18px;
}
@media (min-width: 960px) {
  .content-block .content_page h4 {
    font-size: 24px;
  }
}
.content-block .content_page p {
  line-height: 1.4;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 960px) {
  .content-block .content_page p {
    font-size: 18px;
  }
}
.content-block .content_page a {
  font-size: 16px;
  color: var(--text-hover);
  font-family: "Roboto", sans-serif;
}
@media (min-width: 960px) {
  .content-block .content_page a {
    font-size: 18px;
  }
}
.content-block .content_page a:hover {
  text-decoration: underline;
}
.content-block .content_page ul {
  list-style: none;
  padding-right: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 640px) {
  .content-block .content_page ul {
    flex-direction: row;
  }
}
.content-block .content_page ul li {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 640px) {
  .content-block .content_page ul li {
    width: 48%;
  }
}
@media (min-width: 960px) {
  .content-block .content_page ul li {
    font-size: 18px;
  }
}
.content-block .content_page ul li::after {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/basari/img/content-icon.svg) no-repeat;
  background-size: cover;
  content: "";
  left: 0;
  top: 4px;
}
.content-block .content_page ol {
  padding-bottom: 20px;
  padding-left: 26px;
  counter-reset: myCounter;
  font-size: 16px;
}
.content-block .content_page ol li {
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
  list-style: none;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 960px) {
  .content-block .content_page ol li {
    font-size: 18px;
  }
}
.content-block .content_page ol li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  width: 30px;
  height: 30px;
  font-size: 16px;
  background: var(--background);
  color: var(--text);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-block .content_page ol li::marker {
  font-size: 17px;
}
.content-block .content_page .section-block {
  padding: 10px 20px;
  background: var(--btn-content);
  border-radius: var(--radius-card);
  margin-bottom: 20px;
}
.content-block .content_page .section-block h2, .content-block .content_page .section-block h3, .content-block .content_page .section-block p, .content-block .content_page .section-block li {
  color: var(--text-btn);
}

.banner-link {
  text-align: center;
  margin-bottom: 20px;
}
.banner-link .banner-img {
  border: none;
  padding: 0;
  position: relative;
  background-color: unset;
}
.banner-link .banner-img img, .banner-link .banner-img amp-img {
  border-radius: var(--radius-card);
}

.btn-content {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.btn-content .banner_button {
  width: 300px;
  background: var(--btn-reg);
  color: var(--text);
}
.btn-content .banner_button:hover {
  background: var(--hover-reg);
}

.wp-block-image, .wp-block-gallery {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
}
.wp-block-image img, .wp-block-image amp-img, .wp-block-gallery img, .wp-block-gallery amp-img {
  border-radius: var(--radius-card);
}

#amp-mobile-version-switcher {
  display: none;
}

/* FAQ */
.faq__item {
  background-color: var(--header);
  border-radius: var(--radius-card);
}
.faq__item h3 {
  font-size: 20px !important;
  color: var(--text) !important;
}
.faq__item h3:after {
  background-image: url(/wp-content/themes/basari/img/faq-icon.svg);
}
.faq__item .faq__answer {
  border-bottom-left-radius: var(--radius-card);
  border-bottom-right-radius: var(--radius-card);
}
.faq__item .faq__answer p {
  color: var(--text) !important;
}
.faq__item .faq__answer p:last-child {
  padding-bottom: 0;
}

/* Footer */
footer {
  background: var(--background);
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  footer {
    padding-bottom: 0;
  }
}
footer .footer__menu {
  width: 100%;
  padding: 20px 0 0 0;
}
@media (min-width: 960px) {
  footer .footer__menu {
    width: auto;
  }
}
footer .footer__menu .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer__menu .menu li {
  margin-left: 20px;
}
footer .footer__menu .menu li:last-child {
  margin-left: 0;
}
footer .footer__menu .menu li a {
  font-size: 18px;
  color: var(--text);
  font-family: "Fester", sans-serif;
  font-weight: 400;
  padding: 10px 0;
}
footer .footer__menu .menu li a:hover {
  color: var(--text-hover);
}
footer .footer__menu .menu .current-menu-item a {
  color: var(--text-hover);
  text-shadow: var(--text-shadow);
}
footer .footer__copyright {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer__copyright span {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  font-family: "Fester", sans-serif;
  text-transform: uppercase;
}
footer .footer__bga {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
footer .footer__bga .eighteen {
  color: var(--text-hover);
  text-shadow: var(--text-shadow);
  border: 1px solid var(--text-hover);
  border-radius: 30%;
  font-family: "Fester", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 5px;
  margin: 5px 10px;
}
footer .footer__bga .bga-img {
  width: 200px;
  margin-right: 5px;
}
footer .footer__bga .dmca-badge {
  width: 40px;
}

/* Scroll */
.scroll-top {
  opacity: 0;
  background: var(--btn-reg);
  transition: 0.3s;
  position: fixed;
  bottom: 70px;
  right: 30px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 8;
}
.scroll-top .scroll-top-bg {
  padding: 6px 8px;
  position: relative;
}
.scroll-top .scroll-top-bg img {
  width: 24px;
  height: 24px;
}

.scroll-top.content_amp {
  opacity: 1;
}

/* Amp */
.header.content_amp {
  align-items: center;
  justify-content: space-between;
}
.header.content_amp .burger {
  border: none;
  background-color: unset;
  padding: 0;
}

amp-sidebar .close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}
amp-sidebar .close .closeButton {
  padding: 0;
  border: none;
  background-color: unset;
}
amp-sidebar .close .closeButton img {
  width: 28px;
  height: 28px;
}
amp-sidebar .menu_amp .menu {
  list-style: none;
}
amp-sidebar .menu_amp .menu li {
  margin-bottom: 20px;
}
amp-sidebar .menu_amp .menu li:last-child {
  margin-bottom: 0;
}
amp-sidebar .menu_amp .menu li a {
  font-size: 18px;
  color: var(--text);
  font-family: "Fester", sans-serif;
  font-weight: 700;
  padding: 10px 0;
}
amp-sidebar .menu_amp .menu .current-menu-item a {
  color: var(--text-hover);
  text-shadow: var(--text-shadow);
}

/* Fixed buttons */
.fixed_buttons {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  padding: 8px;
  background: var(--header);
  bottom: 0;
  left: 0;
  z-index: 8;
}
@media (min-width: 960px) {
  .fixed_buttons {
    display: none;
  }
}
.fixed_buttons button {
  margin-top: 0;
  padding: 8px 15px;
  width: 200px;
}
.fixed_buttons button:first-child {
  margin-right: 10px;
}

/* 404 Error */
.error {
  background: var(--btn-content);
}
.error__block {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  flex-direction: row;
  justify-content: flex-start;
  height: 100vh;
  padding: 20px 20px 0 20px;
}
@media (min-width: 640px) {
  .error__block {
    padding: 0 128px;
  }
}
.error__block-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  max-width: 1408px;
}
.error__block-content span {
  font-size: 52px;
  font-weight: 700;
  color: var(--text-hover);
  text-transform: uppercase;
  font-family: "Fester", sans-serif;
  margin-bottom: 20px;
  text-shadow: var(--text-shadow);
}
.error__block-content p {
  font-size: 18px;
  font-weight: 700;
  font-family: "Fester", sans-serif;
  color: var(--text-btn);
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
}
.error__block-content .btn {
  background: var(--btn-reg);
  width: 300px;
  height: 40px;
  color: var(--text);
}
.error__block-content .btn:hover {
  background: var(--hover-reg);
}

/* APK Banner */
.apk-banner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 200px;
  background-color: #103856;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .apk-banner {
    padding-right: 20px;
    height: 250px;
  }
}
@media (min-width: 960px) {
  .apk-banner {
    align-items: center;
    padding-right: 0;
  }
}
.apk-banner p {
  font-size: 20px !important;
  line-height: 1.4 !important;
  font-weight: 700;
  width: 200px;
  text-align: right;
  padding-bottom: 15px !important;
}
@media (min-width: 640px) {
  .apk-banner p {
    width: 380px;
    font-size: 22px !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 960px) {
  .apk-banner p {
    width: auto;
  }
}
.apk-banner img {
  position: absolute;
  left: 10px;
  bottom: 0;
  height: 180px;
}
@media (min-width: 640px) {
  .apk-banner img {
    left: 20px;
    height: 230px;
  }
}
.apk-banner amp-img {
  width: 125px;
}
@media (min-width: 640px) {
  .apk-banner amp-img {
    width: 160px;
  }
}
.apk-banner .banner_button {
  margin-top: 0;
  width: 165px;
}
@media (min-width: 640px) {
  .apk-banner .banner_button {
    width: 300px;
  }
}

/* Table of Contens */
.custom__contents {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 640px) {
  .custom__contents {
    width: 640px;
  }
}
.custom__contents-submenu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
  background: var(--header);
  border-radius: 39px;
  height: 40px;
  padding: 0 0 0 20px;
  font-size: 14px !important;
  line-height: 1.2;
  color: var(--text) !important;
}
.custom__contents-submenu a:hover {
  text-decoration: none !important;
  background: var(--btn-reg);
}
.custom__contents-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--btn-reg);
}
.custom__contents-icon::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/basari/img/up-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

/* Popup */
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup__content {
  width: 360px;
  height: 270px;
  position: relative;
  display: flex;
  background-image: url(/wp-content/uploads/2025/02/modal-banner.webp);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: var(--radius-card);
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 20px 20px;
}
.popup__content .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.popup__content .close-popup img, .popup__content .close-popup amp-img {
  width: 20px;
  height: 20px;
}
.popup__content .popup-btn {
  width: 172px;
  background: var(--btn-reg);
  color: var(--text);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  border: none;
  height: 45px;
  position: absolute;
  bottom: 45px;
}

.popup.show {
  display: flex;
}

.rank-math-breadcrumb a {
  text-shadow: var(--text-shadow);
}

/* Popup */
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup.no-amp {
	display: none;
}
.popup.amp {
	display: flex;
}
.popup.show {
	display: flex;
}
.popup__content {
  width: 360px;
  height: 270px;
  position: relative;
  display: flex;
  background-image: url(/wp-content/uploads/2025/02/modal-banner.webp);
	background-repeat: no-repeat;
	background-size: contain;
  border-radius: var(--radius-card);
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 20px 20px;
}
.popup__content .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.popup__content .close-popup img, .popup__content .close-popup amp-img {
  width: 20px;
  height: 20px;
}
.popup__content .popup-btn {
  width: 172px;
  background: var(--btn-reg);
  color: var(--text);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  border: none;
  height: 45px;
  position: absolute;
  bottom: 45px;
}/*# sourceMappingURL=style.css.map */