body {
  margin: 0;
     font-family:  'BonyadeKoodak' ;
  background: #f9f9f9;
}

   
   
body{
    font-family: 'BonyadeKoodak';
    background-color: #EBEBEB;
	  direction: rtl;
  
  }

  @font-face {
	font-family: BonyadeKoodak;
	font-style: normal;
	font-weight: 100;
	src: url('/fonts/Bonyad/woff/BonyadeKoodakFaNum-Thin.woff') format('woff'),  
 
	url('/fonts/Bonyad/woff2/BonyadeKoodakFaNum-Thin.woff2') format('woff2');		
}


@font-face {
	font-family: BonyadeKoodak;
	font-style: normal;
	font-weight: 200;
	src: url('/Bonyad/woff/BonyadeKoodakFaNum-ExtraLight.woff') format('woff'),   
	
url('/Bonyad/woff2/BonyadeKoodakFaNum-ExtraLight.woff2') format('woff2');		
}


@font-face {
	font-family: BonyadeKoodak;
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/woff/BonyadeKoodakFaNum-Light.woff') format('woff'),   
	url('/fonts/Bonyad/woff2/BonyadeKoodakFaNum-Light.woff2') 
format('woff2');		
}


@font-face {
	font-family: BonyadeKoodak;
	font-style: normal;
	font-weight: normal;
	src: url('/fonts/Bonyad/woff/BonyadeKoodakFaNum-Regular.woff') format('woff'),   
	url('/fonts/woff2/BonyadeKoodakFaNum-Regular.woff2') format('woff2');		 	 
}

@font-face {
	font-family: BonyadeKoodak;
	font-style: normal;
	font-weight: 500;
	src: url('/assets/fonts/woff/BonyadeKoodakFaNum-Medium.woff') format('woff'),   
	url('/fonts/Bonyad/woff2/BonyadeKoodakFaNum-Medium.woff2') format('woff2');		 
}

@font-face {
	font-family: BonyadeKoodak;
	font-style: normal;
	font-weight: bold;
	src: url('/assets/fonts/Bonyad/woff/BonyadeKoodakFaNum-Bold.woff') format('woff'),   
	url('/assets/fonts/woff2/BonyadeKoodakFaNum-Bold.woff2') format('woff2'); 
}

@font-face {
	font-family: BonyadeKoodak;
	font-style: normal;
	font-weight: 700;
	src: url('/assets/fonts/woff/BonyadeKoodakFaNum-ExtraBold.woff') format('woff'),   
	url('/fonts/Bonyad/woff2/BonyadeKoodakFaNum-ExtraBold.woff2') format('woff2'); 
}
@font-face {
	font-family: BonyadeKoodak;
	font-style: normal;
	font-weight: 800;
	src: url('/assets/fonts/woff/BonyadeKoodakFaNum-ExtraBold.woff') format('woff'),   
	url('/fonts/Bonyad/woff2/BonyadeKoodakFaNum-ExtraBold.woff2') format('woff2'); 
}


@font-face {
	font-family: BonyadeKoodak;
	font-style: normal;
	font-weight: 900;
	src: url('/fonts/woff/BonyadeKoodakFaNum-Black.woff') format('woff'),   
	url('/fonts/Bonyad/woff2/BonyadeKoodakFaNum-Black.woff2') format('woff2');
}
h1,h2,h3,h4,h5,h6{
	font-family: 'BonyadeKoodak';
	line-height: normal;
}

 
  
  
  
.page__container.dir-rtl {
  display: flex;             /* فعال‌سازی فلکس */
  flex-wrap: wrap;           /* می‌ذاره آیتم‌ها در چند سطر برن */
  justify-content: center;   /* چینش وسطی در محور افقی */
                /* فاصله بین آیتم‌ها */
  padding: 16px 0;           /* فضا از بالا و پایین */
}
html {
  direction: rtl; }

body {
  direction: rtl; }
  
   @media (max-width: 768px) {
      .header {
        display: none;
      }

      .bottom-menu {

    display: flex;
    justify-content: space-around;
 /*    align-items: center;  */
    background-color: #fff;
    backdrop-filter: blur(6px);
    border-top: 1px solid #EEE;
    padding: 8px;
    position: fixed;
    bottom: 15px;
    left: 28px;
    right: 28px;
    z-index: 1000;
    border-radius: 16px;
	height: 73px;
}

      .bottom-menu .menu-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #555;
        font-size: 12px;
		    width: 30px;
    height: 30px;
      }


.bottom-menu .menu-item.active {
    background-color: #E81d75;
    border-radius: 10px;
    color: #ffffff;
    width: 30px;
    height: 30px;
}


.menu-item.active  span{

    color: #E81d75;

}  

.bottom-menu i {
    font-size: 20px;
   
}


      .bottom-menu span{
		color: #939393;
}



    }
	



.left-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  flex: 1;
  max-width: 300px;
}

.left-items .item {
  background: white;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  box-shadow: 0 0 5px #ddd;
}

.left-items img {
  width: 50px;
  height: 50px;
}

.right-slider {
  flex: 2;
  min-width: 300px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.swiper-slide {
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: auto;
 
  
}

.slide-text {
  position: absolute;
  top: 30%;
  right: 10%;
  color: white;
  text-shadow: 0 0 5px black;
}

.news-section {
  display: flex;
  padding: 20px;
  gap: 20px;
  flex-wrap: wrap;
}

.news-item {
  background: white;
  flex: 1;
  min-width: 200px;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 5px #ccc;
}

.news-item img {
  width: 100%;
  border-radius: 10px;
}

.buttons-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.blue-button, .green-button, .aqua-button {
  padding: 12px;
  border: none;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.blue-button { background: #2979ff; }
.green-button { background: #00c853; }
.aqua-button { background: #00bcd4; }



  @media (max-width: 1390px) {

		.left-column{
		max-width: 100%;
	}
	.wide-widget{
		justify-content:center;
	}
	
	    .features {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    /* overflow: scroll; */
	max-width: 100%;
	padding: 16px;
	height: 290px;
    }
	.slider-wrapper{
		max-width: 100%;
	}
  }
  

  @media (max-width: 1024px) {

		.left-column{
		max-width: 100%;
	}
	.wide-widget{
		justify-content:center;
	}
	
	    .features {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    /* overflow: scroll; */
	max-width: 100%;
	padding: 16px;
	height: 290px;
    }
	.slider-wrapper{
		max-width: 100%;
	}
  }
  
  @media (min-width: 770px)  and (max-width: 970px){

	.left-column{
		max-width: 100%;
	}
	.wide-widget{
		justify-content:center;
	}
	
	    .features {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    /* overflow: scroll; */
	max-width: 100%;
	padding: 16px;
	height: 290px;
    }
	.slider-wrapper{
		max-width: 100%;
	}
	.slider-container{
		width: 100%;
		height: 100%;
	}
	
  }




 
  @media (max-width: 768px) {
    .features {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    /* overflow: scroll; */
	max-width: 100%;
	padding: 16px;
	height: 290px;
    }
  }
  
  @media (max-width: 768px) {
    body {
	padding-left: 16px;
	padding-right: 16px;
    }
  }


    @media (max-width: 768px) {
      .content-row {
        flex-direction: column;
		max-width: 100%;
      }
      .left-column,
      .right-column {
     
        flex: 1 1 100%;
		width: 100%;
      }
      .main-slider {
        margin-bottom: 20px;
      }
    }

  @media (max-width: 768px) {
      .main-slider {
        width: 100%;
        height: 100%;
      }
	  
	  	.slider-background {  width: 52%;} 
		.slider-background-fade {width: 54%;}
		.slider-wrapper {padding: 0; }
	
      .widget-box{
        font-size: 12px;
		
      }
      .wide-widget{
        font-size: 12px;

      }
      .feature-item{
        width: 69.5px;

      }
	  
	      .feature-item img {
     width: 73px;
		}
		
		.gif-banner {

    height: 30px;
	padding: 0 16px;
	max-width: 100%;

}
    }
	
	.container{
		padding:0 !important;
	}
	
	
	/* در موبایل: آیتم&zwnj;ها زیر هم بیفتن */
@media (max-width: 768px) {
	.container-main {
    /*  max-width: 340px; */
      margin: 0 auto;

    }
	
  .contact-item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footer {
    flex-direction: row;
    flex-wrap: nowrap;
	max-width: 100%;
  }
  .footer-col {
    flex: 1;
  }
  
  .footer-social {
  display: flex;
  justify-content: center;
  margin-top: auto;

}

.footer-bottom {
  text-align: center;

}

.m-so{
	margin-bottom: 30%;
}
	
.s-news{
  font-size: 12px; 
}

}

@media (max-width: 768px) {
.timer-text a {
    text-decoration: none;
    color: #666;
    font-size: 0.7rem;
}

.timer-text h3 {
    margin: 0;
    font-size: .8rem;
}

.timer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    flex-wrap: wrap;
    margin: 24px 0 24px 0;
	max-width: 100%;
}

.timer-countdown {
    display: flex;
    align-items: center;
    /* gap: 0.8rem; */
    font-weight: bold;
    font-size: .8rem;
}

.content-row {
    gap: 24px;
}

.left-column {
    gap: 24px;
}

.separator {
    font-size: .8rem;
}

.timer-text {
    text-align: right;
    min-width: 106px;
}

.time-part {
    min-width: 23px;
}

    .slider-container {

      max-width: 100%;
    }

}






/* استایل دایره‌های معمولی */
.slick-dots li button:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
}

.slick-dotted .slick-slider{ margin-bottom: 50px !important;}
.slick-dots{
	/*  bottom: -47px;*/
}

/* دکمه فعال */
.slick-dots li.slick-active button:before {
  background: #333;
   width: 24px;     /* کشیده‌تر از دایره */
  height: 10px;    /* هم‌ارتفاع دایره */
  border-radius: 50px; /* باعث میشه بیضی/کپسول بشه */
}

/* حالت بیضی (اول و دوم) */
.slick-dots li:nth-child(1) button:before {

}











@media (max-width: 768px)
.footer {

    padding-left: 0 !important;
    padding-right: 0 !important;
}



.footer-col ul li a {
    text-decoration: none;
    color: #333;
    font-size: 12px;

}



 /* اسلایدر موبایل */
  @media (max-width: 325px) {
      .slider .slick-slide img {  
		width: 95%;
  }}
    @media (max-width: 768px) {
      .slider .slick-slide img {    
  /*  transform: scale(1); */
    z-index: 2; }
	  
	  .video-slider .video-card {  /*  width: auto !important; */  height: auto;     flex-shrink: 0; }
	
    }
	
	 @media (max-width: 1024px) {
      .slider .slick-slide img {     
   /*  transform: scale(1); */
    z-index: 2; }
	  
	  .video-slider .video-card {     height: auto;     flex-shrink: 0; }
	
    }

* در موبایل: فقط یکی در هر ردیف */
@media (max-width: 576px) {
  .video-slider .video-card {
    width: 100% !important;   /* کل عرض صفحه */
    margin: 0 auto;
  }
}


      @media (max-width: 576px) {
          .nav-pills .nav-link {
              border-radius: 20px;
              padding: 6px 14px;
              margin: 2px 4px;
           /*   font-size: 8px;  تغییر سایز فونت */
              color: #333;
              border: 1px solid #e91e63;
          }
      }
	  
	  
	  @media (max-width: 576px) {
  .video-slider .slick-slide {
    padding: 0 6px; /* فاصله بین اسلایدها */
  }
  .video-slider {
    margin-right: -6px;
    margin-left: -6px;
  }
}
	  


  /* آخرین عکس margin-bottom نداشته باشه */
  .row > [class*="col-12"]:last-child {
    margin-bottom: 0;
  }
}

/* اجازه بده slick خودش عرض بده */
.video-slider .slick-slide {
  float: none;           /* از float آزاد بشه */
  height: auto;
  display: flex !important;
  justify-content: center;
  margin: 0 6px;         /* فاصله بین اسلایدها */
}

/* کارت‌های ویدئو اندازه مشخص */
.video-card {
  flex: 0 0 auto;
  width: 260px;          /* یه سایز ثابت برای همه کارت‌ها */
  max-width: 90%;        /* تو موبایل کوچیکتر شه */
}









