@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:top;
	font-family: fontman;
	  margin: 0;
      padding: 0;
      box-sizing: border-box;
		direction: rtl;
}
html{
scroll-behavior: smooth;	
}
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;
  }
}


.div1{
	font-family: fontman;
	font-size: 18px;
	flex-wrap: wrap;
	justify-content: center;

}
h1{
	text-align: center;
}

.main-footer {
  background-color: #f8f4ec;
  padding:2rem 1rem;
  color: #222;
// flex-wrap: wrap;
 display: flex;
justify-content: space-between;
	align-items: flex-start;
	
}


.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: 12px;
  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;

}
@media(max-width:780px){
	.main-footer{
		flex-direction: column;
		align-items: center;
	}
	.footer-description{
		font-size: 12px;
	}
	.footer-box li{
		font-size: 12px;
	}
}
.image-box img{
//width: 250px;
	object-fit:cover;
	border-radius: 50%;
	border: 4px solid #f7b267;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 50%;
    max-width: 200px;
    margin-bottom: 20px;
	
	
}
.about-image-top{
  display: flex;
  flex-direction: column;
	gap: 2rem;
	align-items: center;
	padding: 2rem 1rem;
}
.image-box{
display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
	gab:1rem;
	
		
}


.top-text{
    text-align: center;
	padding: 2rem;
	background-color: #F4B971;
	border-radius: 40px 0;
	font-size: 0.8rem;
   // line-height: ;
		margin: 0 6px;
	width: 52%;

}

@media (max-width: 768px) {
   
.about-image-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

.image-box img{
    width: 50%;
    max-width: 200px;
    margin-bottom: 20px;
  }

  .about-image-top .top-text {
    font-size: 12px;
  }

  h1 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.activities {
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding: 2rem;
}



.activity {
  padding: 1rem;
  border-radius: 12px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: 0.3s;
	width: 160px;
}

.activity:hover {
  background-color: #ffd093;
}

/* مودال */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  right: 0; left: 0; top: 0; bottom: 0;
  background-color: rgba(0,0,0,0.5);
}
.activity img{
  height: auto;
	border-radius: 10px;
   margin-bottom: 0.5rem;
	width: 100%;
    max-width: 200px;
}
.activity p{
	font-size: 1.1rem;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 1.5rem;
  border-radius: 10px;
  width: 80%;
  max-width: 400px;
  text-align: right;
  direction: rtl;
}

.close {
  float: left;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.activ-image{
   width: 80px;
	justify-content: center;
	
}
@media (max-width: 768px) {
   
.activities {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

.activity img{
    width: 60%;
    max-width: 200px;
    margin-bottom: 10px;
  }

  .activity .activ-image {
    font-size: 18px;
    padding: 0 15px;
  }

  p{
    font-size: 18px;
    line-height: 1.5;
  }
}
.comments-section {
  max-width: 50%;
margin: 0 auto;
  padding: 30px 20px;
  direction: rtl;
}

.comments-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.comment-card {
  background-color: #fdfdfd;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-right: 5px solid #ff914d;
  transition: all 0.3s ease;
}

.comment-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.comment-avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-left: 15px;
  object-fit: cover;
  border: 2px solid #ff914d;
}

.comment-name {
  font-size: 18px;
  color: #222;
  margin: 0;
}

.comment-date {
  font-size: 13px;
  color: #888;
}

.comment-body p {
  font-size: 14px;
  line-height: 2;
  color: #333;
  margin: 0;
}


    .carousel-container {
      max-width: 60px;
      margin: 0 auto;
      position: relative;
    }

    .carousel {
      display: flex;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .comment-card {
      min-width: 100%;
      transition: transform 0.5s ease;
      background-color: #fff;
      padding: 20px;
    }

    .comment-header {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }

    .comment-header img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
      margin-left: 15px;
    }

    .comment-header h3 {
      margin: 0;
      font-size: 18px;
      color: #444;
    }

    .comment-header span {
      display: block;
      font-size: 13px;
      color: #777;
    }

    .stars {
      color: #ffc107;
      font-size: 18px;
      margin-top: 5px;
    }

    .comment-text {
      font-size: 16px;
      color: #555;
      line-height: 1.7;
    }

.contact-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  padding: 1rem;
  flex-wrap: wrap;
  text-align: center;
	border-radius: 20px;
	margin: 20px;
	border: 2px solid #FE4A06;
}

.info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  color: #333;
}

.info-item i {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #f77f00;
}

.map-button {
  background-color: #eee;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
  transition:0.3s;
}

.map-button:hover {
  background-color: #ddd;
}
