/*!
Theme Name: r82ykt
Theme URI: #
Version: 9.1.6
Tested up to: 8.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: r82ykt
*/

:root {
  --text-color: #000000;
  --heading-color: #FF1493;
  --primary-btn-bg: #3CB371;
  --secondary-btn-bg: #FFD700;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #FF6347;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #4682B4;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFA07A;
  --table-border-color: #B22222;
  --table-text-color: #000000;

  --body-bg-color: #F0FFF0;
  --card-bg-color: #ffffff;
  --card-text-color: #000000;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 67%;
  --banner-padding: 165.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFF0;
  --banner-text-color: #000000;

  --container-max-width: 1484px;
  --container-padding: 0 15px;
  --border-radius: 20px;
  --py: 28px;
  --py-2: 48px;
  --py-3: 57px;
  --text-align: left;
  --mb: 23px;
  --fz-1: 33.12px;
  --fz-2: 27.6px;
  --fz-3: 23px;
  --logo-width: 147px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 377ms;
  --animation-type: linear;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--body-bg-color);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 650px;
  width: auto;
}

ul, ol {
  margin: 0;
}

.wr--cnuiht {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.h--bmxiga {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.h--olsuam {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.header--xqcsgn {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.header--cspium {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.header--cspium:hover {
  color: var(--primary-btn-bg);
}


.header--xfpogk {
  display: flex;
  gap: 10px;
}

.log--bafmdk {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log--bafmdk img {
  max-height: 80px;
}

.p--qhtvju,
.second--pnlkmv {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.p--qhtvju {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.p--qhtvju:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--pnlkmv {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--pnlkmv:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.f--cewxov {
  position: relative;
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
  padding: var(--py) 0;
}



.footer--pwkqte {
  display: flex;
  justify-content: var(--footer-justify);
  flex-direction: var(--footer-direction);
  gap: var(--mb);
  position: relative;
  z-index: 1;
}

.bot--wamocx {
  display: flex;
  gap: 10px;
  list-style: none;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.bottom--lkcqbt {
  color: var(--footer-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.bottom--lkcqbt:hover {
  color: var(--primary-btn-bg);
}

.footer--ijdxuo {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: var(--mb);
  color: var(--footer-text-color);
}

.bottom--dhmuec {
  margin: 0;
  margin-top: var(--mb);
  font-size: 14px;
  color: var(--footer-text-color);
  text-align: var(--text-align);
}

.banner--extvhp {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.banner--extvhp {
  text-align: var(--banner-direction);
  padding: var(--banner-padding) 0;
  background-color: var(--banner-bg-color);
  color: var(--banner-text-color);
  border-bottom: var(--banner-border);
  position: relative;
  overflow: hidden;
}

.banner--extvhp svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hero--mwqsga{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hero--jwnfik {
  width: var(--banner-column);
  animation: var(--animation-effect) var(--animation-duration) var(--animation-type);
  animation-fill-mode: both;
}
  */

h1 {
  font-size: var(--fz-1);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

h2 {
  color: var(--heading-color);
  font-size: var(--fz-2);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: var(--py-2);
}

h3 {
  color: var(--heading-color);
  font-size: var(--fz-3);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

.table--epyiqg{
  overflow-x: auto;
  width: 100%;
}

.txt--ostbnc {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt--ostbnc p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt--ostbnc ul,
.txt--ostbnc ol {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt--ostbnc ul {
  list-style: none;
}

.txt--ostbnc ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt--ostbnc ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}

.txt--ostbnc table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: var(--mb);
  border: 1px solid var(--table-border-color);
  background-color: var(--table-bg-color);
  color: var(--table-text-color);
}

.txt--ostbnc table th,
.txt--ostbnc table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.txt--ostbnc img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.article--donspk {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post--zyfnxa {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}


.cols--ehxizq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--py-2);
  margin: var(--py-2) 0;
}

.tb--ythxbs {
  background: rgb(from var(--table-bg-color) r g b / 0.5);
  border-radius: var(--border-radius);
  padding: var(--py-3);
  margin: var(--py-2) auto;
  width: max-content;
  max-width: 100%;
}

.tb--ythxbs p,
.tb--ythxbs h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb--ythxbs table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb--ythxbs table td,
.tb--ythxbs table th {
  border: 0;
}

.tb--ythxbs table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb--ythxbs tr:last-child {
  border-bottom: 0;
}

.tb--ythxbs h2 {
  margin-top: 0;
}

/*
.blocks--kxmvzu {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.invert--jwkdht {
  position: relative;
  border-radius: var(--border-radius);
  background: var(--contrast-bg-color);
  color: var(--contrast-text-color);
  padding: var(--py-2);
  margin-top: var(--py-2);
  margin-bottom: var(--py-2);
}

.invert--jwkdht h2 {
  color: inherit;
  margin-top: 0;
}

.header--vbapug {
  display: none;
}

@media (max-width: 1024px) {
  .header--xqcsgn {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--header-bg-color);
    z-index: 100;
    padding: var(--py) 15px;
    display: block;
  }

  .header--cspium {
    padding: 10px 0;
    display: block;
  }

  .header--xqcsgn.active {
    opacity: 1;
    visibility: visible;
  }

  .header--vbapug {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .header--vbapug span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .header--vbapug.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .header--vbapug.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .footer--pwkqte {
    flex-direction: column;
    gap: 20px;
  }

  .hero--mwqsga{
    flex-direction: column;
  }

  .hero--jwnfik {
    width: 100%;
  }

  .cols--ehxizq{
    grid-template-columns: 1fr;
  }

  .tb--ythxbs {
    padding: var(--py);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


        .h--bmxiga {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #fff0;
            z-index: 100;
            border: 0;
        }

        .banner--extvhp {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 150px 15px 50px;
        }

        .hero--jwnfik {
            position: relative;
            text-align: center;
            max-width: 67rem;
            margin: 0 auto;
            z-index: 10;
        }

        .banner--isctqd {
            font-size: 51px;
            margin-bottom: var(--mb);
            margin-top: 0;
            line-height: 1.25;
            color: transparent;
            font-weight: 900;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #FF1493 0%, #3CB371 50%, #FFD700 100%);
        }

        .banner--isctqd span {
            color: transparent;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #3CB371 0%, #FFD700 100%);
        }

        .hero--njmgus {
            font-size: 16px;
            color: #000000;
            max-width: 53rem;
            margin: 0 auto var(--mb);
        }

        .banner--gipczf {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to bottom right,
                    rgba(#3CB371, 0.2),
                    rgba(#FFD700, 0.2),
                    rgba(#3CB371, 0.2));
            opacity: 0.5;
        }

        .hero--mzjqic {
            position: absolute;
            border-radius: 9999px;
            opacity: 0.3;
        }

        .hero--mzjqic:nth-child(1) {
            top: 5rem;
            left: 42%;
            width: 8rem;
            height: 8rem;
            background-image: linear-gradient(to right, #3CB371, #FFD700);
            border-radius: 9999px;
            filter: blur(24px);
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .hero--mzjqic:nth-child(2) {
            bottom: 5rem;
            right: 89%;
            width: 12rem;
            height: 12rem;
            background-image: linear-gradient(to right, #3CB371, #FFD700);
            border-radius: 9999px;
            filter: blur(40px);
            opacity: 0.2;
            animation: pulse 2s infinite;
            animation-delay: 1s;
        }

        .hero--mzjqic:nth-child(3) {
            top: 54%;
            left: 35%;
            width: 8rem;
            height: 6rem;
            background-image: linear-gradient(to right, #FFD700, #3CB371);
            border-radius: 0.5rem;
            filter: blur(16px);
            opacity: 0.25;
            animation: bounce 1s infinite;
        }

        @media (max-width: 1024px) {
            .banner--isctqd {
                font-size: 29px;
                max-width: 100%;
            }

            .banner--extvhp {
                padding: 120px 15px 50px;
                min-height: 70vh;
            }

            .hero--njmgus {
                max-width: 100%;
            }

            .hero--mzjqic:nth-child(1),
            .hero--mzjqic:nth-child(2),
            .hero--mzjqic:nth-child(3){
                width: 3rem;
                height: 3rem;
            }
        }

        @keyframes pulse {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: .5;
            }
        }

        @keyframes bounce {

            0%,
            100% {
                transform: translateY(-25%);
                animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            }

            50% {
                transform: translateY(0);
                animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            }
        }
        


        .block--uzigvo {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .blocks--kxmvzu {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            border-left: 4px solid #3CB371;
        }

        .blocks--kxmvzu:nth-child(even) {
            border-left-color: #FFD700;
            margin-left: 41px;
        }

        .blocks--kxmvzu:nth-child(odd) {
            margin-right: 41px;
        }

        .blocks--kxmvzu::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #3CB37105, #FFD70005);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .blocks--kxmvzu:hover::before {
            opacity: 1;
        }

        .blocks--kxmvzu:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .blocks--kxmvzu h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .blocks--kxmvzu p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .block--uzigvo {
                max-width: 100%;
            }

            .blocks--kxmvzu:nth-child(even),
            .blocks--kxmvzu:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        