@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

body{
  direction: ltr;
  font-family: 'Mukta', sans-serif !important;
  line-height: 1.2;
  margin: 0px;
  padding: 0px;  
  background-color: #fff8dc;
  background-image: url("galleryarchive/back/opacity_bg-068b9906c6ed65.png");
  background-repeat: repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  opacity: 1;
  box-sizing: border-box;
  overflow-x: hidden;
}



:root{
--grey-l: #d2cccc;
--grey: #4b4646; 
--white: #ffffff;
--blue: rgb(5, 109, 147);
--green: #3b7a2f;
--ocean: #050842;
--orange: #d33d02;



--text-1: rgb(3, 58, 15);
--text-2: rgb(83, 49, 9);
--text-3: #FF4700;

}

a {
white-space: normal;
text-decoration: none;
}
ul {
padding-left: 0;
padding-right: 0;
}
li {
margin: 0 23px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
.farm__margin{
  padding: 0;
  margin: 0 auto;
  }
.farm__padding{
padding: 50px 15px;
}

.header__cont {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 27px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}
.header__cont a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo__link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.header__menu{
  display: flex;
  flex-direction: row;
  gap: 14px;
}
.header__menu a {
  background: #fff3c4;
  padding: 9px 14px;
  margin: 0 9px;
  border-radius: 9px;
  box-shadow: 2px 2px 4px #ccc;
  text-decoration: none;
    color: #5d6b2d;
    font-weight: 500;
    transition: color 0.3s;
}

.header__menu a:hover {
  color: #ff7f00;
}

.farm__head {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #ff5300, rgba(255, 165, 0, 0.9));
  overflow: hidden;
  border-bottom-left-radius: 100% 20%;
  border-bottom-right-radius: 100% 20%;
  padding: 27px;
}

.farm__head::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('galleryarchive/back/opacity_bg-168b9906c6ed8f.png');
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: 0;
}

.farm__head__text {
  flex: 1;
  z-index: 1;
  color: #fff;
  font-size: 29px;
  font-weight: 500;
  padding: 15px;
  text-shadow: 1px 1px 4px #000;
}

.head__img {
  flex: 1;
  max-width:  293px;
  z-index: 1;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.gambla__title {
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  font-size: 38px;
  color: #3b7a2f;
  margin-bottom:  32px;
}

.benefits__cont {
  text-align: center;
}

.benefits__farm {
  position: relative;
  overflow: hidden;
}

.benefits__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  justify-content: center;
}

.benefits__card {
  position: relative;
  background-color: #fff;
  border: 1px solid orange;
  border-radius:  5px;
  padding: 15px;
  width: 233px;
  text-align: center;
  color: #555;
  transition: all 0.3s ease;
  z-index: 1;
}

.benefits__card:hover {
  border-color: transparent;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.benefits__card img {
  width: auto;
  height: 145px;
  z-index: 2;
  position: relative;
}

.benefits__card::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  background: linear-gradient(88deg, #ff8600, #fff900);
  border-radius: 50% 50% 50% 50% / 82% 82% 18% 18%;
  z-index: -1;
  opacity: 0.9;

}


.steps__cont {
  text-align: center;
}

.steps__cont h2 {
  position: relative;
}

.step__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fffdf5;
  border: 3px dashed #89a54e;
  border-radius: 5px;
  padding: 15px 27px;
  margin-bottom: 27px;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.05), 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  gap: 15px;
}

.step__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.step__card span {
  background-color: #ffcc80;
  color: #5d4037;
  font-size: 1.8rem;
  font-weight: 500;
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.step__card p {
  flex: 1;
  font-size: 19px;
  color: #6d4c41;
  text-align: left;
  margin: 0;
}

.step__card img {
  width: 69px;
  height: 69px;
  object-fit: contain;
  border-radius: 11px;
  background-color: #fff;
  border: 2px solid #c5e1a5;
  padding: 4px;
}
.games__cont{
  text-align: center;
}
.games__farm {
  margin: 15px 0;
  background: linear-gradient(to right, #ff5300, rgba(255, 165, 0, 0.9));
  border-top-right-radius: 100% 10%;
  border-top-left-radius: 100% 10%;
  border-bottom-left-radius: 100% 10%;
  border-bottom-right-radius: 100% 10%;
}

.games__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  color: #333;
  font-size: 19px;
}

.game__card__farm {
  width: 100%;
  max-width:233px;
  border: 3px solid orange;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}

.game__card__farm:hover {
  border-color: transparent;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.game__img__farm img {
  width: 100%;
  height: 233px;
  object-fit: cover;
  display: block;
}

.game__title__s {
  padding: 14px;
}

.game__title__s h3 {
  color: #388e3c; 
  font-size: 25px;
  margin: 0 0 10px 0;
}

.game__title__s p {
  color: #5d4037;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}

.lider__farm {
  position: relative;
  overflow: hidden;
}

.lider__farm::before,
.lider__farm::after {
  content: "";
  position: absolute;
  top: 0;
  width: 234px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.lider__farm::before {
  left: 0;
  background-image: url("galleryarchive/other-dir/plants-trees-068b9906c6efac.png");
}
.lider__farm::after {
  right: 0;
  background-image: url("galleryarchive/other-dir/animals-068b9906c6eecb.png"); 
}

.lider__farm .lider__cont {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 804px;
  margin: auto;
}
.table__lider {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 3px solid #73a705;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 5px;
}

.lider__item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 15px;
  background: #f9f9f9;
  padding: 15px;
  border: 2px solid #d4ffaf;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.lider__item:hover {
  background-color: #f1ffe0;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.lider__img__aw {
  width: 69px;
  height: 69px;
  object-fit: contain;
}

.lider__avatar {
  width: 69px;
  height: 69px;
  border-radius: 50;
  border: 2px solid #f7941d;
}

.lider__item p {
  margin: 0;
  font-weight: 500;
  color: #047e00;
  font-size: 19px;
  text-transform: uppercase;
}

.dev__cont {
  display: flex;
  gap: 27px;
  flex-wrap: wrap;
  justify-content: center;
}

.dev__card {
  position: relative;
  width: 233px;
  padding: 27px 15px;
  background-color: rgba(255, 165, 0, 0.9);
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dev__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.dev__card img {
  width: 145px;
  height: 145px;
  object-fit: cover;
  border-radius: 45%;
  z-index: 2;
  position: relative;
}

.dev__card h3 {
  font-size: 25px;
  margin-top: 15px;
  color: #333;
}

.dev__card p {
  font-size: 17px;
  color: #666;
  margin-top: 14px;
}

.dev__blob {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -20%;
  left: -20%;
  background-color: rgba(255, 0, 102, 0.2);
  border-radius: 59% 41% 44% 56% / 56% 57% 43% 44%;
  z-index: 1;
  transition: background-color 0.3s ease;
}

.dev__card:hover .dev__blob {
  background-color: rgba(255, 0, 102, 0.3);
}
.about__cont{
  text-align: center;
}
.about__number__wrap{
  display: flex;
  flex-direction: column;
}
.about__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.about__img__wrap {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 567px;
  flex: 1;
}

.about__img__wrap img {
  width: 233px;
  border-radius: 15px;
  z-index: 2;
  position: relative;
  transition: transform 0.3s ease;
}

.about__img__wrap img:hover {
  transform: scale(1.03);
}

.about__svg {
  position: absolute;
  top: -95px;
  left: 0;
  height: 445px;
  z-index: 1;
  opacity: 0.7;
  pointer-events: none;
  fill: #ff7f00;
}

.about__text__farm {
  flex: 1;
  font-size:  19px;
  color: #388e3c;
  transition: color 0.3s ease;
}

.about__text__farm:hover {
  color: #2e7d32;
}

.playing__farm {
  position: relative;
  overflow: hidden;
  background-color: #fff8e1;
}

.playing__bg-icon {
  position: absolute;
  z-index: 1;
  opacity: 0.3;
  animation: flicker 3s infinite ease-in-out;
}

.playing__bg-icon img {
  height: 234px;
  width: auto;
}

.playing__cont {
  position: relative;
  z-index: 2;
  text-align: center;
}
.icon-1 {
  top: 20%;
  left: 5%;
  animation-delay: 0s;
}

.icon-2 {
  bottom: 20%;
  right: 10%;
  animation-delay: 1.5s;
}

@keyframes flicker {
  0%, 100% { opacity: 0.2; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.1); }
}

.playing__wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 27px;
}

.playing__item {
  background: #ffffff;
  padding: 23px;
  border-radius: 23px;
  width:  233px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.playing__item:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(255, 152, 0, 0.4);
}

.playing__item img {
  height: 90px;
  object-fit: contain;
  margin-bottom:  14px;
}

.playing__item p {
  font-size: 19px;
  color: #5d4037;
  margin-bottom: 9px;
}

.playing__item span {
  display: block;
  font-size: 27px;
  font-weight: 500;
  color: #388e3c;
}

.form__container {
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(244, 247, 251) 100%
  );
  border-radius: 5px;
  padding: 27px 27px;
  border: 5px solid rgb(255, 255, 255);
  box-shadow: #ff7f00 0px 30px 30px -20px;
}

.heading {
  text-align: center;
  font-weight: 500;
  font-size: 27px;
  color: var(--green);
}

.form__farm {
  margin-top: 23px;
}
.form__wr{
  display: flex;
  justify-content: center;
}

.form__farm .input,
.input-formlayout_component,
.textarea-formlayout_component {
  width: 90%;
  background: white;
  border: none;
  padding: 15px 23px;
  border-radius: 23px;
  margin: 15px 0;
  box-shadow: rgba(255, 165, 0, 0.9) 0px 10px 10px -5px;
  border-inline: 3px solid transparent;
}

.form__farm .input::-moz-placeholder,
.input-formlayout_component::-moz-placeholder,
.textarea-formlayout_component::-moz-placeholder {
  color: rgb(170, 170, 170);
}

.form__farm .input::placeholder,
.input-formlayout_component::placeholder,
.textarea-formlayout_component::placeholder {
  color: rgb(170, 170, 170);
}

.form__farm .input:focus,
.input-formlayout_component:focus,
.textarea-formlayout_component:focus {
  outline: none;
  border: 2px solid #12b1d1;
}


.form__img{
  position: relative;
  display: inline-block;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  margin: 23px;
  text-align: center;
  align-items: flex-end;
  justify-content: center;
}
.form__img__constr{
  width: auto;
  height: 293px;
  object-fit: cover;
}
.form__img__animal{
  width: auto;
  height: 145px;
}
.decorative__bg {
  position: absolute;
  bottom: 0;
  width: 60%;
  height: 50%;
  background: rgb(153 255 189 / 40%); 
  border-radius: 30% 70% 90% 10% / 78% 77% 23% 22%;
  z-index: 1;
  pointer-events: none;
}

.form__img img {
  position: relative;
  z-index: 2;
  display: block;
}
.privacy__cont{
  color: var(--green);
  font-size: 19px;
  word-break: break-all;
}
.wr__check{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0 35px;
}
.check__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
 }
 
 .check__container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
  margin: 0 10px;
 }
 
 .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
  background-color: #f9b112;
  border-radius: 5px;
  transition: all 0.5s;
 }
 
 .check__container input:checked ~ .checkmark {
  background-color: #d2fdd2;
  border: 2px solid #f9b112;
 }
 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  filter: drop-shadow(0 0 10px #888);
 }
 
 .check__container input:checked ~ .checkmark:after {
  display: block;
 }
 
 .check__container .checkmark:after {
  left: 0.3em;
  top: 0.05em;
  width: 0.3em;
  height: 0.65em;
  border: solid #343434;
  border-width: 0 0.2em 0.2em 0;
  border-radius: 4px;
  transform: rotate(45deg);
  animation: bounceFadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
 }
 
 @keyframes bounceFadeIn {
  from {
   transform: translate(0, -10px) rotate(45deg);
   opacity: 0;
  }
 
  to {
   transform: translate(0, 0) rotate(45deg);
   opacity: 1;
  }
 }

 .footer__cont a{
  display: flex;
  flex-direction: column;
  align-items: center;
 }
 .footer__farm {
  background: linear-gradient(to top, #f3f0e6, #d1e0b3);
  padding: 32px 23px 23px;
  color: #3e3e3e;
  border-top: 5px dashed #89a54e;
  position: relative;
}

.footer__cont {
  display: flex;
  flex-direction: column;
  gap: 27px;
  align-items: center;
}

.footer__cont a {
  text-decoration: none;
  color: #5d6b2d;
  font-weight: 500;
  transition: color 0.3s;
}

.footer__cont a:hover {
  color: #c13200;
}

.form__logo {
  width: 71px;
  height: auto;
}

.form__header__title {
  font-size: 26px;
  color: #89a54e;
  text-shadow: 1px 1px 0px #ff7f00;
  margin-top:  14px;
}

.footer__menu__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 40px 0;
}
.footer__menu__disclaimer{
  display: flex;
  flex-direction: column;
}
.footer__menu__form a {
  background: #fff3c4;
  padding: 5px  14px;
  border-radius:  9px;
  box-shadow: 2px 2px 4px #ccc;
}

.form__disclaimer__container {
  background: #ffe7e7;
  border: 3px dashed #ff0033;
  border-radius: 0px;
  padding: 23px;
  text-align: center;
  animation: pulse-border 2s infinite;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}

.form__disclaimer__title h2 {
  font-size: 25px;
  color: #b70000;
  font-weight: 500;
  margin-bottom: 14px;
}

.form__disclaimer__gambla h3 {
  font-size: 17px;
  font-weight: 500;
  color: #800000;
  margin-bottom: 14px;
}

.form__disclaimer__gambla img {
  width:  45px;
  height: auto;
  animation: blink 1.2s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.1; }
}

@keyframes pulse-border {
  0% {
    box-shadow: 0 0 5px #ff0033;
  }
  50% {
    box-shadow: 0 0 15px #ff0033;
  }
  100% {
    box-shadow: 0 0 5px #ff0033;
  }
}

.form__copyright {
  font-size: 17px;
  color: #6b6b6b;
  border-top: 1px solid #ccc;
  padding-top: 14px;
  text-align: center;
}

.contact__wrapper {
  width: 100%;
  padding: 27px 0;
  border-top: 3px dashed #a1cc58;
  border-image: linear-gradient(to right, transparent 10%, #a1cc58 50%, transparent 90%) 1 stretch;
  display: flex;
  justify-content: center;
}

.contact__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  max-width: 804px;
}

.contact__item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #c6ff99;
  font-weight: 500;
  text-shadow: 1px 1px 2px #40691c;
  font-size: 19px;
  transition: transform 0.3s;
}

.contact__item:hover {
  transform: scale(1.05);
}

.contact__item svg {
  width: 31px;
  height: 31px;
  flex-shrink: 0;
  fill: #60c015;
  filter: drop-shadow(0 0 6px #b6ff6d);
  transition: transform 0.3s ease;
}

.contact__item svg:hover {
  transform: scale(1.2) rotate(-5deg);
}

.contact__item a,
.contact__item p {
  color: #a9ff66;
  text-decoration: none;
  word-break: break-all;
}

.contact__item a:hover {
  text-decoration: underline;
}

.farm__contacts__form{
  display: flex;
  flex-direction: column;
}

.check__priv{
  color: var(--green);
}

.farm__video {
  position: relative;
  width: 100%;
  max-width: 804px;
  margin: 32px auto;
  border: 3px solid #a1cc58;
  border-radius: 45px;
  overflow: hidden;
}

.farm__video video {
  width: 100%;
  height: auto;
  display: block;
  background-color: #000;
}

.video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  transition: background 0.3s ease;
  z-index: 2;
}

.video__overlay:hover {
  background: rgba(0, 0, 0, 0.2);
}

.play__icon {
  width: 69px;
  height: 69px;
  transition: transform 0.3s ease;
}

.video__overlay:hover .play__icon {
  transform: scale(1.1);
}

.farm__video.playing .video__overlay {
  display: none;
}

.farm__form-video__wrap{
  display: flex;
  flex-direction: column-reverse;
}

.page__cont {
  display: flex;
  flex-direction: column;
}

.farm__page__wrap {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.farm__page__title__img__box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 27px;
  flex-wrap: wrap;
  justify-content: center;
}
.contact__wr{
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(244, 247, 251) 100%);
  border-radius: 40px;
  border: 5px solid rgb(255, 255, 255);
  box-shadow: #ff7f00 0px 30px 30px -20px;
}
.form__farm button{
  cursor: pointer;
}
.farm__title h2 {
  font-size: 38px;
  color: #6b8e23; 
  text-shadow: 1px 1px 2px #ccc;
  margin: 0;
}

.farm__page__img img {
  max-width: 233px;
  height: auto;
  object-fit: contain;
  border: 3px solid #a1cc58;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.farm__page__content {
  font-size: 19px;
  color: #3c3c3c;
  background: #fffdf8;
  padding: 15px;
  border-left: 5px solid #a1cc58;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.iframe__cont {
  width: 100%;
  height: 100vh;
  border: 3px dashed #b7e087;
  border-radius: 6px;
  overflow: hidden;
  background: #fffefc;
  margin-bottom: 30px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.iframe__cont iframe {
  border: none;
  width: 100%;
  height: 100%;
}


@media screen and (min-width: 320px) {
  .farm__margin{
    max-width: 320px;
  }
}
@media screen and (min-width: 480px) {
  .farm__margin{
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .farm__margin{
    max-width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .farm__margin{
    max-width: 1200px;
  }
}



@media (max-width: 1024px) {
  .about__content {
    flex-direction: column-reverse;
    text-align: center;
  }
}

  @media (max-width: 768px) {
    
    .header__cont{
      flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    }
    .header__menu{
    flex-wrap: wrap;
    justify-content: center;
    }
    .benefits__cards {
      flex-direction: column;
      align-items: center;
    }
    .step__card {
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      padding: 20px;
    }
  
    .step__card span {
      margin-bottom: 12px;
    }
  
    .step__card img {
      align-self: flex-end;
      margin-top: 16px;
    }
  
    .game__card__farm {
      width: 100%;
      max-width: 500px;
    }
    .lider__item {
      flex-wrap: wrap;
      align-items: center;
      text-align: center;
    }
  
    .lider__item p {
      font-size: 1rem;
    }

    .playing__bg-icon{
      display: none;
    }
    .dev__card {
      width: 90%;
      max-width: 360px;
    }
    .contact__items {
      flex-direction: column;
      align-items: center;
      gap: 25px;
    }
  
    .contact__item {
      justify-content: center;
      text-align: center;
      font-size: 1rem;
    }
  
    .contact__item svg {
      width: 22px;
      height: 22px;
    }
    .farm__page__title__img__box {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .farm__page__img img {
      max-width: 100%;
      width: 100%;
    }
  
    .farm__title h2 {
      font-size: 1.8rem;
    }

  .farm__head__text{
    font-size: 26px;
  }
  }

  @media (max-width: 600px) {
    .playing__wrap {
      align-items: center;
    }
    .lider__farm::after,
    .lider__farm::before{
      display: none;
    }
    .playing__item {
    width: 300px;
    }
    .footer__menu__form {
      align-items: center;
    }
  
    .form__header__title {
      font-size: 1.4rem;
      text-align: center;
    }
  
    .form__disclaimer__container {
      font-size: 0.9rem;
      padding: 15px;
    }
    .play__icon {
      width: 60px;
      height: 60px;
    }
  }


@media (max-width: 480px) {
  .gambla__title{
    font-size: 24px;
  }
.farm__head__text{
  font-size: 1rem;
}
.head__img{
  max-width: 200px;
}
.playing__item{
  max-width: 200px;
}
.form__img__constr{
  height: auto;
  width: 220px;
}
.form__img img{
  display: none;
}
.benefits__card{
  width: 200px;
}
.about__svg {
  height: 300px;
}

.form__farm .input,
.input-formlayout_component,
.textarea-formlayout_component {
  width: 80%;
}
.form__container{
  padding: 25px;
}
.farm__title h2 {
  font-size: 1.5rem;
}

.farm__page__content p {
  font-size: 1rem;
  padding: 16px;
}


}

@media (max-width: 375px) {
.games__farm {
  border-top-right-radius: 100% 5%;
  border-top-left-radius: 100% 5%;
  border-bottom-left-radius: 100% 5%;
  border-bottom-right-radius: 100% 5%;
}

.dev__cont {
  gap: 20px;
}

.dev__card {
  padding: 20px 15px;
}

.dev__card h3 {
  font-size: 1rem;
}

.dev__card p {
  font-size: 0.9rem;
}

.dev__card img {
  width: 80px;
  height: 80px;
}
}



.button-1 {
  position: relative;
  font-size: 17px;
  padding: 14px 21px;
  background-color: var(--text-3);
  text-decoration: none;
  border: none;
  margin: 9px;
  border-radius: 5px;
  color: var(--white);
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
}

.button-1::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgb(33 33 33 / 4%) 0%, rgba(33, 33, 33, 1) 50%, #17008b 50%, var(--blue) 60%);
  border-radius: 0 0 0.5em 0;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.button-1:hover::before {
  width: 1.6em;
  height: 1.6em;
}

.button-1:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(0.1em, 0.1em);
}



.button-2 {
  height: 50px;
  border: none;
  border-radius: 5px;
  background: var(--text-3);
  padding: 15px 27px;
  font-size: 17px;
  color: var(--white);
  font-family: inherit;
  font-weight: 500;
 }
 
 .button-2:hover {
  animation: swing 0.5s ease-in-out;
 }
 
 @keyframes shake3856 {
  0% {
   -webkit-transform: translate(0);
   transform: translate(0);
  }
 
  20% {
   -webkit-transform: translate(-2px, 2px);
   transform: translate(-2px, 2px);
  }
 
  40% {
   -webkit-transform: translate(-2px, -2px);
   transform: translate(-2px, -2px);
  }
 
  60% {
   -webkit-transform: translate(2px, 2px);
   transform: translate(2px, 2px);
  }
 
  80% {
   -webkit-transform: translate(2px, -2px);
   transform: translate(2px, -2px);
  }
 
  100% {
   -webkit-transform: translate(0);
   transform: translate(0);
  }
 }
 

.button-3 {
  position: relative;
  background-color: var(--text-3);
  display: flex;
  align-items: center;
  color: white;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding: 14px;
  gap: 14px;
  border-radius: 0px;
  cursor: pointer;
}

.button-3 ::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -4px;
  top: -1px;
  margin: auto;
  width: 128px;
  border-radius: 0px;
  background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100% );
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.button-3::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, var(--grey-l) 0%, var(--grey) 100% );
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.button-3:hover::after {
  filter: blur(30px);
}

.button-3:hover::before {
  transform: rotate(-180deg);
}

.button-3:active::before {
  scale: 0.7;
}


.button-4 {
  font-size: 1.5rem;
  color: #fafafa;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #fafafa;
  background: var(--blue);
  box-shadow: 3px 3px #fafafa;
  cursor: pointer;
  margin: 35px 0;
}

.button-4:active {
  box-shadow: none;
  transform: translate(3px, 3px);
}
.button-5,
.button-5:focus {
  font-size: 17px;
  padding: 14px 23px;
  border-radius: 9px;
  background-image: linear-gradient(#da965e, #ff7f00);
  border: 1px solid rgb(50, 50, 50);
  border-bottom: 5px solid rgb(50, 50, 50);
  box-shadow: 0px 1px 6px 0px rgb(158, 129, 254);
  transform: translate(0, -3px);
  cursor: pointer;
  transition: 0.2s;
  transition-timing-function: linear;
}

.button-5:active {
  transform: translate(0, 0);
  border-bottom: 2px solid rgb(50, 50, 50);
}


.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}
