@font-face {
  font-family: FredokaOne;
  src: url(/wp-content/themes/kallyas/fonts/FredokaOne-Regular.otf);
}
@font-face {
  font-family: Ponari;
  src: url(/wp-content/themes/kallyas/fonts/Ponari.otf);
}
@font-face {
  font-family: Heatrix;
  src: url(/wp-content/themes/kallyas/fonts/Heatrix.otf);
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  background-color: #b6071e;
  /* background-image: linear-gradient(180deg, #d00923 200%, #970415); */
}
#snow_fall{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 5;
}
.header-banner {
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2024/12/header-banner.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.header-banner:after {
  content: "";
  position: absolute;
  bottom: -2px;
  background: url(/wp-content/uploads/2024/12/header-white-snow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  width: 100%;
  height: 700px;
  z-index: 1;
  pointer-events: none;
}
.header-banner-mask {
  margin-top: -20px;
}
.header-banner h1 {
  font-family: FredokaOne;
  font-size: 65px;
}
.header-banner h2 {
  font-family: Ponari;
  font-size: 38px;
  color: #c5161d;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.subtext {
  font-family: FredokaOne;
  font-size: 25px;
  letter-spacing: 1px;
}
.logo {
  width: 120px;
  height: 120px;
  margin:0 auto;
}
.claim-btn {
  width: 300px;
  display: inline-block;
  border-radius: 35px;
  color: #000;
  font-size: 20px;
  line-height: 2.5;
  background-color: #ffdd00;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}
.claim-btn:hover {
  animation-name: tada;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.tab-bg {
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2024/12/red-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  margin-top: -55px;
  padding: 40px 0;
}
.tab-bg h2 {
  font-family: FredokaOne;
  text-align: center;
  margin: 60px 0;
  font-size: 40px;
}
.tab-area {
  border: 2px solid #ffdd00;
  border-radius: 8px;
  padding-bottom: 20px;
}
.nav {
  background-color: #fff;
  border-radius: 5px;
}
.nav-tabs .nav-link {
  border-radius: 5px;
  border: none;
  color: #000;
  font-size: 16px;
  padding: 10px 40px;
  font-weight: 500;
  text-transform: capitalize;
}
.nav-tabs .nav-link.active {
  background-color: #ffdd00;
}
#tabDropdown,
#gameCategoryDropdown {
  background-color: #ffdd00;
  color: #000;
  font-weight: 500;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url(/wp-content/themes/kallyas/images/down-arrow.svg);
}
#tabDropdown:focus,
#gameCategoryDropdown:focus {
  outline: none;
  box-shadow: none;
}
#tabDropdown option,
#gameCategoryDropdown option {
  background-color: #fff;
}
.tab-pane h3 {
  font-family: FredokaOne;
  font-size: 40px;
}
.tab-pane h4 {
  font-family: FredokaOne;
  font-size: 40px;
}
.tab-pane p {
  font-size: 14px;
}
.discount-percent {
  font-family: Heatrix;
  font-size: 45px !important;
}
.discount-text {
  color: #ffdd00;
  font-size: 24px !important;
}
.small-claim-btn {
  background-color: #ffdd00;
  border-radius: 35px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 7px 15px;
}
.snow-bg {
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2024/12/snow-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  margin-top: -130px;
  /* transform: translate(0, -130px); */
  padding: 35% 0 20%;
}
.snow-bg h2 {
  font-family: FredokaOne;
  text-align: center;
  margin: 60px 0;
  font-size: 40px;
  color: #e52f2e;
}
.swiper-slide img {
  border: 2px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.tech-icon {
  border: none !important;
  width: 120px !important;
  filter: invert(1);
}
.tech-icon2 {
  border: none !important;
  width: 60px !important;
  filter: invert(1);
}
.project-details h3 {
  color: #e52f2e;
  font-size: 30px;
}
.project-details p {
  color: #000 !important;
  font-weight: 500;
  font-size: 16px;
  font-family: "Montserrat", serif;
}
.techuse span {
  color: #000 !important;
  font-weight: 500;
}
.swiper-wrapper {
  padding-bottom: 50px;
}
.swiper-pagination {
  /* text-align: right; */
  bottom: 0px !important;
  width: 145px !important;
}
.swiper-pagination-bullet {
  background: #76656e93;
  opacity: 1;
  width: 12px !important;
  height: 12px !important;
}
.swiper-pagination-bullet-active {
  background: #e74c3c !important;
  width: 43px !important;
  border-radius: 15px !important;
}
.footer {
  background-color: #fff;
  margin-top: -50px;
  background-image: linear-gradient(180deg, #fff 20%, #cce3f4);
  position: relative;
  padding-bottom: 8%;
  overflow: hidden;
}
.footer:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(/wp-content/uploads/2024/12/snowflix.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 312px;
  pointer-events: none;
}
.footer h2 {
  font-family: FredokaOne;
  color: #e52f2e;
  font-size: 35px;
}
.footer-form {
  background: url(/wp-content/uploads/2024/12/form-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  padding: 30px 40px;
  border: 1px solid #eda406;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: -10px 15px 18px 0px #00000063;
}
.form-box h2 {
  color: #603e4c;
  font-size: 25px;
  margin: 0;
}
.form-box p {
  color: #e52f2e;
  font-weight: 500;
}
.form-box input,
.form-box textarea,
.form-box select {
  width: 100%;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  min-height: 30px;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 25px;
}
:focus {
  outline: none;
  box-shadow: none;
}
.form-box textarea {
  height: 40px;
}
.form-box select option {
  color: #000;
}
::placeholder {
  color: #000;
}
.error {
  position: absolute;
  bottom: 5px;
  left: 0;
  font-size: 12px;
  color: #e52f2e;
  font-weight: 500;
}
.file {
  display: none;
}
.file-btn {
  background-image: linear-gradient(180deg, #f7b731, #f78d31) !important;
  color: #13060b;
  width: 94px !important;
  height: 28px !important;
  border-radius: 4px;
  border: none !important;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: 0;
}
.form-btn {
  background-color: #ffdd00 !important;
  color: #000 !important;
  font-weight: 600 !important;
  border: none !important;
  border-radius: 35px !important;
  padding: 8px 25px;
  font-size: 18px !important;
  width: 250px !important;
  margin-top: 25px;
  margin-bottom: 0 !important;
}
.intl-tel-input {
  width: 100%;
  margin-bottom: 25px;
}
.selected-dial-code {
  color: #000;
}
.selected-flag {
  background: none !important;
}
.ribbon {
  position: relative;
}
.ribbon:after {
  background-image: url(/wp-content/themes/kallyas/images/ribbon.svg);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  top: -15%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.copytext {
  position: absolute;
  z-index: 4;
  bottom: -15%;
  left: 0;
  right: 0;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  margin: 0 auto;
}
.offer-img {
  display: inline-block;
  transition: all ease-in-out 0.3s;
}
.offer-img:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.05);
}
.bush{
    width: 320px;
    position: absolute;
    bottom: -60px;
    right: -60px;
    z-index: 3;
}
.iti--inline-dropdown,
.iti--allow-dropdown{
    width:100%;
    margin-bottom:25px;
}
.iti__search-input{
    margin-bottom:0 !important;
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

/* MEDIA CSS */
@media only screen and (max-width: 920px) {
    body{
        background-color: #990416;
    }
    .header-banner h1 {
        font-size: 60px;
    }
    .header-banner h2{
        font-size: 20px;
    }
    .tab-bg h2,
    .tab-pane h3{
        font-size: 25px;
    }
    .tab-pane h4{
        font-size: 20px;
    }
    .small-claim-btn{
        font-size: 14px;
    }
    .snow-bg{
        margin-top: -235px;
        padding: 50% 0 20%;
    }
    .copytext{
        bottom: -60px;
    }
    .ribbon:after{
        background-position: bottom center;
        top: 0;
    }
}

@media only screen and (max-width: 680px) {
  body {
    background-color: #970415;
  }
  .logo {
    width: 85px;
    height: 85px;
    margin: 0 auto;
  }
  .header-banner {
    font-size: 14px;
  }
  .header-banner h1 {
    font-size: 35px;
  }
  .header-banner h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 108px;
  }
  .subtext {
    font-size: 16px;
  }
  .claim-btn {
    width: 240px;
    font-size: 16px;
  }
  .claim-btn img {
    width: 12px;
  }
  .header-banner-mask {
    margin-top: -4px;
  }
  .tab-bg h2 {
    margin: 35px 0;
    font-size: 28px;
  }
  .tab-pane h3 {
    font-size: 25px;
    margin-top: 25px;
  }
  .tab-pane h4 {
    font-size: 20px;
  }
  .ribbon:after {
    display: none;
  }
  .snow-bg {
    margin-top: -100%;
    padding: 100% 0 20%;
  }
  .snow-bg h2 {
    margin: 30px 0;
    font-size: 30px;
  }
  .footer h2 {
    font-size: 30px;
  }
  .copytext {
    bottom: 0;
    padding:0 10px;
  }
  .bush{
      display:none;
  }
  .tab-area{
      padding:5px;
  }
}
@media only screen and (max-width: 320px) {
    .header-banner h1 {
        font-size: 28px;
    }
    .header-banner h2{
        margin-bottom: 50px;
    }
    .form-box input, .form-box textarea, .form-box select{
        font-size: 12px;
    }
    .tab-area{
        padding: 15px;
    }
    .header-banner-mask {
        margin-top: -5px;
    }
    .subtext {
        font-size: 18px;
    }
    .tab-bg h2,
    .tab-pane h3{
        font-size: 20px;
    }
    .snow-bg h2{
        font-size: 25px;
        margin-top: 65px;
    }
    .footer h2 {
        font-size: 25px;
    }
    .footer-form{
        padding: 30px 15px;
    }
    .project-details p{
        font-size: 14px;
    }

}
