body{
    background-color: #CEB889;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    
    
}
container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.header{
    width: 1200px;
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
    
    
}
.header a{
    text-decoration: none;
}
.menu{
    color: #E9E9E9;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    font-style: italic;
    height: 32px;
    width: 91px;
    background-color: #1B1B1B;
    
    display: flex;
    align-items: center;
    justify-content: center;

}
.icon{
    display: flex;
    

}
.icon a{
    margin-left: 25px;

}
.icon a:hover{
    filter: opacity(50%);
    
}

.yt{
    background: url('icon/yt.png');
    width: 26px;
    height: 26px;
}
.inst{
    background: url('icon/inst.png');
    width: 19px;
    height: 19px;
    margin-top: 4px;
}
.sound{
    background: url('icon/sound.png');
    width: 29px;
    height: 16px;
    margin-top: 4px;
}
.image{
  
    width: 37%;
    height: auto;
    margin-top: 27px;
}
content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-container{
    margin-top: 180px;;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.text{
    width: 447px;
    height: 280px;
    margin-right: 8%;
    margin-top: 109px;
}
.logo{
    background: url('icon/logo.png');
    width: 141px;
    height: 33px;
}
.logo-text{
    font-size: 18px;
    color: #1B1B1B;
    font-weight: 600;
    margin-top: 5px;
    letter-spacing: 2px;
}
.text-about{
    font-size: 16px;
    color: #1B1B1B;
    font-weight: 600;
    margin-top: 33px;
    letter-spacing: 2px;
    line-height: 28PX;
    font-style: italic;
}
.action-text{
    margin-top: 272px;;
    width: 1200px;
    
}
.beats{
    width: 174px;
    height: 43px;
    background-color: #1B1B1B;
    border-radius: 5px;
    color: #E9E9E9;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
}
#player{
   margin-top: 20px; 
}
.wmplayer.default.dark {
    background-color: #1B1B1B !important;
    border-radius: 5px;
    
  }
  .wmplayer.default.dark .wmp-button {
    fill: #AC8D5A !important;
    stroke: #AC8D5A !important;
  }
  .wmplayer.default.dark .wmp-progress-bar {
    background-color: #AC8D5A !important;
  }
  
.wmplayer.default.dark .wmp-progress-bar::after {
    background-color: #AC8D5A !important;
  
  }

  .wmplayer.default.dark .wmp-volume-bar {
    background-color: #AC8D5A !important;
  }
  
.wmplayer.default.dark .wmp-volume-bar::after {
    background-color: #AC8D5A !important;
  
  }

  .wmplayer.default .wmp-controls .wmp-button:not(:last-child) {
    margin-right: 19px !important;
  }

  .wmp-current-track-title {
    margin-left: 55px;
    width: calc(100% - 165px) !important;
  }
  .wmplayer.default.dark .wmp-playlist > div.wmp-current {
    background-color: #77684E !important;
  }
  .wmplayer.default.dark .wmp-button path {
    stroke: #77684E !important;
  }
  .wmplayer.default .wmp-footer {
    padding: 10px 15px !important;
    
    color: #e1e1e1 !important;
  }

  .contact{
    display: flex;
    justify-content: flex-end;
    width: 1200px;
    margin-top: 73px;
    padding-bottom: 100px;
  }
.text-contact{
    margin-right: 187px;  
}
address{
    margin-top: 20px;
 
}
address a{
    font-size: 16px;
    color: #1B1B1B;
    font-weight: 600;
    letter-spacing: 2px;
}
address a:hover{
    opacity: 50%;
}
  .social{
    display: grid;
    margin-right: 100px;
  }
  .contact-bn{
    width: 104px;
    height: 41px;
    background-color: #1B1B1B;
    border-radius: 5px;
    color: #E9E9E9;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
  }
  .social-bn{
    width: 104px;
    height: 31px;
    background-color: #1B1B1B;
    border-radius: 5px;
    color: #E9E9E9;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
  }
  .social a{
    font-size: 16px;
    color: #1B1B1B;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 20px;
  }
  .social a:hover{
   opacity: 50%;
  }


@media (max-width: 1730px) {
    .text{
        margin-right: 0%;
    }
}
@media (max-width: 1730px) {
    .bg-container{
        width: 70%;
    }
    .header{
        width: 70%;
    }
    .action-text{
        width: 70%;
    }
    .contact {
        width: 70%;
        
      }
 
 
}
@media (max-width: 1450px) {
    .bg-container{
        width: 80%;  
    }
    .header{
        width: 80%;
    }
    .action-text{
        width: 80%;
    }
    .contact {
        width: 80%;
        
      }
   
 
}
@media (max-width: 1280px) {
    .bg-container{
        width: 90%;  
    }
    .header{
        width: 90%;
    }
    .action-text{
        width: 90%;
    }
    .contact {
        width: 90%;
        
      }
   
   
}
@media (max-width: 1120px) {
    .bg-container{
        width: 98%;  
    }
    .header{
        width: 98%;
    }
    .action-text{
        width: 98%;
    }
    .contact {
        width: 98%;
        
      }
   
    
}
@media (max-width: 1000px) {
   .bg-container{
    display: block;
   }
   .image{
        width: 60%;
    }
    .header{
        width: 80%;
    }
    .bg-container{
        width: 80%;  
    }
    .action-text{
        width: 80%;
    }
    .contact {
        width: 80%;
        
      }
    .social {
        margin-right: 0px;
      }
}
@media (max-width: 650px) {
    
    .contact{
        display: block;
    }
    .social {
        margin-top: 70px;
      }
      .image{
        width: 100%;
    }
    .text{
        width: 100%;
    }
}
@media (max-width: 400px) {
    
    .action-text{
        width: 97%;
    }
    text-about{
        width: 100%;
    }
    .text{
        width: 100%;
    }
    
}
@media (max-width: 500px) {
    
   
    .text-about{
        width: 100%;
    }
    .text{
        width: 100%;
    }
}