@font-face {
  font-family: "FairyTaleJF";
  src: url("../fonts/FairyTaleJF.eot");
  src: url("../fonts/FairyTaleJF.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FairyTaleJF.woff2") format("woff2"),
    url("../fonts/FairyTaleJF.woff") format("woff"),
    url("../fonts/FairyTaleJF.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.home {
  overflow: hidden;
}
body {
  font-family: "FairyTaleJF";
  overflow-x: hidden;
}
body.custom-background {
  background: #beebe0;
}
img {
  max-width: 100%;
  width: 100%;
}
video {
  width: 43vw;
  border-radius: 10px;
}

.modal {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.fade:not(.show) {
  pointer-events: none;
  display: none !important;
}

.modal-dialog {
  width: fit-content;
  max-width: unset;
  margin: 0 auto;
}

.modal-content {
  background-image: url(https://woodrunnergames.com/wp-content/uploads/2024/08/KeyArt_Croak_BG_vf-1.png);
  background-size: cover;
  padding: 0;
  background-repeat: no-repeat;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  aspect-ratio: 16 / 9;
  width: 80vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 5vw 0;
}

.modal-header {
  border: none;
}

.modal-title {
  font-size: 48px;
  line-height: 48px;
  background: -webkit-linear-gradient(#f4b8ba, #f6e096);
  background: linear-gradient(#f4b8ba, #f6e096);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px black;
}

.container {
  width: 100%;
  max-width: 1280px;
}

.container-md {
  max-width: 1180px;
}

.container-sm {
  max-width: 890px;
}
a,
.btn,
button {
  cursor: pointer;
  transition: all 0.35s ease-in;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  -ms-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
}

a,
button {
  cursor: pointer;
}

strong {
  font-weight: 700;
}

small {
  font-size: 91%;
}

a,
.btn {
  outline: none !important;
}

a {
  color: inherit;
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline;
}

p,
ul {
  margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
button,
button:focus {
  outline: none;
}
.socials{
  gap: 8px;
}

.socials a{
  width: 32px;
  height: 32px;
  display: flex;
  border-radius: 24px;
  background-color: #7f2d5e;
}
.socials a:hover{
  background-color: #cb74a6 !important;
}

.socials a img{
  margin: auto;
  max-width: 20px;
  max-height: 20px;
  transition: all 0.35s ease-in;
}
.croak-header .menu-item-1160 {
    display: none;
}
.header #bootscore-navbar li a {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
  transition: 0.5s ease;
}
.header #bootscore-navbar li a:hover {
  color: #fab423;
}
.header #bootscore-navbar li {
  margin-left: 55px;
}
.header #bootscore-navbar li:nth-child(4) {
  display: none;
}
.site_btn {
  font-size: 22px;
  line-height: 27px;
  color: #000;
  letter-spacing: 1px;
  position: relative;
  display: block;
  background: transparent;
  outline: none;
  border: none;
}
.header .site_btn {
  width: 150px;
  text-align: center;
  height: auto;
  padding: 5px 0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 360 / 133;
}
.header .site_btn::before {
  position: absolute;
  content: "";
  background-image: url(../images/button-default.png);
  height: auto;
  width: 150px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  aspect-ratio: 360 / 133;
}
.header .site_btn:hover::before {
  background-image: url(../images/button-hover.png);
}
.header .site_btn:active::before {
  background-image: url(../images/button-click.png);
}
.header .nav-btn {
  margin-left: 45px;
}

#background-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0;
}
.video-section::before {
  position: absolute;
  content: "";
  height: 30%;
  width: 100%;
  background-image: url(../images/Website_Assets_Bottom_03.png);
  top: 80%;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.video-section .site_btn.left::before {
  position: absolute;
  content: "";
  width: 223px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  aspect-ratio: 360 / 133;
  background-image: url(../images/button-default.png);
}
.video-section .site_btn.left {
  width: 223px;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 360 / 133;
}
.video-section .site_btn.right {
  width: 223px;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 360 / 133;
}
.video-section .site_btn.right::before {
  position: absolute;
  content: "";
  width: 223px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  aspect-ratio: 360 / 133;
  background-image: url(../images/button-default.png);
}
.video-section .site_btn.right:hover::before,
.video-section .site_btn.left:hover::before {
  background-image: url(../images/button-hover.png);
}
.video-section .site_btn.right:active::before {
  background-image: url(../images/button-click.png);
}
.dual-btn {
  display: flex;
  max-width: 480px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
}
.video-section .site_btn {
  padding: 10px 0;
}
.video-section {
  position: relative;
}
.banner_cont {
  position: absolute;
  bottom: 2%;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
header {
  position: absolute;
  top: 15px;
  z-index: 99;
  width: 100%;
}
.steam-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 90px;
  z-index: 3;
  position: relative;
  padding: 0 30px;
}

.mid-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0 48px;
  position: relative;
  background-image: linear-gradient(#c1eae0, #beebe0);
}
.mid-section .title {
  font-size: 68px;
  line-height: 80px;
  margin-bottom: 30px;
  color: #923e6e;
}
.mid-section .mid_box {
  text-align: center;
  max-width: 817px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 3;
}
footer .container {
  position: relative;
  z-index: 2;
}
.mid-section h5 {
  font-size: 38px;
  line-height: 49px;
  color: #CB74A6;
  margin-bottom: 30px;
  -webkit-text-stroke: 1px black;
}
.mid-section .icon-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}
.mid-section p,
.mid-section .icon-item {
  font-size: 42px;
  line-height: 40px;
  color: #CB74A6;
  margin: 0 0 30px 0;
}
.frog-icon,
.controller-icon,
.castle-icon {
    display: flex;
    width: 48px;
    aspect-ratio: 85 / 61;
    background-repeat: no-repeat;
    background-size: contain;
}
.frog-icon {
    background-image: url(../images/Frog_emoji.png);
}
.controller-icon {
    background-image: url(../images/Controler_emoji.png);
}
.castle-icon {
    background-image: url(../images/Castle_emoji.png);
}
.frog-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.frog-info a p {
    margin: 0;
    color: #fff;
    font-size: 31px;
}
.partner-section .logo-flex {
  justify-content: center;
  align-items: center;
  max-width: 1050px;
  justify-content: space-between;
  margin: auto;
}
.partner-section {
  padding-top: 200px;
}
.cloud-top.aos-init {
  transform: translate3d(50px, 0, 0);
}
.cloud-top.aos-init.aos-animate {
  transform: translate3d(200px, 0, 0);
}
.cloud-group-mid {
  position: relative;
}
.cloud-group-mid .cloud-mid-left {
  position: absolute;
  top: -50px;
  left: 0;
  width: 50vw;
  max-width: 500px;
  animation: animate-2 37s linear infinite;
  -webkit-animation: animate-2 37s linear infinite;
  z-index: 2;
}
@keyframes animate-2 {
  0% {
    left: -50vw;
  }
  100% {
    left: 110vw;
  }
}

.cloud-group-mid .cloud-mid-right {
  position: absolute;
  top: 0;
  right: 0;
  animation: animate-3 45s linear infinite;
  -webkit-animation: animate-3 45s linear infinite;
  width: 50vw;
  max-width: 500px;
  z-index: 2;
}

@keyframes animate-3 {
  0% {
    right: -50vw;
  }
  100% {
    right: 110vw;
  }
}

/***/

.cloud-mid-right.aos-init {
  transform: translate3d(000px, 0, 0);
}
.cloud-mid-right.aos-init.aos-animate {
  transform: translate3d(-200px, 0, 0);
}
/***/
.footer-cloud-right.aos-init {
  transform: translate3d(000px, 0, 0);
}
.footer-cloud-right.aos-init.aos-animate {
  transform: translate3d(-200px, 0, 0);
}

.cloud-top {
  position: absolute;
  top: 250px;
  animation: animate-1 30s linear infinite;
  -webkit-animation: animate-1 30s linear infinite;
  width: 50vw;
  z-index: 2;
}

@keyframes animate-1 {
  0% {
    left: -50vw;
  }
  100% {
    left: 110vw;
  }
}
.single-mid-cloud {
  text-align: center;
  padding: 70px 0;
  animation: animate-1 30s linear infinite;
  -webkit-animation: animate-1 30s linear infinite;
  width: 50vw;
  z-index: 2;
  position: absolute;
}
.frog-art {
  display: flex;
  position: relative;
  padding: 48px 0 0;
  z-index: 3;
  gap: 3rem;
}
.frog-art .container {
  width: 100%;
  flex: 1 1 100%;
}
.frog-art .container .row {
  justify-content: center;
  height: 100%;
  align-items: center;
}
.frog-art .frog-left {
  width: 100%;
  flex: 1 1 100%;
}
.frog-art .frog-image {
  z-index: 1;
  width: 459px;
  max-width: 459px;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: visible;
  height: 603px;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.frog-art .frog-image img {
  height: auto !important;
  margin-left: 30%;
  margin-bottom: 14%;
  width: 130% !important;
  cursor: pointer;
}
.frog-art .frog-image .frog-image-clicked {
  display: none;
}

.frog-art.social-container {
  height: 700px;
  width: 550px;
  margin: 0 auto;
}

.frog-art.frog-container {
  position: absolute;
  height: 700px;
  z-index: 3;
}
.frog-art a {
  display: flex;
  justify-content: center;
  list-style-type: none;
  position: relative;
  height: 68px;
  align-items: center;
  margin-bottom: 25px;
  width: 223px;
}
.frog-art a::after {
  position: absolute;
  content: "";
  width: 223px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  aspect-ratio: 360 / 133;
  background-image: url(../images/button-default.png);
}

.frog-art a:hover::after {
  background-image: url(../images/button-hover.png);
}

.frog-art a:active::after {
  background-image: url(../images/button-click.png);
}

.frog-art a img {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 24px;
  height: 24px;
}

.frog-art {
  padding: 0;
}
.frog-art .social-platforms {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.partner-section .title {
  text-align: center;
}
footer {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 50vw;
  padding: 180px 0;
  text-align: center;
  position: relative;
  background-color: #beebe0;
  overflow: hidden;
}
footer::before {
  /*  position: absolute;
    content: "";
    height: 960px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/wp-content/uploads/2024/08/footer-overlay-min.png);*/
}
footer h2 {
  font-size: 68px;
  line-height: 68px;
  color: #923e6e;
  margin-bottom: 30px;
}
footer .mailerlite-form-title h3 {
  display: none;
}
footer .mailerlite-form-description {
  display: none;
}
footer .mailerlite-form-field label {
  display: none !important;
}
footer .mailerlite-form-inputs {
  display: flex;
  flex-wrap: wrap;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  max-width: 545px;
}
footer .mailerlite-form-field input[type="email"] {
  width: 100%;
  height: 48px;
  max-width: 427px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.23);
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  padding: 5px 30px;
  border: 0px;
  outline: none;
}
footer .mailerlite-subscribe-submit {
  height: 80px;
  width: 223px;
  font-size: 32px;
  color: #fff;
  position: relative;
  z-index: 11;
  border: 0px;
  background-color: transparent;
}
footer .mailerlite-subscribe-submit::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  aspect-ratio: 360 / 133;
  background-image: url(../images/button-default.png);
  background-position: center;
}

footer .mailerlite-subscribe-submit:hover::before {
  background-image: url(../images/button-hover.png);
}

footer .mailerlite-subscribe-submit:active::before {
  background-image: url(../images/button-click.png);
}
footer .mailerlite-form .mailerlite-form-field {
  margin-bottom: 0;
}
footer .footer-menu {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
footer .footer-menu li {
  list-style-type: none;
  padding: 0 15px;
}
footer .footer-menu li a {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
  transition: 0.5s ease;
}
footer .footer-menu li a:hover {
  color: #fab423;
}

::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #fff;
}
.footer-cloud-right {
  position: absolute;
  right: 70px;
  top: 0%;
  animation: animate-5 35s linear infinite;
  -webkit-animation: animate-5 35s linear infinite;
  width: 35vw;
  z-index: 2;
}
.footer-cloud-left {
  position: absolute;
  left: 3%;
  top: 300px;
  animation: animate-4 35s linear infinite;
  -webkit-animation: animate-4 35s linear infinite;
  width: 22vw;
  z-index: 2;
}
@keyframes animate-4 {
  0% {
    left: -50vw;
  }
  100% {
    left: 110vw;
  }
}

@keyframes animate-5 {
  0% {
    right: -50vw;
  }
  100% {
    right: 110vw;
  }
}

/********media query starts here**********/

@media (max-width: 1199px) {
    .header .px-80 {
        padding-left: 20px;
    }
    .frog-art.frog-container .frog-left {
      max-width: initial;
      position: relative;
      top: unset;
    }
    .frog-art.frog-container {
      position: relative;
      height: unset;
    }
    .frog-art.frog-container .frog-image {
      position: relative;
      width: 100%;
    }
    .sprite.idle,
    .sprite.attack {
      top: 16%;
    }
}


@media (max-width: 991px) {
  .mid-section .title {
    font-size: 55px;
    line-height: 51px;
  }
  .mid-section h5 {
    font-size: 33px;
    line-height: 41px;
  }
  .mid-section p,
  .mid-section .icon-item {
    font-size: 23px;
    line-height: 31px;
  }
  .partner-section {
    padding-top: 130px;
  }
  .frog-art {
    flex-direction: column;
    padding: 40px 0 0;
  }
  footer {
    padding: 94px 0;
  }
  footer h2 {
    font-size: 55px;
    line-height: 51px;
  }
  #background-video {
    height: 75vh;
  }
  .mid-section::before {
    top: -170px;
  }
  .frog-art .container .row {
    width: fit-content;
    margin: 0 auto;
  }
  
  .mid-section p,
  .mid-section .icon-item {
    font-size: 30px;
    line-height: 31px;
  }
  footer {
    height: 865px;
  }
  .footer-cloud-left {
    top: 214px;
  }
  .croak-header .navbar-toggler {
    order: 3;
    margin-right: 8px;
  }
  .croak-header .navbar-toggler svg {
    color: #fff;
  }
  .croak-header .navbar-collapse {
    width: fit-content;
    left: unset;
    right: 0;
    padding: 0;
  }
  .croak-header .navbar-nav > li {
    margin-top: 0;
    margin-left: 0 !important;
    text-align: center;
  }
  .croak-header .navbar-nav {
    gap: 20px;
  }

  .croak-header .press-kit-btn {
    display: none;
  }

  .croak-header .menu-item-1160 {
    display: list-item;
  }

  .header .nav-btn {
    margin: 0;
  }

  .socials{
    flex-wrap: wrap;
    max-width: 72px;
    margin: 0 auto;
    justify-content: center !important;
  }

}

@media (max-width: 767px) {
  .banner_cont {
    bottom: -5%;
  }
  .mid-section {
    padding: 126px 0 60px;
  }
  .mid-section .title {
    font-size: 40px;
    line-height: 44px;
  }
  .mid-section h5 {
    font-size: 28px;
    line-height: 34px;
  }
  .partner-section .logo-flex {
    flex-wrap: wrap;
    text-align: center;
  }
  .partner-section .logo-flex div {
    width: 50%;
    margin-bottom: 20px;
  }
  .frog-art .frog-left {
    position: relative;
    top: unset;
  }
  .frog-art .frog-left {
    max-width: initial;
  }
  .mid-section .title {
    padding: 0 25px;
    margin-top: 40px;
  }
  .frog-art ul {
    padding-left: 25px;
  }
  footer h2 {
    font-size: 40px;
    line-height: 43px;
  }
  footer .mailerlite-form-inputs {
    justify-content: center;
    display: block;
  }
  footer .mailerlite-form .mailerlite-form-field {
    margin-bottom: 15px;
  }
  footer {
    height: 600px;
  }
  .mid-section h5,
  .mid-section p,
  .mid-section .icon-item {
    padding: 0 15px;
  }
  .navbar-toggler svg {
    color: #fff;
  }

  video {
    width: 60vw;
  }
  .modal-body {
    padding: 2rem;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .banner_cont .dual-btn {
    display: block;
  }
  .partner-section .logo-flex div {
    width: 100%;
  }
  .video-section .site_btn {
    margin: 15px auto !important;
  }
  #background-video {
    height: 88vh;
  }
}

/* Base Styles */
.sprite {
  width: 532px;  /* Set to frame width */
  height: 219px; /* Set to frame height */
  background-repeat: no-repeat;
}

.click-area {
  width: 50%;
  height: 100%;
  content: ' ';
  position: absolute;
  cursor: pointer;
}

/* Idle Animation */
.idle {
  position: absolute;
  top: 14%;
  left: 37%;
  background-image: url(../images/Hero_IdleProud_Spritesheet.png);
  animation: idleAnimation 1.92s steps(47) infinite;
}

/* Attack Animation */
.attack {
  position: absolute;
  top: 14%;
  left: 31%;
  background-image: url('../images/Frog_TongueAttack_Spritesheet.png');
  animation: attackAnimation 0.6s steps(15) forwards; /* No infinite for one-time attack */
}

/* Keyframes for Idle Animation */
@keyframes idleAnimation {
  100% { background-position: -26273px; } /* Adjust to match total width of idle sprite sheet */
}

/* Keyframes for Attack Animation */
@keyframes attackAnimation {
  100% { background-position: -7980px; } /* Adjust to match total width of attack sprite sheet */
}
