/* main responsive start */

@media (max-width: 1080px) {

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }


  p {
    color: rgb(255, 255, 255);
    font-size: 0px;
    text-align: left;
    font-style: italic;
    margin: 0px 0px 0px 0px;
  }

  .head {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 6% 0% 0% 10%;
    padding: 5% 0% 10% 0%;
  }

  .head-b {
    font-size: 150px;
    width: 100%;
    height: 180px;
    color: rgb(0, 0, 0);
    font-style: normal;
    font-weight: bolder;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .head-p {
    font-size: 14px;
    width: 100%;
    color: rgb(255, 255, 255);
    font-style: italic;
    font-weight: 100;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .foot-p {
    font-size: 20px;
  }

  .section {
    width: 80%;
  height: 700px;
  }

  #menu-btn {
    display: inline-block;
    font-size: 20px;
  }

.cow-1080 {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}

.cow-1080 img {
  width: 100%;
  height: auto;
  display: block;
  position: fixed;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}

.cow-769, .cow-main, .cow-576 {
  display: none;
}

  .show {
    width: 80%;
    height: auto;
  }

  .news {
    width: 80%;
    height: auto;

  }

  .header .navbar {
    position: absolute;
    top: 95%;
    background-color: #ffff;
    height: calc(100vh - 9rem);
    width: 100px;
    box-shadow: 0px 20px 14px 0px rgb(0 0 0 / 75%);
    right: -100%;
    transform: scaleX(0);
    transition: 1s ease;
  }

  .header .navbar.active {
    right: 1rem;
    transform: scaleX(1);
    transition: 0.5s ease;
  }

  .header .navbar a {
    color: var(--black-color);
    display: block;
    margin: 5px;
    padding: 5px;
    font-size: 15px;
  }

  /* foto start */

  .foto {
    display: inline-block;
    width: 800px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    /* background-color: #0e0d0d; */
  }

  .foto img {
    width: 180px;
    margin: 0px;
    padding: 0px;
    border: 5px solid black;
    cursor: pointer;
  }

  .wrapper {
    width: 50%;
  }

  .music-list {
    width: 100%;
  }

  .top-bar i {
    font-size: 20px;
    color: var(--black-color);
  }

  .top-bar span {
    font-size: 14px;
    margin-left: -3px;
    color: var(--white);
  }

  .img-area {
    width: 100%;
    height: 136px;
    overflow: hidden;
    margin-top: 25px;
    border-radius: 15px;
    box-shadow: 0px 6px 12px var(--lightbshadow);
  }

  .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .song-details {
    text-align: center;
    margin: 10px 0;
  }

  .song-details #name {
    color: var(--white);
    font-size: 14px;
  }

  .song-details #artist {
    font-size: 16px;
    opacity: 0.9;
    line-height: 35px;
  }

  .progress-area {
    height: 6px;
    width: 100%;
    border-radius: 50px;
    background: #f0f0f0;
    cursor: pointer;
  }

  .progress-area .progress-bar {
    height: inherit;
    width: 0%;
    position: relative;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--pink) 0%, var(--violet) 100%);
  }

  .progress-bar::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    top: 50%;
    right: -5px;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
    background: inherit;
    transition: opacity 0.2s ease;
  }

  .song-timer span {
    font-size: 11px;
    color: var(--darkwhite);
  }


  .controls {
    margin: 40px 0 5px 0;
  }



  .controls i:nth-child(2),
  .controls i:nth-child(4) {
    font-size: 33px;
  }

  .controls .play-pause {
    height: 44px;
    width: 44px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(var(--white) 0%, var(--darkwhite) 100%);
    box-shadow: 0px 0px 5px var(--pink);
  }

  .play-pause::before {
    position: absolute;
    content: "";
    height: 33px;
    width: 33px;
    border-radius: inherit;
    background: linear-gradient(var(--pink) 0%, var(--violet) 100%);
  }

  .play-pause i {
    height: 43px;
    width: 43px;
    line-height: 43px;
    text-align: center;
    background: inherit;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
  }

  .music-list {
    position: absolute;
    background: var(--black-color);
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    bottom: -55%;
    opacity: 0;
    pointer-events: none;
    z-index: 5;
    padding: 5px 10px;
    border-radius: 15px;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.15s ease-out;
  }

  /* GALLERY */

  /* slider start */

  .main {
    margin: 75px 0px -10px 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slider {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .slider img {
    width: 100%;
    height: 100%;
    border: 5px solid black;
  }

  .button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }

  .button i {
    color: rgb(255, 255, 255);
    cursor: pointer;
  }

  .button i:hover {
    color: grey;
  }

  .gallery button {
    position: relative;
    float: left;
    width: 20%;
    height: 25px;
    margin: 20px 0px 0px 0px;
    border: 1px solid rgb(255, 255, 255);
    background-color: white;
    cursor: pointer;
    font-size: 14px;
  }

  .gallery {
    padding-bottom: 5%;
    position: relative;
    width: 700px;
    height: auto;
    margin: 0% 0% 1% 5%;
  }

  /* slider end */


  /* GALLERY */


  /* FOTO Start */

  .wrappers {
    padding-bottom: 5%;
    position: relative;
    width: 500px;
    height: auto;
    margin: 0% 0% 1% 10%;
  }

  .gallerys {
    display: flex;
    flex-wrap: wrap;
  }

  .gallerys .images {
    padding: 7px;
    width: calc(100% / 3);
  }


  .gallerys .images span {
    display: flex;
    width: 100%;
    overflow: hidden;
  }

  .gallerys .images img {
    width: 100%;
    vertical-align: middle;
    transition: all 0.3s ease;
  }

  .gallerys .images:hover img {
    transform: scale(1.1);
  }



  /* FOTO end */

  .footer {
    width: 100%;
  }

    .copyright{
  font-size: 18px;
}
}



/* main responsive end */