@media screen and (max-width: 1366px) {
    .btn-primary{
        padding: 5px 10px;
    }
    #navigation a.nav-link {
        padding: 0px 10px;
    }
    .fs-17{
        font-size: 14px;
    }
    .fs-18 {
        font-size: 14px;
    }
    .fs-45 {
        font-size: 30px;
    }
    #downloads img{
        max-width: 150px !important;
    }
    .line01 {
        position: absolute;
        top: -2%;
        width: 100%;
        max-width: 30%;
        left: -28%;
    }
    .line02 {
        position: absolute;
        top: -14px;
        width: 100%;
        max-width: 40%;
        right: -40px;
    }
     #gallery img.img-fluid{
        max-width: 15%;
    }
}

@media screen and (max-width: 992px) {
    .navbar-brand img{
        width: 75%;
    }
    #navigation a.nav-link {
        padding: 0px 5px;
    }
    .fs-17 {
        font-size: 10px;
    }
    .fs-18{
        font-size: 15px ;
    }
    .fs-45{
        font-size: 22px !important;
    }
    #heroSection img.play-buttons{
        width: 120px !important;
    }
    .btn-secondary {
        background-image: linear-gradient(to right, var(--pink) 0%, var(--yellow) 100%);
        border-radius: 50px;
        box-sizing: border-box;
        color: var(--white);
        display: block;
        height: 61px;
        letter-spacing: 1px;
        padding: 2px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        width: 202px;
        z-index: 2;
    }
    .line01 {
        position: absolute;
        top: 9%;
        width: 100%;
        max-width: 30%;
        left: -18%;
    }
    .line02 {
        position: absolute;
        top: -3px;
        width: 100%;
        max-width: 40%;
        right: -40px;
    }
     #gallery img.img-fluid{
        max-width: 100%;
    }

}
@media screen and (max-width: 768px) {
   .fs-17{
        font-size: 15px;
   }
   .fs-18 {
    font-size: 16px;
    }
   .fs-45 {
    font-size: 30px !important;
    }
   #navigation a.nav-link {
    padding: 5px 5px;
    }
    .w-sm-100{
        width: 100% !important;
    }
    .marginT-17 {
        margin-top: 0%;
    }

}
@media screen and (max-width: 480px) {
    .fs-45 {
        font-size: 26px !important;
    }
    #downloads img {
        max-width: 100px !important;
    }
}


@media (max-width: 280px) {
    #pricing ul {
      margin: 1rem;
    }
    #pricing h1 {
      font-size: 1.2rem;
    }
    #pricing .toggle {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      height: 80px;
    }
    #pricing .cards {
      margin: 0;
      display: flex;
      flex-direction: column;
    }

    #pricing .card {
      transform: scale(0.8);
      margin-bottom: 1rem;
    }
    #pricing  .cards .card.active {
      transform: scale(0.8);
    }
  }

  @media (min-width: 280px) and (max-width: 320px) {
    #pricing ul {
      margin: 20px;
    }
    #pricing .cards {
      display: flex;
      flex-direction: column;
    }
    #pricing .card {
      margin-bottom: 1rem;
    }
    #pricing .cards .card.active {
      transform: scale(1);
    }
  }

  @media (min-width: 320px) and (max-width: 414px) {
    #pricing .cards {
      display: flex;
      flex-direction: column;
    }
    #pricing .card {
      margin-bottom: 1rem;
    }
    #pricing .cards .card.active {
      transform: scale(1);
    }
  }
  @media (min-width: 414px) and (max-width: 768px) {
    #pricing .card {
      margin-bottom: 1rem;
      margin-right: 1rem;
    }
    #pricing .cards .card.active {
      transform: scale(1);
    }
  }
  @media (min-width: 768px) and (max-width: 1046px) {
    #pricing .cards {
      display: flex;
    }
    #pricing .card {
      margin-bottom: 1rem;
      margin-right: 1rem;
    }
    #pricing .cards .card.active {
      transform: scale(1);
    }
  }
