/* main responsive start */

@media (max-width: 360px) {
    h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 16px;
  }

  h3 {
    font-size: 14px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }


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


  /* header start */

  .social a i {
    color: #0e0d0d;
    font-size: 14px;
    opacity: 0.5;
  }


  /* header end */

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

  .head-b {
    font-size: 100px;
    width: 100%;
    height: 120px;
    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: 10px;
    width: 100%;
    color: rgb(255, 255, 255);
    font-style: italic;
    font-weight: 100;
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
  }

  .foot-p {
    font-size: 16px;
    margin-bottom: 5%;


  }



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

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

  }

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

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


  .section {
    width: 50%;
    height: auto;
  }

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

  .news {
    width: 100%;
    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;
  }

  /* social */

  .social {
    width: 50%;
    margin: 0% 0% 0% 3%;
    background-color: transparent;
    color: #0e0d0d;
    text-align: center;
  }

  .social a {
    padding: 5px;
  }

  .social a i {
    color: #0e0d0d;
    font-size: 20px;
    opacity: 0.5;
  }

  /* social */


  /* foto start */

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

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

  /* slider start */

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


    .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;
  }


  .main {
    margin: 5px 0px 0px 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;
  }



  /* slider end */



  /* FOTO Start */

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

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

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


  .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 */


  .wrapper {
    width: 100%;
  }

  .music-list {
    width: 80%;
  }

  .preview-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  max-width: 300px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}


  .footer {
    display: none;
    width: 100%;
  }
}

/* main responsive end */