@charset "utf-8";
@font-face{
	font-family:fontman;
	src:url("font/vazir-font-v16.1.0/vazir-font-v16.1.0/Vazir.ttf");
	
}
body{
	
	background-image:url("image/BLUE PINK WHITE THIS OR THAT KIDS FASHION FACEBOOK POST_20250726_154926_0000.png");
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	font-family: fontman;
	  margin: 0;
      padding: 0;
      box-sizing: border-box;
		direction: rtl;
}

header.navbar {
  display: flex;
  align-items: center;
	/*وسط چین
 */
	justify-content: center;
  padding: 10px 20px;
  background-color: #F7B66F;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar .logo img {
  height: 70px;
  width: auto;
border-radius: 50%;


}

.menu {
  display: flex;
  gap: 20px;
}

.menu a {
  text-decoration: none;
  color: #444;
  font-weight: bold;
  transition: 0.3s;
}

.menu a:hover {
  color:#FAF2F2;
}

.hamburger {
  display: none;
  font-size: 30px;
  cursor: pointer;
	background-color:#FE5E00;
	color: wheat;
	 padding: 10px 13px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  margin-right: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	transition:orange 0.3s ease;
	position: absolute;right: 20px;
	 margin:-38px auto;
}

.register-btn {
  background-color:#FE5E00 ;
  color:wheat;
  padding: 20px 11px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  margin-right: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	transition:orange 0.3s ease;
	position: absolute;left: 20px;
	 margin:-38px auto;
	
}

@media screen and (max-width : 790px ){
  .menu {
    display: none;
    flex-direction:column;
    position:absolute;
    top: 70px;
    right: 0;
    background-color: #fff;
    width:100%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .menu.open {
    display: flex;
  }

  .hamburger {
    display: block;
  }
}

.contact {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
  margin: 20px auto;
  max-width: 700px;
  direction: rtl;
  text-align: right;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.contact h2 {
  color: #FA7B14;
  margin-bottom: 15px;
}

.contact p {
  margin-bottom: 20px;
  font-size: 16px;
}

.contact ul {
  list-style: none;
  padding: 0;
}

.contact li {
  margin-bottom: 10px;
  font-size: 15px;
}
.text{
	background-color: #FAFAFA;
	  list-style: none;
      padding: 0;
	  margin-bottom: 10px;
     font-size: 15px;
	
}
.main-footer {
  background-color: #f8f4ec;
  padding:2rem 1rem;
  color: #222;
 flex-wrap: wrap;
 display: flex;
justify-content: space-between;
	align-items: flex-start;
	
}
@media(max-width:780px){
	.main-footer{
		flex-direction: column;
		align-items: center;
	}
}

.footer-container {
  display: flex;
	gap: 30px;
  margin:1rem;
  text-align: center;
}

.footer-box {
   flex: 1 1 250px; 
	text-align: center;	
}
.footer-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #111;
}

.footer-box h3 span {
  color: #009688;
  border-bottom: 2px solid #009688;
  padding-bottom: 3px;
}

.footer-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-box li {
  margin-bottom: 10px;
  position: relative;
  padding-right: 15px;
}

.footer-box li::before {
  content: "●";
  position: absolute;
  right: 0;
  color: orangered;
  font-size: 12px;
  top: 0;
}

.footer-logo {
  font-size: 24px;
  margin-bottom: 15px;
}

.logo-orange {
  color: #ff5722;
  font-weight: bold;
}

.logo-black {
  color: #222;
  margin-right: 5px;
}

.logo-dot {
  color: green;
  font-size: 20px;
  margin-right: 5px;
}

.footer-description {
  font-size: 15px;
  margin-bottom: 15px;
  color: #444;
}

.footer-hours {
  font-size: 14px;
  color: #444;
}

.footer-hours span {
  color: orangered;
}

.footer-top-btn {
  width: 60px;
  height:60px;
  color: orangered;
  font-size: 20px;
  line-height: 40px;
  border-radius: 50%;
  margin: 20px auto 0;
  cursor: pointer;
}

.footer-social {
 display: flex;
justify-content:center;
  gap: 15px;	
}
.footer-social img{
 width: 40px;
  height: 40px;
border-radius: 50%;
}
.social-circle {
  width: 40px;
  height: 40px;
  color: white;
  background: #555;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
}

.link{
	color:black;	
}
.link:hover{
	color:#BE5101;
}
.img-logo{
	  width: 60px;
  height:60px;
	  border-radius: 50%;
	border: 3px double;

}