@import url('https://fonts.googleapis.com/css2?family=Kanit: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');
@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');

body{
    direction: ltr;
    font-family: 'Kanit', sans-serif !important;
    line-height:1.2;
    margin: 0px;
    padding: 0px;  
    height: 100vh;
    box-sizing: border-box;
    background-color: var(--color-border-3);
    overflow-x: hidden;
    cursor: url(''), auto; 
}

:root{
--green: #08980d;
--orange: #c37f08;
--yellow: #f8ea31;
--blue: #0b9cb6;
--white: #ffffff;
--brown: #47231c;
--brown-light: #783e32;

--color-border-1: #08980d;
--color-border-2: #c37f08;
--color-border-3: #90009a;
}
a {
white-space: normal;
text-decoration: none;
}
ul {
padding-left: 0;
padding-right: 0;
}
li {
margin: 0 20px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
button {
  cursor: pointer;
}
.wrap-padding{
padding: 60px 3px;
}
.wrap-margin{
padding: 0;
margin: 0 auto;
}

.fruits-header-section {
  width: 100%;
  background: #e4e4e4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.fruits-header-wrap {
  max-width: 1299px;
  margin: 0 auto;
  padding: 13px;
  display: flex;
  flex-direction: column;
}

.fruits-header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid var(--color-border-3);
    padding: 13px 29px;
    border-radius:50px;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.1); 
}

.fruits-header-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fruits-header-logo img {
width: 56px;
margin: 8px;
}
.fruits-header-logo h1 {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-border-3);
  letter-spacing: 2px; 
  margin: 0;
}
.fruits-header-menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fruits-header-menu a {
  font-size: 15px;
  color: #333;
  text-decoration: none;
  margin-left: 20px;
  transition: color 0.3s ease;
  font-weight: 500;
}

.fruits-header-menu a:hover {
  color: var(--color-border-3);
  text-shadow: 0 1px 2px rgba(40, 167, 69, 0.5);
}

.fruits-header-top {
  position: relative;
  background: url("imagevault/other-dir/tematik-big-0680f40c2cb0c8.png") no-repeat center; 
background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.fruits-header-title {
  position: relative;
  background: rgba(255, 255, 255, 0.8); 
  padding:  20px;
  margin: 52px 0;
  border-radius: 13px;
  text-align: center;
  box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;
  z-index: 1;
}

.fruits-header-title h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #4a2c2a;
  margin: 13px 0;
  padding: 56px;
  width: 500px;
}

.fruits-header-title img:first-child{
  position: absolute;
  left: -50px;
  top: -30px; 
  width:  150px;
  height: auto;
  z-index: 5;
}

.fruits-header-title img:last-child {
  position: absolute;
  right: -50px;
  bottom: -30px; 
  width: 170px;
  height: auto;
  z-index: 5;
}
.rotate-image {
  display: inline-block;
  animation: rotate 5s linear infinite; 
}

@keyframes rotate {
  from {
      transform: rotate(0deg); 
  }
  to {
      transform: rotate(360deg); 
  }
}
.fruits-benefits-section {
  position: relative;
  background: url('imagevault/bg-assets/opacity_bg-0680f40c2cac61.png') no-repeat center / cover;
  color: #ffffff;
  overflow: hidden;
}

.fruits-benefits-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fruits-benefits-wrap {
  position: relative;
  z-index: 2;
  max-width: 1299px;
  margin: 0 auto;
  text-align: center;
}

.fruits-benefits-title {
  position: relative;
  font-size: 2.5rem;
  margin:  20px 0;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}
.fruits-benefits-title::before,
.fruits-benefits-title::after {
  content: ''; 
  position: absolute;
  width: 100%; 
  height: 1px;
  background-color: var(--white);
  transform: translateY(-50%);
}

.fruits-benefits-title::before {
  left: 0;
  top: 0;
}

.fruits-benefits-title::after {
  right: 0; 
  top: 100%;
}
.fruits-benefits-list {
  display: flex;
  justify-content: center;
  gap: 27px;
}

.benefits-block-item {
  position: relative;
  width: 300px;
  padding: 15px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.benefits-block-item:hover {
  transform: scale(1.05);
}
.benefits-block-icons{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.benefits-block-item span {
  display: block;
  font-size: 70px;
  font-weight: bold;
  color: rgb(255 255 255 / 11%); 
  margin-bottom: 15px;
}
.pulse-svg {
  animation: pulse 1.5s infinite ease-in-out; 
}

@keyframes pulse {
  0% {
      transform: scale(1); 
      opacity: 1; 
  }
  50% {
      transform: scale(1.2); 
      opacity: 0.5; 
  }
  100% {
      transform: scale(1); 
      opacity: 1; 
  }
}
.benefits-block-icons img {
  width: 119px;
  height: auto;
  margin-bottom:  15px;
}

.benefits-block-icons p {
  font-size:18px;
  line-height:1.2;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.fruits-games-wrap {
  padding: 15px;
  border-radius: 40px;
  background-color: #fff;
  max-width:  1299px;
  margin: 0 auto;
  text-align: center;
  box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;
}

.fruits-games-title-top {
  position: relative;
  font-size: 2.5rem;
  margin-bottom: 29px;
  color: #4a2c2a;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}
.fruits-games-title-top::before,
.fruits-games-title-top::after {
  content: ''; 
  position: absolute;
  width: 100%; 
  height: 1px;
  background-color: #4a2c2a;
  transform: translateY(-50%);
}

.fruits-games-title-top::before {
  left: 0;
  top: 0;
}

.fruits-games-title-top::after {
  right: 0; 
  top: 100%;
}

.fruits-games-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  justify-content: center;
  align-items: stretch;
}

.fruits-games-card {
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fruits-games-card:hover {
  transform: translateY(-10px);
}

.fruits-games-img img {
  width: 100%;
  height: 241px;
  object-fit: cover;
  border-radius: 47% 53% 56% 44% / 27% 77% 23% 73%;
  transition: transform 0.3s ease, border-radius 0.5s ease;
}

.fruits-games-card:hover .fruits-games-img img {
  transform: scale(0.9);
}

.fruits-games-info {
  padding:  13px;
  text-align: center;
}

.fruits-games-info .fruits-games-title {
  font-size: 20px;
  font-weight: 900;
  color: #333;
  margin-bottom:  13px;
}

.fruits-games-content {
  font-size: 15px;
  color: #555;
  margin-bottom:  13px;
  padding: 0 8px;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
}
.fruits-games-content2::after {
  content: "..."; 
}
.fruits-contact-title {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: var(--white); 
  text-transform: uppercase;
  margin: 20px 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}

.fruits-contact-title::before,
.fruits-contact-title::after {
  content: ''; 
  position: absolute;
  width: 100%; 
  height: 1px;
  background-color: var(--white);
  transform: translateY(-50%);
}

.fruits-contact-title::before {
  left: 0;
  top: 0;
}

.fruits-contact-title::after {
  right: 0; 
  top: 100%;
}
.fruits-form-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container {
  width: 60%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  gap:  20px; 
}

.rotate-image-form:first-child{
  position: absolute;
  left: -10px;
  top: -30px; 
  opacity: 0.6;
  width:  150px;
  height: auto;
  
  z-index: -5;
}

.rotate-image-form:last-child {
  position: absolute;
  right: -50px;
   opacity: 0.7;
  bottom: -30px; 
  width: 241px;
  height: auto;
  z-index: -5;
}

.container form .descr {
  font-size:  20px;
  font-weight: 500;
  color: #e8e8e8;
  margin-bottom: 27px;
  margin-top: 27px;
  text-align: center;
}
.fruits-form-title {
  font-size: 2rem;
  text-align: center;
  color: var(--white);
}

.form {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.input, textarea {
  margin: 15px 0 15px 0;
  position: relative;
}
 .textarea-control--block-section {
  margin: 15px 0 15px 0;
  position: relative;
}

.input-control--block-section, .textarea-control--block-section{
  font-size: 100%;
  padding: 14px;
  margin: 20px 0;
  outline: none;
  color: #e8e8e8;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  background: transparent;
  border-radius: 13px;
  width: 100%;
  height: 49px;
  resize: none;
}

.input input, textarea {
  font-size: 100%;
  padding: 14px;
  outline: none;
  color: #e8e8e8;
  border: none;
  border-bottom:  1px solid #e8e8e8;
  background: transparent;
  border-radius:  13px;
  width: 100%;
  resize: none;
}
.input-control--block-section label {
  font-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #e8e8e8;
  padding: 14px;
  margin-left: 8px;
  pointer-events: none;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.input label {
  font-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #e8e8e8;
  padding:14px;
  margin-left: 8px;
  pointer-events: none;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.input-control--block-section::placeholder,
.textarea-control--block-section::placeholder
 {
  color: #fff;
  text-transform: uppercase;
}

.input :is(input:focus, input:valid)~label {
  transform: translateY(-50%) scale(.9);
  margin: 0em;
  padding: 0.4em;
  background: transparent;
}
.input-control--block-section :is(input:focus, input:valid)~label{
  transform: translateY(-50%) scale(.9);
  margin: 0em;
  padding: 0.4em;
  background: transparent;
}
.input textarea:focus ~ label,
.input textarea:valid ~ label {
  transform: translateY(-50%) scale(.9);
  margin: 0em;
  padding: 0.4em;
  background: transparent;
}
.textarea-control--block-section:focus ~ label,
.textarea-control--block-section:valid ~ label {
  transform: translateY(-50%) scale(.9);
  margin: 0em;
  padding: 0.4em;
  background: transparent;
}
.inputGroup :is(input:focus, input:valid) {
  border-color: rgb(37, 37, 211);
}
.inputGroup :is(.input-control--block-section:focus, .input-control--block-section:valid) {
  border-color: rgb(37, 37, 211);
}

.fruits-contact-form{
  display: flex;
  align-items: stretch;
  justify-content: center;
}

  .fruits-adres-contact {
  display: flex;
    padding:  20px;
    text-align: center; 
}

.fruitas-contact-list {
  width: 100%;
  background-image: url('board/fructis-board.png');
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding:15px;
  border-radius:  13px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.fruitas-contact-item {
  font-size: 21px;
  color: var(--white);
}
.fruitas-contact-item p{
  padding: 0 30px;
}
.fruitas-contact-item a {
  word-break: break-all;
  color: var(--white);
  pad: 0 30px;
}

.fruitas-contact-item a:hover {
  text-decoration: underline;
}

.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container-check {
  display: block;
  position: relative;
  cursor: pointer;
  font-size:  20px;
  user-select: none;
}

.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
  background-color: #ccc;
  border-radius: 100%;
  background: #e8e8e8;
  box-shadow: 3px 3px 5px #c5c5c5,
              -3px -3px 5px #ffffff;
  transition-duration: 0.5s;
}

.container-check input:checked ~ .checkmark {
  box-shadow: inset 3px 3px 5px #c5c5c5,
              inset -3px -3px 5px #ffffff;
}

.checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
}

.container-check input:checked ~ .checkmark:after {
  opacity: 1;
}

.container-check .checkmark:after {
  left: 0.45em;
  top: 0.25em;
  width: 0.25em;
  height: 0.5em;
  border: solid darkgray;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}
.fruits-check-wrap{
  display: flex;
  flex-direction: row;
  margin:  20px 0;
}
.fruits-prom-video-section {
  background: url('imagevault/bg-assets/opacity_bg-1680f40c2cacc3.png') no-repeat center / cover;
  color: #333;
  text-align: center;
  overflow: hidden;
}

.fruits-prom-video-wrap {
  max-width:  1299px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.video-wrap {
  background: #ffffff;
  border-radius: 15px; 
  overflow: hidden;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-wrap:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.video-wrap video {
  width: 100%;
  height: auto;
  display: block;
}

.list-player {
  padding: 30px 0 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
  flex-direction: row;
}

.list-player p {
  display: flex;
  flex-direction: column;  
  font-size: 15px; 
  width: 200px;
  justify-content: center;
  font-weight: bold;
  margin: 13px 0;
  color: #333;
  background-color: var(--white);
  border-radius:  15px;
  padding:  13px;
  border: 3px solid var(--color-border-3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.list-player p:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.list-player span {
  font-size: 2rem; 
  color: var(--color-border-3);
}

.fruits-table-section {
  color: #333;
}

.fruits-table-wrap {
  max-width:  900;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  padding: 20px;
  border-radius: 30px;
  box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;
}

.fruits-table-title-wrap h2 {
  position: relative;
  font-size: 2.5rem;
  margin-bottom: 27px;
  color: #4a2c2a;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}
.fruits-table-title-wrap h2::before,
.fruits-table-title-wrap h2::after {
  content: ''; 
  position: absolute;
  width: 100%; 
  height: 1px;
  background-color: #4a2c2a;
  transform: translateY(-50%);
}
.fruits-table-title-wrap h2::before {
  left: 0;
  top: 0;
}

.fruits-table-title-wrap h2::after {
  right: 0; 
  top: 100%;
}

.fruits-table-text p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 27px;
  line-height: 1.2;
}

.fruits-table-list {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}

.fruits-table-list tr {
  transition: background 0.3s ease;
}

.fruits-table-list tr:hover {
  background: rgba(255, 140, 66, 0.1); 
}

.fruits-table-list td {
  padding:  8px;
  font-size:  15px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-border-3);
  border-bottom: 1px solid #eaeaea;
}

.lider-award {
  width: 47px;
  height: auto;
}

.lider-ava {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fruits-table-list tr:hover .lider-ava {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.fruits-games-section {
   color: #333;
  display: flex;
  flex-direction: column;
  gap: 29px;
  align-items: center;
}
.fruits-games-card-wrap {
  text-align: center;
  width: 100%;
  margin-bottom: 29px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.1);
}
.fruits-games-card-title {
  position: relative;
  font-size: 2.5rem;
  margin-bottom: 29px;
  color: #4a2c2a;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}
.fruits-games-card-title::before,
.fruits-games-card-title::after {
  content: ''; 
  position: absolute;
  width: 100%; 
  height: 1px;
  background-color: #4a2c2a;
  transform: translateY(-50%);
}
.fruits-games-card-title::before {
  left: 0;
  top: 0;
}
.flex-boxHJR{
  display: flex;
  gap: 47px;
  flex-direction:  column-reverse;
}
.fruits-games-card-title::after {
  right: 0; 
  top: 100%;
}
.fruits-games-card-img img {
  width: 47%;
  object-fit: contain;
  border-radius:15px;
  box-shadow: 0 4px  13px rgba(0, 0, 0, 0.2);
}
.game-text ul li,
.game-text ol li {
  margin-bottom: 4px;
}
.game-text ul,
.game-text ol {
  margin-bottom: 13px;
  padding-left:  20px;
  list-style: inside;
}
.game-text a,.game-text table{
color: inherit;
}
.game-text p{
margin-bottom:  8px;
text-indent: 2ch;
}
.fruits-games-card-text {
  position: relative; 
  padding: 15px;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  overflow: hidden;

}
.fruits-games-card-text::before,
.fruits-games-card-text::after {
    content: ''; 
    position: absolute;
    border-radius: 47% 53% 56% 44% / 27% 77% 23% 73%;
    z-index: 1; 
    background: rgba(255, 150, 200, 0.3); 
    animation: rotate 10s linear infinite;
  }

.fruits-games-card-text::before {
    width: 241px;
    height: 241px;
    top: 10px;
    left: 30px;
    background: rgba(150, 200, 255, 0.3); 
    animation-duration: 8s;
  }

.fruits-games-card-text::after {
    width: 400px;
    height: 400px;
    bottom: 30px;
    right: 40px;
    animation-duration: 12s; 
}
@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
.fruits-form-btn{
  text-align: center;
}
.privacy-checkJK{
  font-size: 13px; 
  color: var(--white); 
  margin: 0  13px;
}
.check-privacy{
  color: var(--white); 
  font-size: 13px; 
  padding: 0 8px;
}
.fruits-games-iframe {
  width: 100%;
  margin: 0  auto;
}
.mt-big{
  margin: 30px 0;
}
.marCot{
  margin: 0 3px;
}
.fruits-games-iframe iframe {
  height:  445px;
  width: 100%;
  border-radius: 30px;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.fruits-faq-section {
  background: url('imagevault/bg-assets/opacity_bg-2680f40c2cad23.png');
  color: #333;
  position: relative;
  overflow: hidden;
}

.fruits-faq-wrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.faq-title  {
  position: relative;
  font-size: 2.5rem;
  margin: 20px 0;
  text-transform: uppercase;
  color: var(--white);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}
.faq-title::before,
.faq-title::after {
  content: ''; 
  position: absolute;
  width: 100%; 
  height: 1px;
  background-color: var(--white);
  transform: translateY(-50%);
}

.faq-title::before {
  left: 0;
  top: 0;
}

.faq-title::after {
  right: 0; 
  top: 100%;
}


.fruits-faq-accordion {
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  transition: all 0.3s ease;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: var(--brown-light);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight:  900;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: var(--brown);
}

.faq-question p {
  margin: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer p {
  margin: 15px 0;
  color: #555;
  line-height: 1.2;
}

.faq-toggle {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-toggle {
  transform: rotate(45deg);
}

.faq-item.open .faq-answer {
  max-height: 200px; 
}

.fruits-footer-section {
  background: #e4e4e4;
  color: #333;
}

.fruits-footer-wrap {
  max-width: 1299px;
  margin: 0 auto;
  padding:  20px;
  border:3px solid var(--color-border-3);
  border-radius: 50px; 
  box-shadow: 0 4px  13px rgba(0, 0, 0, 0.1); 
  text-align: center;
}

.fruits-footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:  13px;
  margin-bottom: 29px;
}

.fruits-footer-logo img {
  width: 57px;
  height: auto;
}

.fruits-footer-logo h1 {
  font-size: 1.8rem;
  color: var(--color-border-3);
  text-transform: uppercase;
  font-weight:900;
  letter-spacing: 2px;
  margin: 0;
}

.fruits-footer-menu-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.fruits-footer-menu {
  flex: 1;
  min-width: 200px;
  text-align: left;
}

.fruits-footer-menu a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 13px;
  transition: color 0.3s ease;
  font-weight:500;
}

.fruits-footer-menu a:hover {
  color: var(--color-border-3);
  text-shadow: 0 1px 1px rgba(40, 167, 69, 0.5);
}

.fruits-privacy-wrap{
  word-break: break-all;
  color: var(--white);
}
.fruits-privacy-wrap h2{
  position: relative;
  font-size: 2.5rem;
  margin:  20px 0;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}
.fruits-privacy-wrap h2::before,
.fruits-privacy-wrap h2::after {
  content: ''; 
  position: absolute;
  width: 100%; 
  height: 1px;
  background-color: var(--white);
  transform: translateY(-50%);
}

.fruits-privacy-wrap h2::before {
  left: 0;
  top: 0;
}

.fruits-privacy-wrap h2::after {
  right: 0; 
  top: 100%;
}
.fruits-privacy-wrap p{
  text-indent: 2ch;
}
.fruits-privacy-wrap ul li,
.fruits-privacy-wrap ol li {
  margin-bottom: 4px;
}
.fruits-privacy-wrap ul,
.fruits-privacy-wrap ol {
  margin-bottom: 13px;
  padding-left:  20px;
  list-style: inside;
}
.fruits-privacy-wrap a,.fruits-privacy-wrap table{
color: inherit;
}


.fruits-about-section {
  background: url('imagevault/bg-assets/opacity_bg-3680f40c2cad7e.png') no-repeat center center/cover;
}
.fruits-about-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.fruits-about-info {
  background: #fff;
  padding:  15px;
  border-radius: 13px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fruits-about-info:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px  13px rgba(0, 0, 0, 0.2);
}

.fruits-about-title {
    position: relative;
    font-size: 2.5rem;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    color:#4a2c2a;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
  }
  .fruits-about-title::before,
  .fruits-about-title::after {
    content: ''; 
    position: absolute;
    width: 100%; 
    height:  1px;
    background-color: #4a2c2a;
    transform: translateY(-50%);
  }
  
  .fruits-about-title::before {
    left: 0;
    top: 0;
  }
  
  .fruits-about-title::after {
    right: 0; 
    top: 100%;
  }

.fruits-about-text {
  font-size: 18px;
  color: #333;
  line-height: 1.2;
}
.fruits-about-text ul li,
.fruits-about-text ol li {
  margin-bottom: 4px;
}
.fruits-about-text ul,
.fruits-about-text ol {
  margin-bottom: 13px;
  padding-left:  20px;
  list-style: inside;
}
.fruits-about-text a,.fruits-about-text table{
color: inherit;
}
.fruits-about-text p{

text-indent: 2ch;
}
.fruits-about-video {
  display: flex;
  gap: 13px;
  justify-content: center;
  flex-wrap: wrap;
}

.fruits-about-video video {
  width: 100%;
  max-width: 300px;
  border-radius: 13px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.fruits-about-video video:hover {
  transform: scale(1.05);
  opacity: 0.9;
  box-shadow: 0 8px  15px rgba(0, 0, 0, 0.2);
}
.fruits-disclaimer-section {
  color: #f4f4f4;
}

.fruits-disclaimer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.disclaimer-title {
  font-size: 28px;
  font-weight: bold;
  color: red;
  background-color: var(--white);
  padding: 13px 15px;
  border-radius: 29px;
  border:3px solid red;
}

.disclaimer-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.fruits-disclaimer-img img {
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
  border:3px solid #ffcc00;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fruits-disclaimer-img img:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(255, 204, 0, 0.5);
}

.fruits-disclaimer-text {
  font-size: 18px;
  color: var(--white);
  max-width: 500;
  line-height:1.2;
}
.copyright-wild-west {
  text-align: center;
  background: #111;
  color: #888;
  padding: 13px;
  font-size: 14px;
  border-top: 1px solid #444;
}

.copyright-wild-west p {
  margin: 0;
}
.slide-from-bottom {
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1s, opacity 1s;
}


.slide-from-bottom.active {
  opacity: 1;
  transform: translateY(0);
}

.player-img{
  width: 100px; 
  height: auto;
   object-fit: contain;
}

@media screen and (max-width: 480px){
.fruits-games-cards{
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}
@media screen and (min-width: 480px) {
  .wrap-margin{
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .wrap-margin{
    max-width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .wrap-margin{
    max-width:  1200px;
  }
}



@media (max-width: 1200px) {
  .fruits-header-title img:first-child {
    left: 10px;
  }
  
  .fruits-header-title img:last-child {
    right: 10px;
  }
.fruits-benefits-list{
flex-wrap: wrap;
}

.fruits-contact-form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.fruits-adres-contact{
  width: 100%;
}

}
@media (max-width: 1024px){
.fruits-header-nav{
  flex-direction: column-reverse;
}
}



@media (max-width: 768px) {
  .fruits-privacy-wrap h2 {
    font-size: 20px;
  }
  .fruits-header-title img:first-child {
    left: 10px;
  }
  
  .fruits-header-title img:last-child {
    right: 10px;
  }
  .fruits-header-title img:first-child,
  .fruits-header-title img:last-child {
    width: 100px;
  }
  .rotate-image-form:first-child{
top: 30px;
width: 100px;
  }
  .rotate-image-form:last-child{
    right: -10px;
    width: 170px;
  }
  .fruits-header-logo h1 {
    font-size: 1.5rem;
}

.fruits-header-menu a {
    margin-left: 10px;
    font-size: 0.9rem;
}

.fruits-header-title h3 {
    font-size: 1.5rem;
  padding: 30px;
  width: 300px;
}
.fruits-header-title img {
    width: 80px;
}
.benefits-block-item {
  width: 100%;
  max-width: 350px;
}

.fruits-benefits-title {
  font-size: 2rem;
}

.benefits-block-icons p {
  font-size: 18px;
}

.fruits-games-title {
  font-size: 2rem;
}

.games-btn button {
  font-size: 18px;
}


.fruitas-contact-item {
  font-size: 18px;
}
.fruitas-contact-item {
  font-size: 18px;
}
.fruits-prom-video-wrap {
  flex-direction: column;
  gap: 15px;
}

.list-player p {
  font-size: 1.2rem;
}

.list-player span {
  font-size: 1.6rem;
}
.list-player {
  flex-wrap: nowrap;
  flex-direction: column;
}

.fruits-table-title-wrap h2,
.fruits-games-title-top,
.fruits-benefits-title,
.fruits-games-card-title,
.fruits-contact-title {
  font-size: 1.5rem;
}

.fruits-table-text p {
  font-size: 18px;
}

.fruits-table-list td {
  padding: 8px;
  font-size: 0.9rem;
}

.lider-award {
  width: 40px;
}

.lider-ava {
  width: 49px;
  height: 49px;
}
.fruits-games-card-title {
  font-size: 2rem;
}

.fruits-games-card-text {
  font-size: 1rem;
  padding: 13px;
}

.fruits-games-card-img img{
  width: 60%;
}

.fruits-games-card-text::before {
  width: 150px;
  height: 150px;
}

.fruits-games-card-text::after {
  width: 200px;
  height: 200px;
}
.container {
  width: 90%;
}
.fruits-faq-card {
  flex: 0 0 90%;
}

.fruits-question {
  font-size: 1.1rem;
}

.fruits-answer {
  font-size: 0.9rem;
}
.fruits-footer-logo{
  flex-direction: column;
}
.fruits-footer-menu-box {
  flex-direction: column;
  align-items: center;
  gap: 13px;
}

.fruits-footer-menu {
  text-align: center;
}
.fruits-about-wrap {
  flex-direction: column;
  align-items: center;
}

.fruits-about-video video {
  max-width: 100%;
}
.fruits-adres-contact {
  padding: 13px;
}

.fruits-adres-contact .fruits-adres-img {
  border-radius: 13px;
}

.fruitas-contact-item {
  font-size: 14px;
}

.fruits-about-title {
  font-size: 20px;
}
.fruitas-contact-list {
  padding:  47px 0;
}
}   



@media (max-width: 480px) {
  .input label {
    font-size: 14px;
  }
 
  .fruits-games-card-img img{
    width: 100%;
  }
  .fruits-header-title h3{
    width: 250px;
    padding: 0;
  }
  .fruits-header-title img:last-child{
    bottom: -70px;
  }
  .fruits-header-title img:first-child {
    top: -80px;
  }
  .fruits-table-wrap {
    padding: 13px;
}

.fruits-table-title-wrap h2,
.fruits-games-title-top,
.fruits-benefits-title,
.fruits-games-card-title,
.faq-title {
    font-size: 1.2rem;
}

.fruits-table-text p {
    font-size: 0.9rem;
}
.fruits-games-card-title{
font-size: 1.5rem;
}
.fruits-games-wrap{
  padding: 8px;
}
  .rotate-image-form:last-child{
    width: 100px;
    right: 0;
  }
  .rotate-image-form:first-child {
    width: 100px;
    left: -10px;
  }
  .fruits-header-logo h1 {
    font-size: 20px;
  }
}



.button-1 {
  background: var(--brown);
  color: var(--white);
  font-family: inherit;
  padding: 14px  20px;
  font-weight:900;
  font-size: 18px;
  border: 1px solid black;
  border-radius: 3px;
  box-shadow: 0.1em 0.1em;
  cursor: pointer;
}

.button-1:hover {
  transform: translate(-0.05em, -0.05em);
  box-shadow: 0.15em 0.15em;
}

.button-1:active {
  transform: translate(0.05em, 0.05em);
  box-shadow: 0.05em 0.05em;
}



.button-2{
  padding: 20px  27px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 47px;
  box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

.button-2:hover {
  background-color: var(--green);
  box-shadow: 0px 13px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.button-2:active {
  transform: translateY(-1px);
}
 

.button-3 {
  color: #ecf0f1;
  font-size:18px;
  background-color: rgb(198, 167, 74);
  border:  1px solid var(--brown-light);
  border-radius: 3px;
  cursor: pointer;
  padding: 13px;
  box-shadow: 0px 6px 0px var(--orange);
  transition: all 0.1s;
}

.button-3:active {
  box-shadow: 0px 2px 0px var(--orange);
  position: relative;
  top: 2px;
}


.button-4 {
  display: inline-block;
  padding:  14px 21px;
  margin: 13px;
  font-size:  18px;
  font-weight:  900;
  text-transform: uppercase;
  color: #fff;
  background-image: linear-gradient(to bottom right, var(--yellow), var(--orange));
  border: none;
  border-radius: 30px;
  box-shadow: 0px 4px 0px var(--green);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.button-4:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 0px green;
}

.button-4:active {
  transform: translateY(0px);
  box-shadow: none;
  background-image: linear-gradient(to bottom right, #0072ff, #00c6ff);
}

.button-4:before,
.button-4:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.button-4:before {
  top: -3px;
  left: -3px;
  border-radius: 30px;
  border-top: 3px solid #fff;
  border-left:3px solid #fff;
}

.button-4:after {
  bottom: -3px;
  right: -3px;
  border-radius: 30px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.button-5 {
  background-color: #e0e0e0;
  border-radius:  3px;
  box-shadow: inset 1px 1px 10px #bcbcbc, inset -4px -4px 10px var(--white);
  color: var(--brown);
  cursor: pointer;
  font-size: 18px;
  padding: 13px 30px;
  transition: all 0.2s ease-in-out;
  border: 1px solid rgb(206, 206, 206);
}

.button-5:hover {
  box-shadow: inset 1px 1px 5px #bcbcbc, inset -1px -1px 5px #ffffff, 1px 1px 5px #bcbcbc, -1px -1px 5px #ffffff;
}

.button-5:focus {
  outline: none;
  box-shadow: inset 1px 1px 5px #bcbcbc, inset -1px -1px 5px #ffffff, 1px 1px 5px #bcbcbc, -1px -1px 5px #ffffff;
}
