   
   
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;
} 
  		.divider {
  width: 60%;               /* مثلاً 60% عرض */
  
  min-width: 200px;         /* حداقل عرض برای موبایل */
  height: 2px;
  background-color: #7272722e;
  margin: 15px 0;
}
  
  
.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!important ;}
	  .divider {display: none;}
		 .feature-item p {font-size: 11px;}
		 .mtn-anews {font-size: 11px;}
		a{font-size: 11px;}
								
  
      }
	  
	  	@media (max-width: 885px) {	.brand-section{		flex: 2 1 100% !important;	}}

      .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: 24px;
    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;
    margin-bottom: 6px;
}


      .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;
	}
	

	.slider-wrapper{
		max-width: 100%;
	}
  }
  
@media (max-width: 1440px){
			.left-column{
		max-width: 100%;
	}
	 .divider {display: none;}
	
}

  @media (max-width: 1024px) {

		.left-column{
		max-width: 100%;
	}
	.wide-widget{
		justify-content:center;
	}
	

	.slider-wrapper{
		max-width: 100%;
	}
  }
  
  @media (min-width: 770px)  and (max-width: 970px){

	.left-column{
		max-width: 100%;
	}
	.wide-widget{
		justify-content:center;
	}
	

	.slider-wrapper{
		max-width: 100%;
	}
	.slider-container{
		width: 100%;
		height: 100%;
	}
	
  }





  
  @media (max-width: 1024px) {
    .features {

    /* overflow: scroll; */
	max-width: 100%;

    }
  }
  

    @media (max-width: 1440px) {
    .features {
   /*  grid-template-columns: repeat(4, 1fr);

    overflow: scroll; */
	max-width: 100%;

    }
  }
  
  @media (max-width: 768px) {
    body {
	padding-left: 24px;
	padding-right: 24px;
    }
  }


    @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%;

}
    }
	
	
	/* در موبایل: آیتم&zwnj;ها زیر هم بیفتن */
@media (max-width: 768px) {
	.container-main {
    
      margin: 0 auto;

    }
	
  .contact-item {
    width: 100%;
  }
}

@media (max-width: 1440px) {
		.container-main {
      max-width: 920px; 
      margin: 0 auto;

    }
	
}
@media (max-width: 930px) {
		.container-main {
      max-width: 720px; 
      margin: 0 auto;

    }
	
}

@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%;
    }

}



@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)
.footer {

    padding-left: 0 !important;
    padding-right: 0 !important;
}



.footer-col ul li a {
    text-decoration: none;
    color: #333;
    font-size: clamp(9px, 1vw, 12px);
    font-family: 'BonyadeKoodak';
}


@media (min-width: 768px)
.container-main {
    max-width: 720px;
}


@media (min-width: 992px)
.container-main {
    max-width: 960px;
}


@media (min-width: 1200px)
.container-main {
    max-width: 1140px;
}
@media (max-width: 1440px)
.container-main {
    max-width: 720px;
}

@media (max-width: 1440px)
.container-main {
    max-width: 720px;
    margin: 0 auto;
}


 /* اسلایدر موبایل */
    @media (max-width: 768px) {
      .slider .slick-slide img { width: 90%; }
    }


      @media (max-width: 576px) {
          .nav-pills .nav-link {
              border-radius: 20px;
              padding: 6px 14px;
              margin: 0 4px;
              font-size: 10px; /* تغییر سایز فونت */
              color: #333;
              border: 1px solid #e91e63;
          }
      }

