@charset "utf-8";
/* CSS Document */

.imgm{
	margin: 0px 0px 0px 10px;
	display: block}


main{
	width:100%;
    height:450px;
box-shadow: 0px 0px 5px #001612;}

.all-picture{ 
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  touch-action: pan-y;}
.all-picture a{
  -webkit-tap-highlight-color: transparent;
}
.apartment{
	justify-content: center;
	text-align: center; width: auto;
	height: auto;
	height: 450px}

.apartment div{
	float: right}

.indicators {
  position: absolute;
  justify-content: center;
  text-align: center;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.indicators div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(5,5,5,0.5);
  cursor: pointer;
  transition: 0.3s;
}

.indicators div.active {
  background: #001612;
  transform: scale(1);
  width: 30px;
  height: 10px;
  box-shadow: 0px 0px 1px 1px #DD4105;
border-radius: 25%
}

.products1{font-family: semi;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28vw,2fr));
    gap: 15px;
    width: 95%;
    max-width: 82vw;
    margin: 50px auto;
    }

.product1{justify-content: center;
    text-align: center;
    background: #DD4103;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: 0.3s ease;
	text-decoration: none;
    text-decoration-style: none;
	color: inherit;
}

.product1:hover{
    transform: translateY(-2px);
	background: #001621;
	color: aliceblue;
	text-decoration-color: aliceblue;
    text-shadow: 1px 1px 1px #001621;
font-size: 18px}

.product1 img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;}
.product1 a{
	text-decoration: none;
	color: inherit;
  }

.product h3{
    
    text-shadow: 1px 1px 1px #ffffff}

.product h3:hover{
	color: aliceblue;
    text-shadow: 1px 1px 1px #001621;
    }

.product a:hover{
	color: aliceblue;
    text-shadow: 1px 1px 1px #001621}
.product-explaine{
	font-family: semi;
}
.product-explaine a{
	color: aliceblue;
	text-shadow: 1px 1px 1px #001621;
	text-decoration-style: none;
text-decoration: none;}
.btnc{
	text-decoration: none;
	text-decoration-style: none;
	display: inline-block}

.btnc a{
	text-decoration: none;
    text-decoration-style: none;
    font-family: semi;
    color: aliceblue;
    text-shadow: 1px 1px 1px #001621;}
.btnc a:hover{
	text-shadow: 1px 1px 1px #DD4103}


.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
  user-select: none;
  -webkit-user-drag: none;
}

.slide.active {
  opacity: 1;
}
@font-face{ 
	font-family: semi;
	src: url("Yekan.ttf")}

.sabt{background-color: #DD4103;
	overflow: hidden;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	padding: 0px 8px 0px 8px;
	border-radius: 9px;
	margin: 10px 0px 0px 320px }
.zsabt{
	float: left;
	font-family: semi;
	font-size: 15px;
	cursor: pointer;}
.sabt:hover{
	box-shadow: 0px 0px 5px 1px #001621}
.zsabt:hover{
	text-shadow: 1px 1px 1px white;
	transition: text-shadow 0.5s}

@media screen and (max-width : 768px ){
    main{
	width:100%;
    height:350px;
margin-bottom: 5px;
}

.all-picture{ 
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  touch-action: pan-y;}
.all-picture a{
  -webkit-tap-highlight-color: transparent;
}
.apartment{
	justify-content: center;
	text-align: center; width: auto;
	height: auto;
	height: 350px}

	
	.logo a {
		text-decoration: none;
	     text-decoration-style: none;
	text-decoration-color: aliceblue;
	color: aliceblue}
	.menu-toggle {
        display: flex;
        position: fixed;
        top: 10px;
        right: 15px;
	z-index: 1100;}
	
	.advertising{   display: none;
    grid-template-columns: repeat(auto-fit, minmax(125px,1fr));
    gap: 10px;
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
		
	}

.advertising-frame{ display: none; text-align: center;
    background: #DD4103;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

.advertising-frame img{display: none;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
	}
	.mdvertising-mobile{display: flex; text-align: center;
		justify-content: center;
    background: #DD4103;
    padding: 1px;
	margin: 5px;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    transition: 0.3s ease;}
	
	.mdvertising-frame-mobile{ text-align: center;
    background: #DD4103;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		transition: 0.3s ease;}
	
	.mdvertising-frame-mobile img{width: 100%;
    height: 210px;
    object-fit:0 ;
    border-radius: 8px;}
	
	.indicators div {
  width: 8px;
  height: 8px;
  border-radius: 90%;
  background: rgba(5,5,5,0.5);
  cursor: pointer;
  transition: 0.3s;
}

.indicators div.active {
  background: #001612;
  transform: scale(1);
  width: 20px;
  height: 8px;
  box-shadow: 0px 0px 5px 1px #DD4105;
border-radius: 30%
}
	.products1{font-family: semi;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90vw,1fr));
    gap: 5px;
    width: 100%;
    max-width: 100vw;
    margin: 0;
	padding: 0px 20px 5px 21px
    }

.product1{justify-content: center;
    text-align: center;
    background: #DD4103;
    padding: 2px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: 0.3s ease;
	text-decoration: none;
    text-decoration-style: none;
	color: inherit;
	height: 270px;
}

.product1:hover{
    transform: translateY(-2px);
	background: #001621;
	color: aliceblue;
	text-decoration-color: aliceblue;
    text-shadow: 1px 1px 1px #001621;
    font-size: 16px}

.product1 img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 8px;}
.product1 a{
	text-decoration: none;
	color: inherit;
  }

.product1 h3{
    margin: 0px;
	padding: 0px;
    text-shadow: 0px 0px 5px #ffffff}

.product1 h3:hover{
	color: aliceblue;
    text-shadow: 1px 1px 1px #001621;
    }

.product1 a:hover{
	color: aliceblue;
    text-shadow: 1px 1px 1px #001621}
	
.product-explaine{
	font-family: semi;
}
.product-explaine a{
	color: aliceblue;
	text-shadow: 1px 1px 1px #001621;
	text-decoration-style: none;
    text-decoration: none;}
  
}
html, body{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
}

*{
    box-sizing: border-box;
}

.sidebar, .menu, .offcanvas, .drawer, .right-panel, .dark-panel{
    display: none !important;
}
/* فقط لینک اسلاید فعال قابل کلیک باشد */
.all-picture > a {
    pointer-events: none;
}

.all-picture > a.active {
    pointer-events: auto;
}

/* تصویرهای غیرفعال کلیک دریافت نکنند */
.all-picture .slide {
    pointer-events: none;
}

.all-picture .slide.active {
    pointer-events: auto;
}