/* ========main-css===== */
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .navigation-bar .search-bar-container {
    top: 4.7rem !important;
  }

  .inhero-search.navigation-bar .search-bar-container {
    top: 0 !important;
  }

  /* .dropdown-menu.show {
      display: none;
    } */

  .navbar-collapse {
    position: fixed;
    background-color: #84848492;
    top: 53px;
    bottom: auto;
    right: 0;
    color: #000;
    width: 0;
    text-align: start;
    padding: 0 !important;
    z-index: 999;
    transition: 0.5s;
    transform: translatex(200px);
    -webkit-transform: translatex(200px);
    -moz-transform: translatex(200px);
    -ms-transform: translatex(200px);
    -o-transform: translatex(200px);
    opacity: 0;
    visibility: hidden;
    height: auto;
    max-height: 90%;
  }

  .navbar-collapse.main {
    width: 99%;
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    transform: translatex(0);
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
  }

  .navbar-collapse nav {
    /* text-align: center; */
    background-color: #fff;
    /* padding: 1rem 1rem 1rem 1rem; */
    /* max-width: 500px; */
    width: calc(100% - 0px);
    margin-right: auto;
    height: auto;
    max-height: 90%;
  }

  .header-menu-item {
    display: none;
  }
  .p8gpJ {
    padding: 14px 14px;
    padding-left: 10px !important;
  }

  .navbar-collapse .row {
    flex-direction: column;
  }

  /* .navbar-collapse .row div > a {
      display: block;
      padding: 0.5rem 0;
    } */
}

@media (max-width: 1080px) {
  .audio-items .actions .action-download {
    display: flex !important;
  }
  .audio-gallery .audio-items .action-play-pause {
    /* display: block !important; */
    opacity: 1;
  }
  .navbar-toggler {
    margin-right: 1rem;
  }
  .mobile-searchbar-inner .dropdown-menu {
    width: 88%;
    margin: auto !important;
    top: 40px !important;
    left: 50% !important;
    transform: translate(-50%, 12px) !important;
  }
  .mobile-searchbar-inner .btn.show {
    background-color: #d0d0d0 !important;
    border: 1px solid #d0d0d0 !important;
  }
  .fullprofile-Inner {
    display: grid;
    grid-template-columns: 180px 1fr;
    width: 55%;
    margin: auto;
    justify-content: center;
  }
  .fullprofile-Inner {
    width: 80%;
  }
}

@media screen and (min-width: 1080px) {
  .latest-uploads .masonry-item-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#000),
      color-stop(15%, rgba(0, 0, 0, 0.1)),
      color-stop(50%, rgba(0, 0, 0, 0.05)),
      color-stop(70%, rgba(0, 0, 0, 0.1)),
      to(#000)
    );
    background-image: linear-gradient(
      to bottom,
      #000 0,
      rgba(0, 0, 0, 0.1) 15%,
      rgba(0, 0, 0, 0.05) 50%,
      rgba(0, 0, 0, 0.1) 70%,
      #000 100%
    );
    background-clip: content-box;
    opacity: 0;
    visibility: hidden;
    padding: 0 1rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 10px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .navbar-collapse {
    top: 53px;
  }

  .latest-uploads .masonry-item:active .masonry-item-content,
  .latest-uploads .masonry-item:focus .masonry-item-content,
  .latest-uploads .masonry-item:hover .masonry-item-content {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 10px;
  }
}



@media (min-width: 992px) {
  .container,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg {
    max-width: 1320px;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667% !important;
  }

  .g-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4 {
    --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 991px) {
  /* .latest-uploads .masonry-item-content {
      visibility: visible;
      opacity: 1;
    } */
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 55%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333% !important;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667% !important;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    width: 25%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 576px) {
  .hero-title {
    font-size: 46px;
  }

  .newsletter-content h2 {
    font-size: 40px;
    margin-right: 1rem;
    margin-bottom: 20px;
    margin-left: 1rem;
  }

  .audio-gallery .audio-items .action-download {
    width: 2rem;
    height: 2rem;
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .hero-banner .hero-content {
    min-height: 55dvh;
  }

  .swiper-carousel {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .collections-gallery .tag a {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }

  .cta .cta-title {
    font-size: 1.5rem;
  }

  .latest-uploads {
    margin-top: 3rem;
  }

  .latest-uploads h2 {
    margin-bottom: 2rem;
  }

  .latest-uploads .masonry-item {
    overflow: hidden;
  }

  .latest-uploads .masonry-item > a > img {
    height: 100%;
    width: auto;
    -o-object-fit: initial;
    object-fit: initial;
  }

  .latest-uploads .author {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 2;
  }

  .latest-uploads .author img {
    height: 27px;
    width: 27px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .latest-uploads .author p {
    font-size: 13px;
    font-weight: 600;
    padding-left: 0.5rem;
  }

  .latest-uploads .author a {
    flex: 0 0 auto;
  }

  .latest-uploads .bookmark {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 2;
  }

  .latest-uploads .bookmark a {
    color: #ddd;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
  }

  .latest-uploads .bookmark a:active,
  .latest-uploads .bookmark a:focus,
  .latest-uploads .bookmark a:hover {
    color: #ccc;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
  }

  .latest-uploads .video-play-icon {
    display: block;
    color: #fff;
    font-size: 3.5rem;
    text-align: center;
  }

  .latest-uploads .masonry-item-content p {
    color: #fff;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .latest-uploads .action-button {
    height: 30px;
    width: 30px;
    background-color: #ffe5b6;
    color: #000;
    /* padding: ; */
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
  }

  .latest-uploads .action-button:active,
  .latest-uploads .action-button:focus,
  .latest-uploads .action-button:hover {
    background-color: var(--primary-brand-clr--hex);
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
  }

  .latest-uploads .action-button i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
  }

  .latest-uploads .action-button span {
    display: none;
  }

  .latest-uploads .view-more-btn {
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    margin-top: 3rem;
  }

  .audio-gallery {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

  .audio-gallery h2 {
    margin-bottom: 2rem;
  }

  .newsletter {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .newsletter .newsletter-content h2 {
    margin-right: 0;
    margin-left: 0;
  }

  .newsletter .action-icon,
  .newsletter .action-input {
    height: 52px;
    font-size: 18px;
  }

  .newsletter .action-button {
    font-size: 18px;
    line-height: 52px;
    margin-top: 1rem;
  }

  .latest-from-team {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .latest-from-team h2 {
    margin-bottom: 3rem;
  }

  .latest-from-team .post-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .latest-from-team .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    margin-bottom: 0;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
  }

  .latest-from-team .post:active,
  .latest-from-team .post:focus,
  .latest-from-team .post:hover {
    -webkit-box-shadow: 0 35px 80px -20px rgba(0, 0, 10, 0.05),
      0 30px 60px -30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 35px 80px -20px rgba(0, 0, 10, 0.05),
      0 30px 60px -30px rgba(0, 0, 0, 0.15);
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
  }

  .latest-from-team .post-img img {
    min-height: 250px;
    max-height: 250px;
  }

  .latest-from-team .post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .latest-from-team .post-content .title {
    font-size: 22px;
  }

  .latest-from-team .post-content .continue {
    margin-top: auto;
  }

  .more-content .tag a {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }

  .inhero-search.navigation-bar .search-field,
  .inhero-search.navigation-bar .dropdown {
    border-radius: 6px 0 0 6px !important;
    -webkit-border-radius: 6px 0 0 6px !important;
    -moz-border-radius: 6px 0 0 6px !important;
    -ms-border-radius: 6px 0 0 6px !important;
    -o-border-radius: 6px 0 0 6px !important;
  }

  .inhero-search.navigation-bar .search-field {
    border-radius: 0 6px 6px 0 !important;
    -webkit-border-radius: 0 6px 6px 0 !important;
    -moz-border-radius: 0 6px 6px 0 !important;
    -ms-border-radius: 0 6px 6px 0 !important;
    -o-border-radius: 0 6px 6px 0 !important;
  }
}

@media (min-width: 992px) {
  .sign-up-modal .content .sign-in-tab .title {
    font-size: 2rem;
  }

  .sign-up-modal .content .sign-in-tab .sign-in-facebook,
  .sign-up-modal .content .sign-in-tab .sign-in-google {
    font-size: 18px;
  }

  .sign-up-modal .content .reset-password-tab .title {
    font-size: 2rem;
  }

  .hero-banner {
    padding-top: 3.5rem;
  }

  .hero-banner .hero-title {
    font-size: 54px;
  }

  .swiper-carousel .swiper {
    position: relative;
  }

  .swiper-carousel .swiper-slide {
    padding: 1rem;
  }

  .swiper-carousel .swiper-button-disabled {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
  }

  .swiper-carousel .swiper-button-next:not(.swiper-button-disabled),
  .swiper-carousel .swiper-button-prev:not(.swiper-button-disabled) {
    visibility: visible !important;
    opacity: 1 !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
  }

  .swiper-carousel .swiper-button-prev {
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(transparent),
      color-stop(95%, #fff)
    );
    background: linear-gradient(-90deg, transparent, #fff 95%);
    margin-top: 0 !important;
  }

  .swiper-carousel .swiper-button-next {
    top: 0 !important;
    right: 0 !important;
    height: 100% !important;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(95%, #fff)
    );
    background: linear-gradient(90deg, transparent, #fff 95%);
    margin-top: 0 !important;
  }

  .swiper-carousel .swiper-button-next::after,
  .swiper-carousel .swiper-button-prev::after {
    background-color: #fff;
    color: #000;
    font-family: bootstrap-icons !important;
    font-size: 1.5rem !important;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }

  .swiper-carousel .swiper-button-prev::after {
    content: "\F12C" !important;
  }

  .swiper-carousel .swiper-button-next::after {
    content: "\F135" !important;
  }

  .swiper-carousel .swiper-button-next:active::after,
  .swiper-carousel .swiper-button-next:focus::after,
  .swiper-carousel .swiper-button-next:hover::after,
  .swiper-carousel .swiper-button-prev:active::after,
  .swiper-carousel .swiper-button-prev:focus::after,
  .swiper-carousel .swiper-button-prev:hover::after {
    background-color: var(--primary-brand-clr--hex);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }

  .collections-gallery .img-container {
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s,
      -webkit-transform 0.3s;
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
  }

  .collections-gallery .collection:active .img-container,
  .collections-gallery .collection:focus.img-container,
  .collections-gallery .collection:hover .img-container {
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 10, 0.5),
      0 20px 40px -20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 10, 0.5),
      0 20px 40px -20px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateX(5deg) translateY(-0.5rem);
    -webkit-transform: perspective(1000px) rotateX(5deg) translateY(-0.5rem);
    -moz-transform: perspective(1000px) rotateX(5deg) translateY(-0.5rem);
    -ms-transform: perspective(1000px) rotateX(5deg) translateY(-0.5rem);
    -o-transform: perspective(1000px) rotateX(5deg) translateY(-0.5rem);
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s,
      -webkit-transform 0.3s;
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
  }

  .cta .cta-content {
    margin-bottom: initial;
  }

  .cta .cta-title {
    font-size: 2rem;
  }

  .cta .cta-button {
    font-size: 17px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .latest-uploads .view-more-btn {
    font-size: 17px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 24px;
    padding-left: 24px;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s,
      -webkit-transform 0.3s;
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    -webkit-transform: rotateY(0);
  }

  .audio-gallery .view-more-btn {
    font-size: 17px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 24px;
    padding-left: 24px;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s,
      -webkit-transform 0.3s;
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    -webkit-transform: rotateY(0);
  }

  .latest-uploads .view-more-btn:active,
  .latest-uploads .view-more-btn:focus,
  .latest-uploads .view-more-btn:hover {
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 10, 0.5),
      0 20px 40px -20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 10, 0.5),
      0 20px 40px -20px rgba(0, 0, 0, 0.5);
    transform: translateY(-0.5rem);
    -webkit-transform: translateY(-0.5rem);
    -moz-transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    -o-transform: translateY(-0.5rem);
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s,
      -webkit-transform 0.3s;
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
  }

  .audio-gallery .view-more-btn:active,
  .audio-gallery .view-more-btn:focus,
  .audio-gallery .view-more-btn:hover {
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 10, 0.5),
      0 20px 40px -20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 10, 0.5),
      0 20px 40px -20px rgba(0, 0, 0, 0.5);
    transform: translateY(-0.5rem);
    -webkit-transform: translateY(-0.5rem);
    -moz-transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    -o-transform: translateY(-0.5rem);
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s,
      -webkit-transform 0.3s;
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
  }

  .audio-gallery .audio-items .action-play-pause {
    height: 4rem;
    width: 4rem;
    font-size: 2rem;
  }

  .audio-gallery .audio-items .action-download {
    height: 2.5rem;
    width: 2.5rem;
    /* margin-right: 1rem */
  }

  .audio-gallery .audio-items:last-of-type .action-play-pause {
    height: 3rem;
    width: 3rem;
    font-size: 2rem;
  }

  .audio-gallery .audio-items:last-of-type .action-download {
    height: 2rem;
    width: 2rem;
    /* margin-right: .5rem */
  }

  .newsletter .newsletter-content h2 {
    font-size: 43px;
  }

  .newsletter .action-button {
    color: inherit;
    transition: background-color 0.3s, -webkit-box-shadow 0.3s, color 0.3s;
    -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s,
      color 0.3s;
    -moz-transition: background-color 0.3s, -webkit-box-shadow 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, -webkit-box-shadow 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, -webkit-box-shadow 0.3s, color 0.3s;
  }

  .newsletter .action-button:active,
  .newsletter .action-button:focus,
  .newsletter .action-button:hover {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1),
      0 15px 40px -20px rgba(0, 0, 10, 0.15);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1),
      0 15px 40px -20px rgba(0, 0, 10, 0.15);
    background-color: var(--primary-brand-clr--hex);
    color: #fff;
    -webkit-transition: background-color 0.3s, color 0.3s,
      -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s, background-color 0.3s, color 0.3s;
    transition: box-shadow 0.3s, background-color 0.3s, color 0.3s,
      -webkit-box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s, background-color 0.3s, color 0.3s;
    -moz-transition: box-shadow 0.3s, background-color 0.3s, color 0.3s;
    -ms-transition: box-shadow 0.3s, background-color 0.3s, color 0.3s;
    -o-transition: box-shadow 0.3s, background-color 0.3s, color 0.3s;
  }

  .more-content .img-container {
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s,
      -webkit-transform 0.3s;
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    -ms-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    -o-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  }

  .more-content .collection:active .img-container,
  .more-content .collection:focus.img-container,
  .more-content .collection:hover .img-container {
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 10, 0.5),
      0 20px 40px -20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 10, 0.5),
      0 20px 40px -20px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateX(5deg) translateY(-0.5rem);
    -webkit-transform: perspective(1000px) rotateX(5deg) translateY(-0.5rem);
    -moz-transform: perspective(1000px) rotateX(5deg) translateY(-0.5rem);
    -ms-transform: perspective(1000px) rotateX(5deg) translateY(-0.5rem);
    -o-transform: perspective(1000px) rotateX(5deg) translateY(-0.5rem);
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s,
      -webkit-transform 0.3s;
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
  }

  .footer .copyright-footer p {
    padding: 0 12px;
  }

  .footer .copyright-footer .copyright {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .navigation-bar {
    position: sticky !important;
    color: #fff;
  }

  /* .home-searchbar {
      color: #000 !important;
      background: #fff !important;
    } */

  .navigation-bar .logo #lightLogo {
    opacity: 1;
  }
  .navigation-bar .logo #darkLogo {
    opacity: 0;
  }
  .navigation-bar.navigation-bar-detail .logo #lightLogo {
    opacity: 0 !important;
  }
  .navigation-bar.navigation-bar-detail .logo #darkLogo {
    opacity: 1 !important;
  }

  .navigation-bar.search-active {
    background-color: transparent;
  }

  .navigation-bar .dropdown-toggle-btn {
    background-color: #eee;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 6px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 6px !important;
  }

  .navigation-bar .search .dropdown-menu.show {
    position: absolute !important;
    top: auto !important;
    left: auto !important;
    height: initial;
    width: 350px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-top: 0 !important;
  }

  .navigation-bar .search .dropdown-menu .search-list-divider {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .navigation-bar .search .search-form {
    position: initial;
    top: initial;
    left: initial;
    width: initial;
    background-color: initial;
    padding: initial;
    margin-top: 0;
  }

  .navigation-bar .search .search-field input {
    background-color: #eee;
    border-radius: 0 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0 !important;
  }

  .navigation-bar .search .search-btn-container {
    width: initial;
    background-color: #eee;
    border-top-right-radius: 6px !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 0 !important;
  }

  .navigation-bar .sign-in i::before {
    background-color: #eee;
    color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0.5rem;
    margin-right: 0.25rem;
  }

  .navigation-bar .contribute .contribute-link {
    outline: #000;
    /* background-color: transparent; */
    background-color: #eee;
    /* border: 2px solid var(--primary-brand-clr--hex); */
    border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #000;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 0.5rem 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add drop shadow */
    transition: box-shadow 0.3s ease;
  }

  .contribute-link:hover {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) !important; /* Enhance shadow on hover */
  }

  .navigation-bar .contribute .contribute-link i::before {
    margin-right: 0.25rem;
  }

  .hero-banner {
    margin-top: -70px !important;
  }
}

@media (min-width: 1400px) {
  .cta .container-lg {
    padding: 3rem;
  }

  .audio-gallery .audio-items .action-download {
    height: 2.5rem;
    width: 2.5rem;
  }

  .audio-gallery .audio-items:last-of-type .action-download {
    height: 2rem;
    width: 2rem;
  }

  .audio-gallery .audio-items:last-of-type .action-play-pause {
    height: 3.5rem;
    width: 3.5rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1080px) {
  .searchFormSmall {
    display: none;
  }
  #navSearchBtn {
    display: block !important;
  }
  .mobile-seachbar {
    display: flex !important;
  }
  #mobile-contribute {
    display: none !important;
  }
  .SWuWW,
  .suUps {
    display: none;
  }
  .latest-uploads .bookmark,
  .latest-uploads .author {
    display: none !important;
  }
  .U89hE {
    cursor: pointer;
    grid-template-columns: 24px 1fr 24px;
    -webkit-user-select: none;
    user-select: none;
  }
  .joinNewMain {
    gap: 30px;
  }
  .joinus-heading {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .joinus-para {
    font-size: 17px;
  }
  .uploadDragTitle {
    width: 30%;
  }
}

@media screen and (max-width: 992px) {
  .latest-uploads .bookmark,
  .latest-uploads .author {
    display: none !important;
  }
  .profile-content-top span {
    font-size: 26px;
  }
  .joinNewMain {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .joinNewLeftMain {
    order: 2;
  }
  .joinNewRightMain {
    height: 400px;
  }
  .joinNewRightMain .img-fluid {
    width: 100%;
  }
  .join-card .card {
    width: 100%;
  }
  .uploadTopMain {
    width: 95%;
  }
  .uploadDragTitle {
    width: 100%;
  }
  .uploadBenefitMain {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .aboutBannerMain {
    gap: 50px;
  }
  /* .aboutBannerImageMain {
      gap: 25px;
    } */
}

@media (max-width: 768px) {
  .inhero-search.navigation-bar .search .dropdown-menu.show {
    width: 100%;
  }
}

/* vishal css */

@media (max-width: 768px) {
  .search-field.input-group.col-12.col-md-8 {
    flex: 1;
  }
  .dropdown.col.col-12.col-md-4 {
    width: auto;
  }
  .search-btn-container.w-auto {
    width: auto;
  }
}

@media (max-width: 768px) {
  .artwork .actions .action-download {
    display: flex;
  }
}

@media (max-width: 768px) {
  .navbar-toggler.ms-3 {
    flex: 1;
  }
  .row.justify-content-between.align-items-center {
    flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .ulz-button.ulz--large {
    line-height: 26px;
    font-size: 17px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-menu-item {
    display: block;
  }
  .dropdown-menu {
    width: 100%;
  }
  .dropdown-menu ul {
    padding: 0;
  }
  /* .dropdown-menu li {
      border-bottom: 1px solid #ccc;
    } */
  .dropdown-menu li:last-child {
    border-bottom: none;
  }
  .dropdown-menu a {
    padding: 10px;
    font-size: 16px;
  }
}

@media (max-width: 949px) {
}

@media (max-width: 767px) {
  .p8gpJ {
    padding: 14px 14px;
    padding-left: 0px !important;
  }
}

@media (max-width: 949px) {
  .U89hE {
    cursor: pointer;
    grid-template-columns: 24px 1fr 24px;
    -webkit-user-select: none;
    user-select: none;
  }
}

@media (max-width: 949px) {
}

/* @media (max-width: 949px) {
    .SWuWW,
    .suUps {
      display: none;
    }
  } */

@media (min-width: 768px) {
  .contact-container {
    align-items: center;
    max-width: 1000px;
  }
}

@media (min-width: 992px) {
  .play-button-overlay {
    display: none;
  }
  .masonry-item:hover .play-button-overlay {
    display: block;
  }
}
@media (min-width: 992px) {
  .ulz-button.ulz--large {
    line-height: 26px;
    font-size: 17px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 901px) and (max-width: 1440px) {
  .Button_responsiveButton__9BBRz {
    height: 45px;
    font-size: 15px;
  }
}

@media (min-width: 901px) and (max-width: 1440px) {
  .Button_responsiveButton__9BBRz.Button_iconSolo__JmugI {
    width: 45px !important;
  }
}

@media (max-width: 768px) {
  /* .search {
        position: absolute;
        left: 0;
        top: 0;
      } */
  .navbar-toggler {
    position: absolute;
    right: 0;
    /* top: 0; */
  }
}
@media (max-width: 768px) {
  .audio-items .actions .action-download {
    display: flex !important;
  }
}

/*========= Media Query Start =========*/
@media (min-width: 1200px) {
  .user-profile-sticky {
    position: sticky;
    top: 70px;
    left: 0;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
      rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  }
}

@media (max-width: 1200px) {
  .user-profile-content {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
}

@media (max-width: 991px) {
  .navigation-bar {
    height: 53px;
  }
  .premium-section-img {
    margin-bottom: 16px;
  }

  .premium-section .container-fluid,
  .related-section .container-fluid,
  .collection-section .container-fluid {
    padding: 0 20px;
  }
  .navigation-bar .search .search-form {
    left: unset;
    top: 60px;
    border-radius: 10px;
    right: 20px;
    width: 95%;
  }
  .search-field::before {
    display: none;
  }
  /* ========== */
  .navigation-bar .search .dropdown-menu.show {
    width: 100%;
    left: 0px !important;
    top: 120px !important;
  }
  .mobile-searchbar {
    width: 97%;
  }
  .mobile-searchbar-inner input[type="text"] {
    font-size: 13px;
  }
  .mobile-main-select-dropdown {
    padding: 6px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .mobile-main-select-dropdown svg {
    width: 18px;
    height: auto;
  }
  .mobile-seachbar {
    /* flex: 1 0 auto !important; */
    /* width: 80%; */
  }
  /* .mobile-seachbar.align-items-center {
    flex: 1 !important;
  } */
  .mobile-search-field input[type="search"] {
    width: 70%;
    font-size: 15px;
    border-radius: 0px !important;
  }
  .navigation-bar .mobile-search-field .search-btn-container {
    width: 30% !important;
    border-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .navigation-bar .dropdown-toggle-btn {
    border-radius: 0px;
  }

  .dropdown-menu-main {
    min-width: 210px;
  }
  .user-profile-more::before,
  .user-download-btn .dropdown-menu-main::before {
    background-color: #fff;
    height: 10px;
    width: 10px;
    z-index: 2;
    border-radius: 100px;
  }
  .user-download-btn .dropdown-menu-main::before {
    right: 17px;
    top: -5px;
  }
  .dropdown-menu-main .user-download-arrow {
    top: -21px;
    right: 11px;
  }
  .user-profile-sticky {
    top: 52px;
  }
}

@media (max-width: 800px) {
  .product-img {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hero-banner {
    padding-top: 20px;
  }

  .product-details {
    padding: 10px 0;
  }

  .product-details .container-fluid {
    padding: 0;
  }

  .product-img {
    max-width: 100%;
  }

  .product-view {
    padding: 0 15px;
  }

  .product-details-view {
    margin-bottom: 15px;
  }

  /* .product-details-view div:first-child {
      margin-bottom: 12px;
    } */

  .product-description {
    padding: 15px 12px 25px;
  }

  .product-tag {
    padding: 0 12px;
  }

  .premium-section-title {
    font-size: 20px;
  }

  .premium-section .container-fluid {
    padding: 0 15px;
  }

  .premium-section .container-fluid {
    padding: 0 15px;
  }

  .user-more-item {
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .user-followup {
    margin-top: 8px;
  }
  .user-download-btn {
    margin-left: auto;
  }
  .user-download-btn .dropdown-menu {
    left: unset !important;
    right: 0 !important;
  }
  .product-img {
    max-width: 100%;
  }
  .user-profile-more {
    width: 300px;
  }
  .user-more-img {
    width: 45px;
    height: 45px;
  }
  .user-profile-dropdown .user-name {
    font-size: 16px;
  }
  .user-profile-dropdown .user-subname {
    font-size: 13px;
  }
  .premium-section {
    padding: 15px 0;
  }
  .product-img img {
    object-fit: contain;
  }
  /* =================== */
  .navigation-bar .search .search-form {
    left: unset;
    top: 60px;
    border-radius: 10px;
    right: 20px;
    width: 90%;
  }
  .navbar-collapse nav {
    /* text-align: center; */
    background-color: #fff;
    /* padding: 1rem 1rem 1rem 1rem; */
    max-width: 500px;
    width: calc(100% - 0px);
    margin-right: auto;
    height: auto;
    max-height: 90%;
  }
  .navbar-collapse.main {
    width: 97%;
  }
  .audio-gallery h2 {
    margin-bottom: 1rem;
  }
  .mobile-searchbar {
    width: 80%;
  }

  .navbar-toggler {
    margin-right: 0.8rem;
  }
  .mobile-searchbar-inner .dropdown-menu {
    width: 95%;
    transform: translate(-50%, 12px) !important;
  }
  .imageHide {
    display: none;
  }
  .contactFormMain {
    width: 100%;
  }
  .aboutBottomImg {
    max-width: 100%;
  }
  .product-view {
    padding: 0 5px;
  }
  .product-details-view {
    column-gap: 5px;
    grid-template-columns: repeat(3, minmax(min-content, 66px));
  }
  .fullprofile-Inner {
    width: 95%;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .fullprofile-Inner .product-tag {
    padding: 0px !important;
  }
  .profile-content-top span {
    font-size: 24px;
  }
  .fullprofile-section {
    padding: 40px 0 20px 0;
  }
  .uploadTopHeading {
    font-size: 24px;
  }
  .uploadTopDescription {
    font-size: 14px;
  }
  .uploadDocumentMain {
    padding: 50px 25px;
  }
  .uploadDragTitle {
    font-size: 26px;
  }
  .uploadBenefitMain {
    grid-template-columns: repeat(1, 1fr);
  }
  .aboutBannerImageMain {
    gap: 10px;
  }
}

/*========= Media Query End =========*/

/* Always let Bootstrap row-cols utilities win! */
.audio-items > .item {
  flex: 0 0 auto !important;
  width: auto !important;
}


@media (max-width: 767px) {
  .audio-items.row-cols-2 > .item { width: 50% !important; }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .audio-items.row-cols-md-3 > .item { width: 33.3333% !important; }
}
@media (min-width: 1200px) {
  .audio-items.row-cols-xl-4 > .item { width: 25% !important; }
}

