@font-face {
  font-family: 'Fredoka';
  src: url('../fonts/Fredoka-Regular.ttf') format('truetype');
}

/* background area */ 
.home {
  background-image: url("../images/forestbackground2.webp");
  background-size: cover;
}

@keyframes floater {
  0%{transform: translateY(-10%);transition: ease 0.7s;}
  50%{transform: translateY(34%);transition: ease 0.7s;}
}

.float-area{
  height:100vh;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
}

.monkey2{
  transform: translateY(-10%);
  animation: floater 1.5s infinite;
  transition: ease 0.5s;
}

/* .monkey2 {
  transition: 3s linear;
}

.monkey2:hover {
  transform: rotateX(360deg);
  scale: 50%;
} */

.overly {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
}
/* Menu area */
.nav-link {
  color: #ff9400 !important;
  font-size: 22px;
  font-family: cursive;
}
.nav-link:hover {
  color: #ffb142 !important;
  border-bottom: 2px solid;
}
a.nav-link.active {
  color: #ffb142 !important;
  border-bottom: 2px solid;
}
.navbar-toggler{
  background: #00000029;
}

.nav {
  background: #00000047;
}
.title {
  color: azure;
  margin-top: 50px;
  padding: 20px 0px;
  background: #fafafa21;
  border-radius: 15px;
  font-family: 'Fredoka', sans-serif;
}

.heading {
  color: azure;
  font-family: 'Fredoka', sans-serif;
}

/* Slider */
.content_area h2 {
  color: #ff9400;
}
.content_area p {
  min-height: 120px;
  color: #fff;
  margin-bottom: 1px;
  font-family: 'Fredoka', sans-serif;
}
.slider {
  background: #00000047;
  margin-top: 100px !important;
  border-radius: 20px;
}
.box {
  background: #00000047;
  margin-top: 100px !important;
  border-radius: 10px;
}

.right {
  align-items: center;
  justify-content: center;
  display: flex;
  transform: rotate(-20deg);
}
.f-area {
  color: #fff;
}

i.fa-brands.fa-twitter {
  font-size: 30px !important;
  color: #00acee;
}
.social {
  width: 32px;
  margin-top: -10px;
  margin-left: 10px;
}
.copyright {
  font-family: cursive;
  font-size: 14px;
}
.ffm img {
  border-radius: 50px;
}
.box .col-md-3 h4 {
  border: 5px solid #d1d1d1;
  padding: 70px 10px;
  text-align: center;
}
.box {
  color: azure;
  padding: 30px 10px;
}

.con {
  min-height: 190px;
  border: 5px solid #d1d1d1;
  text-align: center;
  padding-top: 50px;
}
.con p {
  margin-top: 20px;
}

input {
  background: transparent;
  border: 1px solid #fff9;
  padding: 10px;
  border-radius: 10px;
  margin: 5px 0px !important;
}
input[type="text"] {
  width: 49%;
  color: #FFC900;
}
input[type="email"] {
  width: 49%;
  color: #FFC900;
}
input[type="date"] {
  color: azure;
  width: 49%;
}

input[type="reset"] {
  color:azure;
  padding: 10px 50px;
}

select {
  color: azure;
  width: 49%;
  background: transparent;
  padding: 11px;
  border: 1px solid #fff9;
  border-radius: 10px;
  margin: 5px 0px 10px 0px!important;
}
textarea {
  width: 99%;
  background: transparent;
  border: 1px solid #fff9;
  border-radius: 10px;
  margin-top: 20px !important;
  color: #FFC900;
}
input[type="submit"] {
  padding: 10px 50px;
  color: azure;
}
form {
  color: azure;
}
::placeholder {
  color: azure;
}
.contact{
    background: #00000047;
    border-radius: 10px;
    padding: 20px 0;
}
footer{
    margin-top: 20px;
}

body {
  font-family: 'Fredoka',
  sans-serif;
}

@media only screen and (max-width: 768px) {
  .ffm img {
    width: 100%;
  }
  
  .gameplay-text {
    font-size: 18px; 
  }

footer {
  margin-top: 40px;
}

.f-area h4,
.copyright {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

 .future-grid {
        grid-template-columns: 1fr;
    }

    .future-intro {
        font-size: 20px;
        padding: 16px 18px;
    }

    .future-card h2 {
        font-size: 26px;
    }

    .future-card p {
        font-size: 17px;
    }

     .info-heading {
        font-size: 25px;
    }

    .info-text {
        font-size: 17px;
    }

}

.gameplay-text {
    font-family: 'Fredoka', sans-serif;
    
    background: linear-gradient(90deg, #cc7a00, #cc3a3a);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;

    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);

    margin-top: 20px;
    margin-bottom: 40px;
}

video {
  display: block;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  border-radius: 24px;
  border: 4px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  background: rgba(0, 0, 0, 0.22);
}

.container {
  padding-bottom: 40px;
}

.future-page {
    padding-top: 20px;
    padding-bottom: 50px;
}

.future-intro {
    font-family: 'Fredoka', sans-serif;
    font-size: 24px;
    line-height: 1.5;
    color: #fff7ef;
    max-width: 900px;
    margin: 20px auto 40px auto;
    padding: 18px 24px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 18px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75);
}

.future-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.future-card {
    background: rgba(0, 0, 0, 0.58);
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 22px;
    padding: 26px 24px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.future-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.45);
    border-color: rgba(255, 159, 64, 0.6);
}

.future-card h2 {
    font-family: 'Fredoka', sans-serif;
    font-size: 30px;
    margin-bottom: 14px;
    background: linear-gradient(90deg, #d97706, #dc2626);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

.future-card p {
    font-family: 'Fredoka', sans-serif;
    font-size: 19px;
    line-height: 1.6;
    color: #fff7ef;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75);
    margin-bottom: 0;
}

info-panel,
.info-side-box {
    background: rgba(0, 0, 0, 0.58);
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 22px;
    padding: 26px 24px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    color: white;
}

.info-heading {
    font-family: 'Fredoka', sans-serif;
    font-size: 30px;
    margin-bottom: 12px;
    background: linear-gradient(90deg, #d97706, #dc2626);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info-text {
    font-family: 'Fredoka', sans-serif;
    font-size: 19px;
    line-height: 1.6;
    color: #fff7ef;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75);
    margin-bottom: 24px;
}

.info-panel .info-text:last-child,
.info-side-box .info-text:last-child {
    margin-bottom: 0;
}

.contact {
    background: rgba(0, 0, 0, 0.52);
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    padding: 28px 24px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
    color: white;
}

.contact .heading {
    margin-bottom: 24px;
}

.contact label {
    font-family: 'Fredoka', sans-serif;
    font-size: 20px;
    color: #fff7ef;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="date"],
.contact select,
.contact textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 16px;
    padding: 14px 16px;
    margin-bottom: 14px;
    color: #fff7ef;
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
    outline: none;
    box-sizing: border-box;
}

.contact input[type="text"]::placeholder,
.contact input[type="email"]::placeholder,
.contact textarea::placeholder {
    color: rgba(255, 247, 239, 0.8);
}

.contact input[type="date"] {
    color: #fff7ef;
}

.contact select {
    cursor: pointer;
}

.contact textarea {
    min-height: 180px;
    resize: vertical;
    margin-top: 14px;
}

.contact .row {
    margin-top: 8px;
    margin-bottom: 8px;
}

.contact input[type="checkbox"] {
    margin-right: 8px;
    margin-bottom: 10px;
    transform: scale(1.1);
}

.contact input[type="submit"],
.contact input[type="reset"] {
    background: linear-gradient(90deg, #d97706, #dc2626);
    color: white;
    border: none;
    border-radius: 14px;
    padding: 12px 28px;
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-right: 12px;
    margin-top: 14px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.contact input[type="reset"] {
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.22);
}

.contact input[type="submit"]:hover,
.contact input[type="reset"]:hover {
    transform: translateY(-2px);
}

.contact input:focus,
.contact select:focus,
.contact textarea:focus {
    border-color: rgba(255, 159, 64, 0.9);
    box-shadow: 0 0 0 4px rgba(255, 159, 64, 0.15);
}

thankyou-note {
    font-family: 'Fredoka', sans-serif;
    font-size: 22px;
    line-height: 1.5;
    color: #fff7ef;
    max-width: 900px;
    margin: 20px auto 40px auto;
    padding: 18px 24px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 18px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75);
}
