@font-face {
    font-family: b titr;
    src: url('../font/b titr.ttf');
}
.Logo{

padding: 2;
width: 120px;
border-radius: 20px;


}

.name{
   
    
    text-align: center;
    font-size: 30px;
    font-family: b titr ;
    margin-right: auto;
    }


.accordion-button{


    font-family: b titr  ;
}

.qwerty{

    margin-left: 10;


border-radius: 20px;
background-color: rgba(36, 32, 33, 0.063);

}
.qwertyu{
  margin-left: 1000;
  
}

.qazxc{
  width: 178px;
 
   height: 1;
padding-bottom: 10px;
}

.qwaszx{
    
      border-radius: 110px;
}

.qazxc{
  width: 178px;
   height: 1;
padding-bottom: 10px;
} 
.font{
 
    font-family: b titr;
}
.qwaszxd{
    font-family: b titr;

}
.qass{
    border: 1px solid black;
    background-color: rgba(255, 255, 255, 0.274);
    color: rgb(0, 0, 0);
    font-family:b titr  ;
    font-size: 15px;
}

.qwaszxdfq{
    font-family: b titr;
 text-align: center;
    border: 2px;
}
.qwerdf{
width: 10cm;


}
.bar{
padding: 5px;
 background-color: #00bbff33;
border-radius: 11px;
text-align: center;
font-family: b titr;
width: 80%;
margin: auto;
}



/* کادر نقشه ابتدا مخفی است */
#map-container {
    display: none;
    margin-top: 20px;
}

/* تنظیمات نقشه */
#map {
    height: 400px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
}



.qwxc{
margin: auto;
    width: 50% ;
    font-family: b titr;
}
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;700&display=swap');

body {
    font-family: 'Vazirmatn', sans-serif;
    background-color: #f0f2f5;
}

.container {
    max-width: 500px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.color{
color: #000;
}
.qwcvbn{
height: 200px;
}

.Main{

    font-family:b titr ;
    font-size: 20px;
 
    color: rgba(255, 255, 255, 0.633);


}
.Main1{
    width: 170px;
    height: 170px;
 
/* border: 200px slategrey black ; */
border-radius: 50%;
text-decoration: none;
color: #000;
}
.menu{
background-color: #ff2a2a;

}
.button{
  

}
.text{


}
.Shopping{

text-align: center;
font-family:b titr ;
margin: auto;
background-color: #0089e434;
}  
.Shopping1{


    background-color: aqua;
}

.container {
    max-width: 800px;
    margin: 30px auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
}
.section {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    background: rgba(249, 249, 249, 0.95);
    transition: 0.3s ease-in-out;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    font-size: 10px;
}
.section:hover {
    background: rgba(233, 236, 239, 0.95);
    transform: scale(1.02);
    border-left: 5px solid #007bff;
}
h2 {
    color: #333;
    font-size: 20px;
}
p {
    color: #444;
    line-height: 1.8;
    font-size: 16px;
}
.toggle-btn {
    background: linear-gradient(45deg, #007bff, #00c3ff);
    color: white;
    padding: 12px 18px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s ease-in-out;
    display: inline-block;
}
.toggle-btn:hover {
    background: linear-gradient(45deg, #0056b3, #00a3ff);
    transform: scale(1.1);
}
.content {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #007bff;
    font-size: 15px;
}
.color1{
background-color: #96c9ff50;


}
.color2{


background-color: #09ff0018;




}
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

* {
  box-sizing: border-box;
}





.music-container {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 20px 20px 0 rgba(252, 169, 169, 0.6);
  display: flex;
  padding: 20px 30px;
  position: relative;
  margin: 100px 0;
  z-index: 10;
}

.img-container {
  position: relative;
  width: 110px;
}

.img-container::after {
  content: '';
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, 50%);
}

.img-container img {
  border-radius: 50%;
  object-fit: cover;
  height: 110px;
  width: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: rotate 3s linear infinite;

  animation-play-state: paused;
}

.music-container.play .img-container img {
  animation-play-state: running;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.action-btn {
  background-color: #fff;
  border: 0;
  color: #dfdbdf;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  margin: 0 20px;
}

.action-btn.action-btn-big {
  color: #cdc2d0;
  font-size: 30px;
}

.action-btn:focus {
  outline: 0;
}

.music-info {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px 15px 0 0;
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  padding: 10px 10px 10px 150px;
  opacity: 0;
  transform: translateY(0%);
  transition: transform 0.3s ease-in, opacity 0.3s ease-in;
  z-index: 0;
}

.music-container.play .music-info {
  opacity: 1;
  transform: translateY(-100%);
}

.music-info h4 {
  margin: 0;
}

.progress-container {
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px 0;
  height: 4px;
  width: 100%;
}

.progress {
  background-color: #fe8daa;
  border-radius: 5px;
  height: 100%;
  width: 0%;
  transition: width 0.1s linear;
}

  
  .image-container {
   
  }
  
  .zoom-image {
    width: 100%;
    transition: transform 0.3s ease;
    border-radius: 10px;
    transform-origin: center center;
  }
  
  .image-container:hover .zoom-image {
    transform: scale(1.5);
  }
  
.invoice{
max-width: 180px;
width:  300px;

font-size: 10px;
margin: auto;
}
.amount{

font-size: 6px;



}


