@import url('https://fonts.googleapis.com/css2?family=Teachers:ital,wght@0,400..800;1,400..800&display=swap');

:root{
  --white:white;
  --black:black;

 --bg-body-1:#95e895;
 --bg-body-2:#4B715F;
 --bg-body-3:#5C4433;
 --bg-body-4:#9C5B3D;
 --bg-body-5:#3E4A59;

 --bg-body:var(--bg-body-4);

--color-1:#ffc756;
--color-2:#e4844d;
--color-3:#05f30e;
--color-4:#eeb37b;
--color-5:#f8a538;

--card-main:var(--color-4);

--svg-1:#ffaa00;
--svg-2:#7c5300;
--svg-3:#05f30e;
--svg-4:#ff7300;
--svg-5:#e5d933;

--svg-main:var(--svg-4);

--font-size-18-20:20px;
--font-weight-bold:800;
--font-size-20-28:27px;
--border-size-1-2: 2px;

--padding-13-16:13px;
--padding-15-18:18px;
--padding-12-14:12px;
--border-r:29px;
--padding-18-22:18px;
--sec-padd:37px 0px;
--margin25:20px 0px;

--gap-30-40:36px;
--gap-25-30: 23px;
--transition:all 0.3s ease;

}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

button{
  border: none;
  cursor: pointer;
}
ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

body{
  overflow-x: hidden;
  line-height: 1.4;
  direction: ltr;
  font-family: 'Teachers', sans-serif !important;
  font-size: 20px;
  margin: 0;
  padding: 0px;
  background-size: cover;
  background-position: center;
  
}



a{text-decoration: none;
  transition:var(--transition);
}

img{
  width: 100%;
  display: block;
}


.tabl-tk{
  position: relative;
  width: 100%; 
  max-width: 1200px; 
  margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
  box-sizing: border-box;
}
.farm-sec-tk{
  padding:45px  0px;
}
#tk-farm-game1{
  display:block;
}

.box-title-tk{
  display: flex;
  justify-content: left;
}
.title-tk {
  position: relative;
  margin: 20px 0px;
  font-size:clamp(18px,4vw,37px);
  font-weight: 500;

  text-transform: capitalize;
  background: linear-gradient(to right, var(--card-main) 50%, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.logotip-farm-tk{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--padding-12-14);
}

.logotip-farm-tk img{
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.logotip-farm-tk span{
  font-size: var(--gap-25-30);
  font-weight: 800;
  color: var(--card-main);
}
.header-menu-tk{
    
      top: 60px;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      z-index: 10;
}
@media (max-width:575px) {
  .header-menu-tk{width: 100%;}
}
.thumb-menu-header-tk{
  display: flex;
  gap: var(--gap-25-30);
 background-color: #202020;
 padding: var(--padding-12-14);
 border-radius: 100px;
 flex-wrap: wrap;
 justify-content: center;
 text-align: center;
}
.menu-farm-tk_link-tk{
  color: var(--white);
transition: all 0.2s ease;
}
.menu-farm-tk_link-tk:hover{
  background: linear-gradient(to right, var(--card-main) 50%, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-thumb-tk-bg{
  display: flex;

}
@media (max-width:991px) {
  .hero-thumb-tk-bg{
    height: 561px;
  }
}
.box-logotip-farm-tk{
  z-index: 2;
}
.hero-box-txt-tk{
  background: var(--bg-body);

  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--font-size-18-20);
  align-items: center;
}
.decor-hero-img1-tk{
  position: absolute;
   left: 43px;
  top: 43px;
 
}
.decor-hero-img1-tk img{
    width: 79px;
    height: 54px;
    object-fit: contain;
}
.decor-hero-img2-tk img{
  width: 79px;
  height: 54px;
  object-fit: contain;
}
.decor-hero-img3-tk img{
  width: 79px;
  height: 54px;
  object-fit: contain;
}
.decor-hero-img2-tk{
  position: absolute;
   left: 90px;
   bottom: 43px;
 
}
.decor-hero-img3-tk{
  position: absolute;
   right: 43px;
   bottom: 43px;

}
.zabor-tk {
  position: absolute;
    bottom: 0;
  width: 100%;
  height: 43px ; 
  background-image: url('galleryarchive/other/fence-06888893d5d8f5.png');
  background-repeat:repeat; 
  background-size: contain;    

}
.shapedecor-bg-tk{
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
width:80%;
height:80%;
  transform: translate(-50%, -50%);
}
@media (max-width:575px) {
  .shapedecor-bg-tk{
    position: absolute;
  width:100%;
  height:100%;
}}
@media (min-width:576px) and (max-width:991px) {
  .shapedecor-bg-tk{
    position: absolute;
  width:55%;
  height:100%;
}}
.shapedecor-bg-tk img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.txt-hero-start-tk{
  z-index: 2;
  color: var(--white);
}
.hero-box-slider-tk{
 flex: 1;
}
@media (max-width:991px) {
  .hero-box-slider-tk{
    display: none;
  }
}
.slider {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  margin: auto;
}
.slides {
  direction: initial;
  display: flex;
  width: 300%;
  transition: transform 0.5s ease-in-out;
}
.slide {
  width: 100%;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height:561px;
  object-fit: cover;
  display: block;
}
.dots {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 9px;
  background: #111;
  padding: 9px;
  border-radius:  19px;
}
.dot {
  width: 12px;
  height: 12px;
  background-color: #444;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.dot.active { 
  background-color: var(--card-main);
  border: 1px solid var(--card-main);
  box-shadow: 0 0 0 2px #111;
}
.gradient-text {
  background: linear-gradient(to right, var(--card-main) 50%, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 37px; 
}

.rand-about-benef-tk{
  display: flex;
  flex-direction: column;
}
.about-sec-farm-tk{
  background-color: var(--bg-body);
}
.thumb-about-farm-tk {
  display: flex;
  gap:var(--gap-30-40);
  flex-wrap: wrap;
  flex-direction: column; 
  align-items: center;
}
.about-video-rand-tk{
  flex-direction: row-reverse;
}
@media (max-width:991px) {
  .about-video-rand-tk{
    flex-direction: column; 
  }
}
.box-about-page-farm-tk{
  flex: 1;
}
.txt-about-txt-farm-tk{
  color: var(--white);
  text-align: center;
}
.thumb-stats-about-farm-tk{
  display: flex;
  gap:var(--gap-30-40);
  flex-wrap: wrap;
  justify-content: center;
}
.stats-about-farm-tk {
  width: 100%;
  border: var(--border-size-1-2) solid var(--card-main);
  padding: var(--padding-18-22);
  border-radius: var(--border-r);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width:768px) and (max-width:991px) {
  .stats-about-farm-tk {
    width:calc(50% - var(--gap-30-40));
  }
}
@media (min-width:992px) {
  .stats-about-farm-tk {
    width:calc(33% - var(--gap-30-40));
  }
}

.num-stats-farm-tk{
  font-weight: 800;
  font-size:43px;
  color: var(--card-main);
}
.txt-stats-farm-tk{
  color: var(--white);
  font-size: var(--padding-18-22);
}
.btn-about-farm-tk{
  display: flex;
  margin: var(--margin25);
  justify-content: center;
}
.video-section-tk {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.video-bg-tk {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-r);
}

.sec-benef-tk{
  position: relative;
  background-image: url(galleryarchive/background/bg-all-06888893d5d6e0.jpg);
  background-repeat: no-repeat; 
  background-size: cover;    
  background-position:center; 
  background-attachment: fixed;
}
.sec-benef-tk::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.52);

}
.svg-color-tk path{
 
  stroke: var(--svg-main);
}
.svg-color-tk circle{
 
  stroke: var(--svg-main);
}

.thumb-benef-tk{
  display: flex;
  gap: var(--padding-12-14);
  flex-wrap: wrap;
  justify-content: center;
}
.box-benef-tk{
  background-color: var(--bg-body);
  width: 100%;
  padding: var(--padding-12-14);
  border-radius: var(--border-r);
  display: flex;
  flex-direction:  row-reverse;
  justify-content: space-around;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transform-style: preserve-3d;
}
.box-benef-tk:hover {
  transform: scale(1.05) rotateY(5deg) rotateX(2deg);
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}
@media (min-width:320px) and (max-width:575px) {
  .box-benef-tk{
    gap: var(--padding-13-16);
    flex-direction: column;
  }
}
@media (min-width:767px) and (max-width:991px) {
  .box-benef-tk{
    width: calc(50% - var(--padding-12-14));
  gap:9px;
    align-items: center;
  }
}
@media (min-width:992px) and (max-width:1023px){
  .box-benef-tk{
    flex-direction: column;
    width: calc(33% - var(--padding-12-14));
  }
}
@media (min-width:1024px){
  .box-benef-tk{
    flex-direction: column;
    width: calc(25% - var(--padding-12-14));
  }
}
.box-svg-benef-tk{
  display: flex;
  justify-content: flex-start;
}
.txt-benef-tk{
  text-align:left;
  color: var(--white);
}

.sec-farm-gm1-tk{
  background-color: var(--bg-body);
}
.thumb-farm-gm1-tk{
  display: flex;
  gap: var(--gap-30-40);
  flex-wrap: wrap;
}
.box-farm-gm1-tk {
  width: 100%;
  transition: transform 0.2s ease;
}
@media (min-width:992px) {
  .box-farm-gm1-tk {
    width: calc(50% - var(--gap-30-40));
  }
}
.box-farm-gm1-tk:hover{
  transform: translateY(-10px);
}
.box-gm1-tk-abs-tk{
  position: relative;
  height: 326px;
}
@media (max-width:575px) {
  .box-gm1-tk-abs-tk{
    position: relative;
    height: 200px;
  }
}

.box-farm-img-gm1-tk {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;

  transform: translate(-50%, -50%);
}
.box-farm-img-gm1-tk img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.farm-img-gm1-tk img {
  width: 70%;
  border-radius: var(--border-r);
  height: calc(326px - 120px);
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@media (max-width:575px) {
  .farm-img-gm1-tk img {
    width: 45%;
    height: calc(200px - 70px);
  }
}
@media (min-width:576px) and  (max-width:991px) {
  .farm-img-gm1-tk img {
    width: 45%;}
}
@media (min-width:992px) and  (max-width:1024px) {
  .farm-img-gm1-tk img {
    width: 45%;
    height: calc(326px - 135px);
  }
}
.title-farm-img-gm-tk{
  text-align: center;
  position: relative;
  font-size:clamp(22px,4vw,29px);
  font-weight: 500;

  text-transform: capitalize;
  background: linear-gradient(to right, var(--card-main) 50%, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec-farm-gm2-tk{
  position: relative;
  background-color: var(--bg-body);
}
.sec-farm-gm2-tk::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(galleryarchive/background/opacity_bg-06888893d5d77d.png);
  background-repeat: no-repeat; 
  background-size: cover;    
  background-position:center; 
  background-attachment: fixed;
}
.thumb-farm-gm2-tk{
  display: flex;
  gap: var(--gap-30-40);
  flex-wrap: wrap;
}
.box-farm-gm2-tk{
  width: 100%;
  background-color: var(--svg-main);
  padding:var(--gap-30-40) var(--padding-18-22) var(--gap-25-30);
  border-radius: var(--border-r);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  will-change: transform;
}


.box-farm-gm2-tk:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media (min-width:991px) {
  .box-farm-gm2-tk{
    width: calc(50% - var(--gap-30-40));
  }
}
.title-farm-gm2-tk{
  text-align: center;
  color: var(--white);
}
.txt-farm-gm2-tk{
  color: var(--white);
  margin: var(--padding-12-14) auto;
}
.box-img-farm-gm2-tk{
  height: 326px;
}
.box-img-farm-gm2-tk img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-r);
}

.sec-step-tk{
  position: relative;
  background-image: url(galleryarchive/background/bg-all-16888893d5d70f.jpg);
  background-repeat: no-repeat; 
  background-size: cover;    
  background-position:center; 
  background-attachment: fixed;
}
.sec-step-tk::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.92);

}
.all-thumb-step-tk{
  display: flex;
  gap: var(--gap-30-40);
  flex-direction: column;
}
.thumb-step-tk{
  justify-content: space-between;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width:767px) {
  .thumb-step-tk{
    flex-direction: column;
    gap: var(--padding-12-14);
  }
}
.num-step-tk{
  background: linear-gradient(to right, var(--card-main) 50%, #ffffff 60%);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 37px;
  width: 100%;
  max-width: 54px;
  height: 54px;
  margin-top: 42px;
  display: flex;
  color:var(--black);
}
.circle-step-tk{
  position: relative;
  background-color: var(--svg-main);
    border-radius: 100%;
    flex: none;
    width: 18px;
    height: 18px;
    margin-top: 59px;
}
.block-circle-step-tk{
  position: relative;
}
.block-circle-steps-tk{
  position: relative;
}
@media (max-width:767px) {
  .block-circle-step-tk{
    display: none;
  }
  .block-circle-steps-tk{
    display: none;
  }
}
.block-circle-steps-tk::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: var(--border-size-1-2);
  height: 100%;
  background-color: #333; 
  transform: translateX(-50%);
}
.block-circle-step-tk::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: var(--border-size-1-2);
  height: 125%;
  background-color: #333; 
  transform: translateX(-50%);
}
.txt-step-tk{
  transition: all 0.2s ease;
  color: var(--white);
  background-color: var(--bg-body);
  border: var(--border-size-1-2) solid #fff3;
  border-radius: 12px;
  width: 100%;
  padding: var(--font-size-20-28);
  box-shadow: 0 34px 94px #00000008;
}
.txt-step-tk:hover{
  transform: translateY(-10px);
}
@media (min-width:768px) {
  .txt-step-tk{
    max-width: 561px;
    padding: 43px;
  }
}

.farm-page-sec-tk{
  background-color: var(--bg-body);
}

.content-main-games-tk{
  color: var(--white);
}
.content-main-games-tk li {
  list-style: disc;
}
.rand-games-pg-tk{
  display: flex;
  gap:var(--padding-12-14);
  flex-direction: column;
}
.box-frame-games-tk iframe{
  width: 100%;
  height: 100vh;
  margin: var(--margin25);
}
.box-img-main-games-tk{
  display: flex;
  align-items: center;
  margin: var(--gap-25-30) auto;
  position: relative; 
}

.main-img-games-tk{
  height: 495px;
  width: 100%;
  object-fit: contain;
}

@media (max-width:575px) {
  .main-img-games-tk {
    height: auto;
  }
  .box-img-main-games-tk{
    width:100%;
    height:auto;
  }
}
@media (min-width:576px) and (max-width:991px) {

  .box-img-main-games-tk{
    width: 100%;
    height:auto;
  }
}
@media (min-width:992px) {
  .box-img-main-games-tk {
    float: none;
    margin: 30px;
  }

}
.gall-sec-tk{
  background-color: var(--bg-body);
}
.gallery-anw {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--padding-15-18);
  padding:var(--font-size-18-20);
}

.gallery-item-anw {
  flex: 1 1 200px;
  max-width: 300px;
  border-radius: var(--border-r);
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  height: 326px;
}

.gallery-item-anw img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.gallery-item-anw:hover img {
  transform: scale(1.05);
  filter: brightness(85%);
}

.form-sec-tk{
  background-color: var(--bg-body);
}
.thumb-form-tk {
  display: flex;
  gap: var(--gap-30-40);
  align-items: center;
flex-direction: row-reverse;
}

.box-form-tk {
  flex: 1;
}
@media (max-width:991px) {
  .img-box-form-tk{
    display: none;
  }
}
.forma-tk {
  display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}
.forma-tk label{
  font-weight: 500;
margin-bottom: 15px;
  color: var(--white);
}

.input-custom__area_item,
.textarea-custom__area_item,
.input-contact-tk
{
  border: none;
  outline: none;
  border-radius: 15px;
  padding: 1em;
  margin-bottom:var(--padding-13-16);
  background-color: #ccc;
  box-shadow: inset 2px 5px 10px rgba(0,0,0,0.3);
  transition: 300ms ease-in-out;
}
.textarea-custom__area_item{
  resize: none;
  min-height: 54px;
}
.input-custom__area_item:focus,
.textarea-custom__area_item:focus,
.input-contact-tk:focus{
  background-color: white;
  transform: scale(1.05);
  box-shadow: 13px 13px 100px var(--card-main),
             -13px -13px 100px #ffffff;
}
.input-custom__area_item:active,
.textarea-custom__area_item:active,
.input-contact-tk:active{
  background-color: white;
  transform: scale(1.05);
  box-shadow: 13px 13px 100px var(--card-main),
             -13px -13px 100px #ffffff;
}
.check-box-tk {
  display: flex;
    align-items: center;
    margin: var(--font-size-20-28) 0px;
    justify-content: center;
}

.check-form-tk {
  color: var(--white);
}
.privacy-link-tk {
  color: var(--white);
}
.privacy-link-tk:hover{
  color: var(--card-main);
}
.btn-box-form-tk {
  display: flex;
  justify-content: center;
}

.farm-contats-sec-tk{
  background-color: var(--bg-body);
}
.thumb-form-contact-tk{
  display: flex;
gap: var(--gap-25-30);
align-items: center;
}
@media (max-width:767px) {
  .thumb-form-contact-tk{
    align-items: center;
    flex-direction: column;
  }
}
.form-contacts-tk{
  display: flex;
  flex-direction: column;
  gap: var(--padding-12-14);
width: 100%;
}
@media (min-width:768px) {
  .form-contacts-tk{

    flex: 1;
  }
  .box-adr-cont-tk{
    flex: 1;
  }
}

.box-adr-cont-tk{
  display: flex;
  gap:var(--padding-12-14);
  flex-direction: column;
}
.link-contacts-tk{
  background: linear-gradient(to right, white 50%, white 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}
.link-contacts-tk:hover{
  background: linear-gradient(to right, var(--card-main) 50%, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.geo-contacts-tk{
  background: linear-gradient(to right, var(--card-main) 50%, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-bg-sec-tk{
  background-color:#2e2219 ;
}
.cont-img-cont-tk{
  height: 203px;
}
.cont-img-cont-tk img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-r);
}
.thumb-discl-tk{
position: relative;
display: flex;
align-items:center;
  flex-direction: column;
  padding: 56px;
}
@media (max-width:575px) {
  .thumb-discl-tk{
    padding: 35px;
  }
}
.bg-discl-tk{
  overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}
.bg-discl-tk img{
  width: 100%;
  height: 100%;

}
.box-txt-discl-tk{
  position: relative;
  text-align: center;
  color: var(--white);
  font-size: 20px;
}
@media (min-width:576px) {
  .box-txt-discl-tk{
 
    padding: 18px;}
}
.box-img-discl-tk{
  display: flex;

  position: relative;
  margin:var(--margin25);
  width: 79px;
  height: 79px;
}
.box-img-discl-tk img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.thumb-ft-link-tk{
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--padding-18-22);
  justify-content: center;
  margin: var(--margin25);
}
.ft-link-tk{
  background: linear-gradient(to right, var(--card-main) 50%, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ft-link-tk:hover{
  background: linear-gradient(to right, white 50%, white 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.foter-block-tk{
  display: flex;
  justify-content: center;
  margin: var(--margin25);
      align-items: center;
      gap: var(--padding-12-14);
}
@media (max-width:575px) {
  .foter-block-tk{
    flex-direction: column;
  }
  .title-tk {
    font-size: 20px;
  }
}
.txt-copy-tk{
  color: var(--white);
}
.site-title-footer-tk{
  text-align: center;
  font-weight: 800;
  font-size: 26px;
  color:var(--white);
}
.priva-sec-tk{
  background-color: var(--bg-body);
}
.privacy-tk{
  color: var(--white);
}
.privacy-tk li{
  margin: 0px 30px ;
 list-style: square;
}
.privacy-tk p{
  padding: 4px 0px;
}
.privacy-tk li{
  padding: 4px 0px;
}


.btn-farm-1 {
  position: relative;
padding: var(--font-size-18-20) var(--padding-12-14);
  border-radius:var(--border-r);
  border: none;
  background-color: var(--svg-main);
  color: white;
  box-shadow: 0px 10px 10px rgb(210, 187, 253) inset,
  0px 5px 10px rgba(5, 5, 5, 0.212),
  0px -10px 10px var(--svg-main) inset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-farm-1::before {
  width: 70%;
  height: 2px;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.678);
  content: "";
  filter: blur(1px);
  top: 7px;
  border-radius: 50%;
}

.btn-farm-1::after {
  width: 70%;
  height: 2px;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.137);
  content: "";
  filter: blur(1px);
  bottom: 7px;
  border-radius: 50%;
}

.btn-farm-1:hover {
  text-decoration: none;
  color: var(--white);
  animation: jello-horizontal 0.9s both;
}

@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

 .btn-farm-2{
  padding: 1.3em 3em;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color:var(--black);
  background-color: var(--white);
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease 0s;
  cursor: pointer;
  outline: none;
}

.btn-farm-2:hover {
  background-color: var(--card-main);
  box-shadow: 0px 15px 20px var(--card-main);
  color: var(--white);
  transform: translateY(-7px);
}

.btn-farm-2:active {
  transform: translateY(-1px);
}
.btn-farm-3 {
padding: var(--padding-13-16) 10px;
  border: none;
  border-radius: var(--border-r);
  background: var(--svg-main);
  font-size:var(--padding-15-18);
  color: var(--black);
  font-family: inherit;
  font-weight: 500;
 }
 
 .btn-farm-3:hover {
  animation: shake3856 0.3s linear infinite both;
 }
 
 @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);
  }
 }
 .btn-farm-4 {
  padding:var(--padding-13-16) var(--gap-25-30);
  border: none;
  border-radius: var(--padding-12-14);
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--svg-main);
  transition: all 1000ms;
  font-size: var(--padding-15-18);
  position: relative;
  overflow: hidden;
  outline: var(--border-size-1-2) solid var(--svg-main);
}

.btn-farm-4:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: var(--border-size-1-2) solid var(--svg-main);
  box-shadow: 4px 5px 17px -4px var(--svg-main);
}

.btn-farm-4::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--svg-main);
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.btn-farm-4:hover::before {
  width: 250%;
}

.btn-farm-5 {
  color: var(--card-main);
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid  var(--card-main);
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  font-weight: 800;
  background: transparent;
  position: relative;
  transition: all 1s;
  overflow: hidden;
}

.btn-farm-5:hover {
  color: white;
}

