/*===== min =====*/
@media(min-width:768px) {}

@media(min-width:992px) {
  .home.meet-host .host-img {
    margin-left: -24px;
  }
}

@media(min-width:1025px) {
  .header-wrap {
    height: 95px;
  }

  .menu-toggle {
    display: none;
  }

  header .logo a {
    width: 220px;
  }

  header .header-menu {
    margin-left: auto;
  }

  header .header-menu .menu li>a {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: var(--secondary);
    transition: var(--transition);
  }

  header .header-menu .menu>ul {
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
  }

  header .header-menu .menu>ul>li {
    display: inline-flex;
  }
}

@media(min-width:1101px) {
  .banner .banner-info {
    margin-right: -14px;
  }

  .banner .audo-shape {
    margin-left: -144px;
  }
}

@media(min-width:1281px) {
  .header-wrap {
    height: 100px;
  }

  header .logo a {
    width: 250px;
  }

  header .header-menu .menu li>a {
    font-size: 20px;
  }

  header .header-menu .menu>ul {
    column-gap: 20px;
  }
}

@media(min-width:1361px) {
  .header-wrap {
    height: 109px;
  }

  header .logo a {
    width: 300px;
  }

  header .header-menu .menu li>a {
    font-size: 24px;
  }

  header .header-menu .menu>ul {
    column-gap: 30px;
  }
}

@media(min-width:1580px) {
  .header-wrap {
    height: 123px;
  }

  header .logo a {
    width: 387px;
  }

  header .header-menu .menu li>a {
    font-size: 30px;
  }

  header .header-menu .menu>ul {
    column-gap: 50px;
  }

  .home.meet-host .host-img .dot-shape {
    top: -37px;
    right: -42px;
  }
}

/*===== min =====*/

/*===== max =====*/
@media(max-width:1360px) {
  .testimonial-box .logo {
    width: 200px;
    height: 100px;
    padding: 40px;
  }
}

@media(max-width:1280px) {
  .home.free-download .mike-shape {
    left: -6%;
  }

  .testimonial-box {
    padding-top: 90px;
  }

  .testimonial-box .icon {
    width: 60px;
  }

  .testimonial-box .logo {
    width: 170px;
    height: 90px;
    padding: 30px;
  }
}

@media(max-width:1024px) {
  .menu-toggle button {
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    color: var(--primary);
    width: 32px;
    height: 32px;
  }

  .header-wrap {
    height: 72px;
  }

  .header-wrap header {
    padding: 20px 0;
  }

  header .logo a {
    width: 200px;
  }

  header .header-menu .menu-toggle button {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--primary);
  }

  header .header-menu .top-link {
    display: none;
  }

  header .header-menu {
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: var(--white);
    width: 320px;
    padding: 70px 15px 20px;
    z-index: 3;
    transition: var(--transition);

  }

  header .header-menu .menu {
    height: 100%;
    overflow: auto;
  }

  header .header-menu:not(.menu-open) {
    right: -320px;
  }

  header .header-menu .menu-toggle button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 15px 10px;
    justify-content: flex-end;
    color: var(--primary);
  }

  header .header-menu .menu-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    cursor: pointer;
  }

  header .header-menu .menu li {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  header .header-menu .menu li>a {
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 17px 0;
    color: var(--primary);
  }

  header .header-menu .menu .sub-menu {
    padding: 0 8px;
    display: none;
  }

  header .header-menu .menu-arrow .icon {
    transition: var(--transition);
  }

  header .header-menu .menu-arrow.active .icon {
    transform: rotate(180deg);
  }

  header .overlay {
    position: fixed;
    inset: 0;
    background: var(--black);
    opacity: 0.7;
    z-index: 2;
    transition: var(--transition);
  }

  header .overlay:not(.active) {
    opacity: 0;
    visibility: hidden;
  }
}

@media(max-width:991px) {
  .btn {
    min-height: 64px;
    font-size: 18px;
    padding: 20px 30px;
    column-gap: 16px;
  }

  .btn .icon {
    width: 18px;
    height: auto;
  }

  .btn-play {
    font-size: 24px;
  }

  .banner .mike-box {
    left: 20px;
    bottom: 20px;
  }

  .home.meet-host .host-img .circle-shape {
    left: 0;
  }

  .home.every-topics .topic-gallery .img-cover {
    padding-bottom: 75%;
  }

  .home.free-download .mike-shape {
    top: initial;
    bottom: 0;
    left: 0;
    width: 140px;
  }

  .home.on-help .on-help-gallery .img-cover {
    padding-bottom: 75%;
  }

  .home.be-guest .be-guest-shape {
    bottom: -8%;
    right: -8%;
  }

  .testimonial-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .testimonial-box .logo {
    position: static;
    margin-top: 20px;
  }

  .testimonial-box .name {
    padding-top: 25px;
  }
}

@media(max-width:767px) {
  .btn {
    min-height: 54px;
    font-size: 16px;
    padding: 18px;
  }

  .btn .icon {
    width: 16px;
  }

  .btn-play {
    font-size: 20px;
    column-gap: 20px;
  }

  .btn-play .icon-box {
    width: 50px;
    height: 50px;
  }

  .btn-play .icon-box .icon {
    width: 18px;
    height: auto;
  }

  .form-row .form-control {
    height: 64px;
  }

  .form-row select.form-control {
    background-size: 20px;
    background-position: center right 15px;
  }

  .home.is-podcast .podcast-list li {
    padding: 20px 0;
  }
}

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

/*===== max =====*/