@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-VariableFont_wght.ttf');
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}
* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: #666;
  letter-spacing: -0.3px;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #222;
}
h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 25px;
  color: #fff;
  letter-spacing: -3px;
}
h2 {
  font-size: 38px;
  color: #333;
  margin: 0 0 25px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.5px;
  text-transform: capitalize;
}
h3,
h4 {
  margin: 0 0 10px;
  font-weight: 600;
  line-height: 1.7;
  color: #222;
  letter-spacing: -0.025rem;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.025rem;
  line-height: 1.2;
}
h4 {
  font-size: 16px;
}
h5,
h6 {
  font-size: 14px;
  margin: 0 0 10px;
}
img {
  border: none;
  outline: none;
  max-width: 100%;
}
ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
p,
li,
a,
span {}
p {
  font-size: 17px;
  color: #666;
  margin-bottom: 15px;
}
a,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #f5f5f5 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #f5f5f5 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #f5f5f5 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #f5f5f5 !important;
}
button {
  border: none;
  background: none;
}
/* Helper Class */
.padding {
  padding: 100px 0;
}
.no-padding {
  padding: 0;
}
.padding-15 {
  padding: 15px;
}
.padding-20 {
  padding: 20px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}

.bg-white {
  background-color: #fff;
}
.bg-grey {
  background-color: #f4f9ff;
}
.bg-dark {
  background-color: #232323;
}
.bd-top {
  border-top: 1px solid #eaeaea;
}
.bd-bottom {
  border-bottom: 1px solid #eaeaea;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.fz-28 {
  font-size: 28px;
}
.fz-24 {
  font-size: 24px;
}
.fz-22 {
  font-size: 22px;
}
.fz-20 {
  font-size: 20px;
}
.fz-18 {
  font-size: 18px;
}
.fz-16 {
  font-size: 16px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.text-black {
  color: #333;
}
.text-white {
  color: #ffffff;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}

@-webkit-keyframes charge {
  0% {
    box-shadow: inset 0px 0px 0px #fff;
  }
  100% {
    box-shadow: inset 30px 0px 0px #fff;
  }
}
@-moz-keyframes charge {
  0% {
    box-shadow: inset 0px 0px 0px #fff;
  }
  100% {
    box-shadow: inset 30px 0px 0px #fff;
  }
}
@keyframes charge {
  0% {
    box-shadow: inset 0px 0px 0px #fff;
  }
  100% {
    box-shadow: inset 30px 0px 0px #fff;
  }
}
/* Button Style */
.btn_group a {
  margin: 5px;
}
.btn_group_left a {
  margin-right: 15px;
  margin-bottom: 15px;
}
.default-btn {
  background: linear-gradient(to right, #ff0844 0%, #ffb199 100%);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 2px;
  display: inline-block;
}
.default-btn:hover {
  background: linear-gradient(to left, #ff0844 0%, #ffb199 100%) !important;
  color: #fff;
}

/* Section Heading */
.section-heading h2 {
  color: #444;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.3px;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 0 0 8px;
}
.section-heading p {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}

/* Transition Effect */
a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section {
  background-color: transparent;
  width: 100%;
  height: 80px;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  padding: 10px 0;
}
.navbar {
  padding-top: 2px !important;
}
.navbar-fixed-top.header-section {
  background-color: #dd3b5b;
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.05);
  height: 70px;
  border-bottom: 0;
  padding: 0;
}

.navbar-fixed-top ul.nav>li>a {
  color: #f0f0f0;
}
.navbar-fixed-top ul.nav>li>a:hover,
.navbar-fixed-top ul.nav>li>a:focus,
.navbar-fixed-top ul.nav>li.active>a {
  color: #fff;
}
.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section {
  transition: all 0.3s ease-in-out;
}
.navbar {
  border: medium none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
  position: relative;
  padding: 0;
}
.navbar-header {
  padding: 17px 0;
}
.navbar-header .brand {
  font-size: 25px;
  color: #333;
  font-family: 'Raleway', sans-serif;
  letter-spacing: -1px;
  font-weight: 600;
  margin-left: 13px;
}
.navbar-header .nav-btn {
  padding: 8px;
  border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar {
  background-color: #fff;
  width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar {
  background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus {
  opacity: 0.8;
}
.nav {
  align-items: center;
}
.navbar-brand {
  padding: 0;
}
.nav .default-btn {
  padding: 15px 20px;
  line-height: normal;
}
.navbar-brand {
  display: flex;
}

/* Nav Menu */
#navbar {
  z-index: 999;
  padding: 0 15px;
}
ul.nav {}
ul.nav>li {}
ul.nav>li>a {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 70px;
  z-index: 1;
}
ul.nav>li>a:hover,
ul.nav>li>a:focus,
ul.nav>li>a.active {
  background: none;
  color: #fff;
  opacity: 1;
}
.menu-btn {
  margin-left: 10px;
  margin-top: 10px;
}

/*Mobile Menu */
.menu-wrap {
  position: relative;
}
.slicknav_menu {
  background: none;
  padding: 4px 0;
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.slicknav_nav {
  background-color: #fff;
}
.slicknav_btn {
  background-color: transparent;
  margin: 5px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 10px 15px;
  margin: 0;
  color: #777;
}
.slicknav_nav a .caret {
  display: none;
}
.slicknav_nav ul {
  margin: 0;
}
.slicknav_nav ul li a {
  padding-left: 30px;
  font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
  background-color: transparent;
  color: #333;
}
.slicknav_nav .default-btn {
  color: #fff !important;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  background-image: url(../img/1.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hero-section:before {
  background: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: -1;
}
.hero-content h1 {
  margin-bottom: 10px;
}
.hero-content p {
  color: #fff;
  line-height: 1.5;
  margin: 0 0 25px;
}
.hero-content .download-btn:hover {
  opacity: 0.8;
}
.home-plate {
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: rgba(221, 59, 91, 0.5);
  border: 1px solid #fff;
  border-radius: 4px;
}
.home-plate h2 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
}
.home-plate p {
  margin-bottom: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.age-plate {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  border-radius: 4px;
  color: #dd3b5b;
}

/* ==========================================================================
   Feature Section
   ========================================================================== */
.feature-section {
  padding-top: 50px;
  position: relative;
}
.feature-section img {
  position: sticky;
  top: 70px;
}
.feature-content {
  margin-bottom: 20px;
}
.feature-content:last-child {
  margin-bottom: 0;
}
#features h3 {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: #dd3b5b;
}
.feature-content h4 {
  margin-bottom: 0;
}
.feature-content p {
  font-size: 13px;
  line-height: 24px;
  margin: 0;
}
.feature-content span {
  font-style: italic;
}
.content-section img {
  border-radius: 5px;
}

/*Mockup Animation*/
@-webkit-keyframes mock-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
@keyframes mock-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* ==========================================================================
   Content Section
   ========================================================================== */
.content-wrap {
  display: flex;
  align-items: center;
}
.content-wrap img {
  width: 100%;
}
.content-details h2 {
  margin-bottom: 15px;
}

/* ==========================================================================
   How It Works Section
   ========================================================================== */
.how-it-works-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  z-index: 1;
}
.how-it-works-section:before {
  background: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
  z-index: -1;
}
.how-content {
  position: relative;
}
.how-it-works-section h2 {
  color: #fff;
  font-size: 50px;
}
.how-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
}
.how-content p {
  color: #ddd;
  margin-bottom: 0;
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */

.pricing-wrap {
  padding-bottom: 30px;
}
.pricing-box {
  background: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
  padding: 40px 10px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  height: 100%;
}
.pricing-head h2 {
  color: #dd3b5b;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
}
.pricing-head p {
  color: #fff;
}
.pricing-info {
  text-align: left;
  padding-left: 20px;
  list-style-type: disc;
}
.pricing-info li {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
.pricing-info li:not(:last-of-type) {
  margin-bottom: 5px;
}
.text-border-box:not(:first-of-type) {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 2px solid #dd3b5b
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog-thumb {
  position: relative;
}
.blog-thumb img {
  width: 100%;
}
.blog-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.blog-wrapper .blog-article {
  grid-column: span 2;
}
.blog-wrapper .blog-article-big {
  grid-column: span 3;
}
.blog-wrapper .blog-article img {
  width: 100%;
  height: 244px;
  object-fit: cover;
}
.blog-wrapper img {
  border-radius: 5px;
}
.blog-wrapper .blog-article-big img {
  width: 100%;
  height: 315px;
  object-fit: cover;
}
.blog-content {
  padding: 20px 15px 0;
}
.blog-content a {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: block;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.blog-content a:hover {
  color: #ff0844;
}

.blog-content .read-more {
  background-color: #ff0844;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  border-radius: 2px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.blog-content .read-more:hover {
  background-color: #111;
  color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(1.1);
  transition: all 0.2s ease-in-out;
}

/* ==========================================================================
   Download Section
   ========================================================================== */
.download-section {
  background: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
  padding: 100px 0 200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.download-section:before {
  background-image: url(../img/wave.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: -40px;
  z-index: -1;
}
.download-content {
  padding: 0 0 50px;
  z-index: 1;
}
.download-content h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.download-content p {
  color: #fff;
  margin: 30px 0;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section {
  display: block;
  padding-top: 50px;
}
.footer-section img {
  width: 200px;
  max-width: 100%;
}
.footer-section h4 {
  margin-bottom: 4px;
}
.footer-section p {
  font-size: 14px;
  margin: 0;
}
.footer-section li a {
  font-size: 15px;
  color: #dd3b5b;
}
.footer-section a {
  color: #dd3b5b;
}
.footer-section a:hover {
  color: #111;
}
.footer-bootom {
  margin-top: 40px;
  padding: 20px;
  background-color: #dd3b5b;
}
.footer-bootom p {
  color: white;
}
/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-top {
  background-color: #ff0844;
  display: none;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  line-height: 45px;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
}
#scroll-to-top:hover {
  background-color: #ffb199;
  color: #fff;
}
@media (max-width: 1200px) {
  #header img {
    width: 120px;
  }
  .nav .default-btn {
    padding: 10px;
    line-height: normal;
  }
}
@media (max-width: 1024px) {
  .hero-section {
    height: 650px;
  }
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .sm-padding {
    padding: 15px;
  }
  ul.nav>li>a {
    padding: 0 5px;
    font-size: 10px;
  }
  .navbar-fixed-top.header-section {
    height: 50px;
  }
  .download-content h2 {
    font-size: 24px;
  }
  .download-content {
    padding: 0;
  }
  .hero-section {
    height: 570px;
  }
  .feature-content i {
    margin-bottom: 10px;
  }
  .feature-mock {
    top: -30px;
  }
  .slicknav_menu {
    display: block;
  }
  .menu-wrap ul.nav {
    display: none;
  }
  #header img {
    width: 200px;
  }
  .blog-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .blog-wrapper .blog-article {
    grid-column: auto;
  }
  .blog-wrapper .blog-article-big {
    grid-column: auto;
  }
  .blog-wrapper img {
    height: 230px !important;
  }
  #features {
    padding-top: 0 !important;
  }
  .text-right.feature-list {
    text-align: left !important;
    margin-bottom: 20px;
  }
  .row.text-left {
    row-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  body,
  p {
    font-size: 14px;
    line-height: 24px;
  }
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  .padding {
    padding: 70px 0;
  }
  .xs-padding {
    padding: 15px;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .section-heading p {
    font-size: 16px;
  }
  .feature-mock,
  .menu-btn {
    display: none;
  }

  .play-btn {
    left: calc(50% - 30px);
    top: calc(50% - 30px);
  }
  .content-info {
    padding-bottom: 0;
  }
  .download-content {
    text-align: center;
  }
  .arrow {
    display: none;
  }
  .download-section:before {
    bottom: -95px;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 24px !important;
    margin: 0 0 15px;
    letter-spacing: -0.5px;
  }
  .home-plate h2 {
    font-size: 18px;
  }
  .hero-section {
    height: 520px;
  }
  .how-it-works-section {
    padding: 50px 0;
  }
  .how-it-works-section h2 {
    font-size: 36px;
  }
  .feature-list .feature-content {
    margin-bottom: 10px;
  }
  .feature-list h5 {
    margin-bottom: 0;
  }
  .feature-list .feature-content:last-child {
    margin-bottom: 0;
  }
  .hero-content p {
    font-size: 12px;
  }
  .subscribe-form {
    width: 100%;
  }
  .download-content h2 {
    font-size: 20px;
  }
  .download-btn a:first-child {
    margin-bottom: 10px;
  }
  .blog-wrapper {
    grid-template-columns: 1fr;
  }
  .blog-wrapper img {
    height: auto !important;
  }
  .feature-section img {
    position: relative;
    top: 0;
  }
}