@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

@media screen and (max-width: 1799px) {
  .hero-section {
    min-height: 714px;
  }
  html {
    font-size: 9px;
  }
  .about-des{
    font-size: 18px;
  }
  .plan-name{
    font-size: 2.5rem;
  }
  .plan-include-wrap{
    padding: 0 10px;
  }

}

@media screen and (max-width: 1599px) {
  .hero-section {
    min-height: 600px;
  }
  .hero-content-wrap h1 {
    position: relative;
    top: 40px;
  }
  .hero-content-img-wrap {
    top: -20px;
    max-width: 200px;

  }
  .hero-mobile-img img{
    max-width: 250px;
  }
}

@media screen and (max-width: 1429px) {


  .feature-card,
  .app-title,
  .buy-now-btn,
  .about-title,
  .playstore-link,
  footer {
    font-size: 20px;
  }

  .plan-include-wrap li {
    padding: 10px 15px;
  }

  .membership-plan-wrap {
    padding: 18px 14px;
  }

  .crown-wrap {
    width: 88px;
    height: 70px;
  }
}

@media screen and (max-width: 1365px) {
  html {
    font-size: 8px;
  }

  .hero-section {
    min-height: 560px;
  }

  .app-icon-wrap {
    width: 54px;
    height: 54px;
  }
}

@media screen and (max-width: 1279px) {
  .hero-section {
    min-height: 530px;
  }
  html {
    font-size: 7px;
  }
}

@media screen and (max-width: 1199px) {
  html {
    font-size: 6px;
  }
  .header-center .nav-link{
    font-size: 16px;
  }
  .hero-section {
    background-color: #FF4F3E;
    padding: 50px 0;
  }
  .hero-mobile-img,.hero-content-wrap h1,.hero-content-img-wrap{
    top: 0;
  }
  .hero-content-wrap h1{
    text-align: center;
    padding-top: 50px;
  }
  .feature-card, .app-title, .buy-now-btn, .about-title, .playstore-link, footer,.plan-include-wrap li,.about-des,.contact-detail{
    font-size: 16px;
  }

}

@media screen and (min-width: 1200px) {
  .hero-section {
    background-image: url(./../images/cover/hero-bg.png);
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  .app-card-wrapper{
    max-width: 82%;
  }
  .about-us-container{
    --about-left-width: 71%;
  }
  .play-btn iframe{
    min-width: 700px;
  }
}

@media screen and (max-width: 991px) {
  .hero-content-wrap h1{
    font-size: 7rem;
    line-height: inherit;
  }
  .hero-mobile-img img {
    max-width: 200px;
  }
  .hero-content-wrap{
    padding-left: 30px;
  }
  .app-card-wrapper{
    grid-template-columns: repeat(3, 1fr);
  }
  .membership-card-wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  html{
    font-size: 5px;
  }
  .hero-mobile-img{
    display: flex;
    justify-content: center;
  }
  .hero-content-img-wrap{
    max-width: 100px;
    position: absolute;
    top: 50px;
    right: 50px;
  }
  .hero-content-wrap h1{
    padding-top: 30px;
  }
  .app-card-wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
  .plan-include-wrap li {
    padding: 10px 5px;
  }
  .feature-card, .app-title, .buy-now-btn, .playstore-link, .plan-include-wrap li, .about-des, .contact-detail,p {
    font-size: 14px;
  }
  .membership-plan-wrap {
    padding: 8px 4px;
/*  border-radius: 10px;*/
}
.hero-content-wrap{
  padding-left: 0;
}
.user-in {
  font-size: 12px;
}
.sign-up {
  padding: 6px 12px;
}
}
@media (max-width: 575px){
  .membership-card-wrapper{
    grid-template-columns: repeat(1, 1fr);
  }
  .hero-content-img-wrap {
    max-width: 60px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .header-links-wrap li:not(:last-child) a{
    margin-right: 10px;
  }

  .app-features {
    padding-top: 5rem;
  }
  .about-us-container{
    display: block;
  }
  .hero-mobile-img img {
    max-width: 150px;
  }
  .hero-content-wrap h1 {
    padding-top: 20px;
  }
  .hero-section{
    min-height: auto;
    padding: 30px 0;
  }
}
@media (max-width: 399px){
  .header-center .nav-link{
    font-size: 14px;
  }

}
@media (max-width: 349px){

  .container{
    padding: 0 12px;
  }
  .header-center .nav-link {
    font-size: 12px;
  }
}