body {
font-family: 'Montserrat';
margin: 0px;
    
}  

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    background-color: #BFB6A4;
    height: 125px;
    padding: 10px;
    align-items: center;
    z-index: 1000000;
  } 
 
  
  .chubriki {
    position: fixed;
    top: 20%;
    left: 45%;
    width: 36%;
    display: flex;
    background-color: #BFB6A4;
    padding: 10px;
    z-index: -100;
    align-items: center;
  } 
  
  
  
  .chubriki img {
      max-width: 100%;
    z-index: -100;
  }
  
  .big-bg-logo {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: -5%;
    top: 30%;
    width: 70%;
    display: flex;
    padding: 10px;
    z-index: 10000000000000;
    align-items: center;
  } 
  
  .big-bg-logo img {
      width: 100%;
      z-index: -99;
  }
  
  .header .logo {
      padding: 35px;
      width: 30%;
  }
  
  .header .buttons {
      display: flex;
      width: 70%;
      justify-content: flex-end;
      padding-right: 5%;
      font-size: 20px;
      
  }
  
  .header .button {
      padding: 35px;
      cursor: pointer;
  }
  
    .header .button.inactive {
        color: #666666;
    }
    
    .header .button.inactive:hover {
      color: #D9D9D9;
    }
  
  .header .button:hover {
      color: white;
  }
  
  
  .container .music {
      margin-top: 100%;
  }
  
  .fade {
      width: 100%;
      height: 1024px;
      background: linear-gradient(180deg, rgba(191, 182, 164, 0) 0%, #BFB6A4 100%);
  }
  
  @media only screen and (max-width: 1023px) {
        .fade {
          height: 100px;
        }
    
        .chubriki {
            left: 40%;
        }   
        
        
        .header .logo{
            padding: 15px;
        }
        
                  .header .button {
              padding: 15px;
              font-size: 16px!important;
              
          }
        
    }
    
    .header .mobile-logo {
        display: none;
        margin-bottom: 10px;
    }
    
    .mobile-logo-new {
        display: none;
        height: 90px;
        transition: height 0.1s ease;
        object-fit: contain;
        margin-bottom: 10px;
    }
    
    .mobile-logo-new .logo-top {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .mobile-logo-new .logo-bottom {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .mobile-logo-new .logo-mid {
        position: relative;

    }
    
    
    .mobile-logo-new img {
        width: 90px;
         transition: width 0.2s ease;
        object-fit: contain;
        position: relative;
        display: flex;
    }
    
    .logo-top {
        left: 33.3%;
    }
    
    .logo-bottom {
        right: 33.3%;
    }
    
      @media only screen and (max-width: 768px) {
        iframe {
        width: 100% !important;
        height: 100%!important;
        }
        
        
        .mobile-logo-new {
            display: flex;
        }
          
          .big-bg-logo {
              display: none;
          }
          
          .header .logo {
              display: none;
              max-width: 200px;
              padding: 0px;
              padding-bottom: 10px;
              padding-left: 15px;
          }
          
          .header .mobile-logo {
              display: flex;
              margin-bottom: 15px;
          }
          
           .scrolled .mobile-logo {
               display: none;
          }
          
          .scrolled .mobile-logo-short img {
              height: 15px;
              transition: height 0.5s ease;
          }
          
          .scrolled .mobile-logo-short  {
              display: flex!important;
              height: 70%;
              transition: height 0.5s ease;
          }
          
          
          .mobile-logo-short img {
              height: 0px;
              width: 150px;
              margin-bottom: 15px;
              margin-top: 15px;
          }
          
          .header .mobile-logo img {
              width: 70px;
          }
          
          .sidebar {
              display: none;
          }
          
          .header {
              height: 110px;
              flex-direction: column;
          }
          
         .scrolled .header {
              height: 65px;
              transition: height 0.2s ease;
          }
          
          .header .logo img {
              width: 100%;
              
          }
          
          .header .button {
              padding: 0px!important;
              font-size: 12px!important;
              
          }
          
          .header .buttons {
              width: 100%;
              justify-content: space-evenly;
          }
          
          .chubriki {
                      width: 100%;
        top: 29%;
        left: -12%;
          }
          
          .chubriki img {
              width: 100%;
          }
          
          .container-inner {
                width: 90%!important;
          }
          
          .music-wrapper {
              flex-direction: column-reverse!important;
          }
            
          .container-heading {
               font-size: 32px!important; 
          }
          
          .platform-link {
              font-size: 12px!important;
          }
          
          .listen-btn button {
              font-size: 12px!important;
          }
          
          .music-left {
              margin-right: 0px!important;
              margin-top: 30px!important;
          }
          
          .player-inner {
              width: 100%!important;
          }
          
          .contacts-heading {
              font-size: 24px!important;
          }
          
          .player-wrapper {
              margin-top: 30px!important;
          }
          
          .song-name {
              font-size: 30px!important;
          }
          
          .player-inner-song-title {
              flex-direction: column!important;
          }
          
          .album-text {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
          }
          
          .album-art img {
              height: 200px!important;
              width: 200px!important;
          }
          
          .music-right {
              width: 100%;
          }
           
          .contacts-big-text {
              font-size: 16px!important;
          }
          
          swiper-container {
              height: 300px!important;
              
          }
    }
    
    
    iframe {
    width: 80%;
    height: 80%;
    }
  
    swiper-container {
        width: 100%;
        background-color: black;
        border-radius: 12px;
        height: 500px;
        
    }
    
  .main {
      margin-top: 800px; 
  }
  
  .body {
      background-color: #BFB6A4;
  }
  
  .container {
      width: 100%;
      display: flex;
      justify-content: center;
      padding-top: 50px;
      padding-bottom: 50px;
  }
  
  .container-light {
      background-color: #BFB6A4;
  }
  
  .container-light .container-heading {
      color: #594D36;
  }
  
  .container-heading {
      font-size: 64px;
      text-align: center;
      padding: 35px;
      margin-bottom: 35px;
      font-weight: 600;
  }
  
  
  .container-inner {
      width: 75%;
  }
  
  .song-name {
    font-size: 48px;
    font-weight: 600;
    line-height: 58.51px;
    text-align: left;
    width: 100%;

  }
  
  .container-content {
      display: flex;
      justify-content: center;
      flex-direction: column;
  }
  
  .player-wrapper {
      margin-top: 100px;
      width: 100%;
  }
  
  .player-buttons {
      display: flex;
      justify-content: center;
      padding: 30px;
  }
  
  .arrow-button {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .arrow-button img {
      padding-left: 30px;
      padding-right: 30px;
  }
  
  
  
  .player-inner {
      width: 450px;
      height: 450px;
      border-radius: 24px;
      background: #594D36;

  }
  
  .album-art {
      height: 180px;
      display: flex;
      justify-content: center;
      max-width: 100%;
      align-items: center;
       padding: 25px;
  }
  
  .album-art img {
      width: 150px;
      height: 150px;
      border-radius: 12px;
     
  }
  
  .player-inner-song-title {
      display: flex;
      color: #D9D9D9;
      justify-content: center;
      align-items: center;
      padding: 25px;
  }
  
  .song-title {
      font-size: 24px;
  }
  
  .song-author {
      font-size: 16px;
  }
  
  .container-dark {
      background-color: #594D36;
  }
  
  .container-dark .container-heading {
      color: #BFB6A4;
  }
  
  .container-white {
      color: black;
      background: #F2F2F2;
  }
  
  .trademark {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 19.5px;
        text-align: center;
  }
  
  .container-gray {
      background: #D9D9D9;
      color: black;
  }
  
  .contacts-inner {
      height: 500px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      
  }
  
  .contacts-heading {
      font-weight: 600;
      font-size: 64px;
      margin-bottom: 50px;
      color: #262014;

  }
  
  .contacts-big-text {
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 600;
        line-height: 29.26px;
        text-align: left;
        color: #594D36;
      margin-top: 20px;
      margin-bottom: 20px;
  }
  
  .contacts-small-text {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 19.5px;
        margin-bottom: 15px;
        text-align: left;

  }
  
  .music-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .music-left {
      margin-top: 100px;
      margin-right: 30px;
  }
  
  .platform-link img {
      max-width: 30px;
      max-height: 30px;
      padding: 5px;
      margin-right: 10px;
  }
  
  .platform-link {
      
      font-size: 16px;
      display: flex;
      width: 200px;
      align-items: center;
  }
  
  .song-link {
      display: flex;
      padding: 5px;
      margin-bottom: 5px;
      cursor: pointer;
  }
  
  .song-link .listen-btn button  {
      background-color: #BFB6A4;
      color: #594D36;
      border: 1px solid #594D36; 
      border-radius: 6px;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 150px;
      font-size: 16px;
      height: 45px;
      cursor: pointer;
  }
  
   .song-link .listen-btn button img  {
        margin-right: 10px;
  }
  
  .song-link:hover  button {
      background-color: #F2F2F2;
      transition: background-color 0.5s;
  }
  
  
  .play-button img {
      width: 70px;
      cursor: pointer;
  }
  
  .play-paused {
      display: none;
  }
  
  .arrow-button {
      cursor: pointer;
  }
  
  
  .sidebar {
      position: fixed;
      right: 0;
      top: 30%;
      background-color: #594D36;
      border-bottom-left-radius: 16px;
      border-top-left-radius:  16px;
      width: 67px;
      padding-top: 15px;
      padding-bottom: 15px;
      z-index: 900000;
  }
  
  .sidebar .sidebar-icon img {
      width: 40px;
      padding: 20px;
  }
  
  .sidebar-icon {
      cursor: pointer;
  }
  
  
  .footer {
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  
  .footer-socials {
      margin-top: 15px;
      display: flex;
      width: 100%;
      justify-content: space-between;
      max-width: 240px;
  }
  
  .footer-icon img {
      width: 50px;
      height: 50px;
  }

  .footer-icon {
      cursor: pointer;
  }
  
  .swiper-button-next {
       color: #BFB6A4;
  }
  
  :root {
  --swiper-navigation-color: #BFB6A4;
  --swiper-pagination-color: #BFB6A4;
    }
   
    swiper-slide {
            justify-content: center;
        align-items: center;
        display: flex;
    }
    
    .mobile-logo-short img {
        height: 0px;
    }
    
    .mobile-logo-short {
        display: flex;
        height: 0px;
    }
    
    
    
   .scrolled .logo-mid {
      overflow: visible;
      height: 30px;
      
      transition: height 0.5s ease;
  }
  
  .scrolled .logo-top {
      transition: height 0.5s ease;
  }
  
  .logo-mid img {
      top: 0px;
      transition: top 0.1s ease;
  }
  
  .scrolled .logo-mid img {
      top: -25px;
      transition: top 0.1s ease;
      width: 90px;
  }
  
  .scrolled .mobile-logo-new{
      height: 30px;
      transition: height 0.2s ease;
  }
   
  
  .logo-bottom-big {
    position: relative;
    right: 33.3%;
  }
  
  .logo-top-big {
      position: relative;
      left: 33.3%;
  }
  
  .logo-mid-big {
      position: relative;
      z-index: 1000000000000000000;
  }
  
  