﻿
/*panels=============================================*/
.panel-header {
    text-align: center;
	padding: 2rem 2px;
}
.panel-header i {
    font-size: small;
}

.panel-header span {
    font-size: small;
}

    .panel-header h4 {
        position: relative;
        display: inline;
        color: #0B8899;
        font-size: 1.5em;
       
    }

        .panel-header h4:after {
            content: '';
            width: 0;
            height: 2px;
            background: #0B8899;
            position: absolute;
            right: 0;
            top: 100%;
            transition: all ease-in .3s;
        }
/*
.panel-header h3:hover:after {
    width: 100%;
    transition: all ease-in .3s;
}
*/
/*========================================================*/


/*carousel-effect====================================*/
.carousel-zoom .carousel-inner {
    position: relative;
}

.carousel-zoom .carousel-item {
    opacity: 0;
    transform: scale(1.2); /* ابتدا کمی بزرگ‌تر */
    transition: opacity 1.2s ease, transform 1.2s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.carousel-zoom .carousel-item.active {
    opacity: 1;
    transform: scale(1); /* هنگام فعال شدن، اندازه واقعی */
    position: relative;
    z-index: 2;
}

.carousel-blur-fade .carousel-inner {
    position: relative;
}

.carousel-blur-fade .carousel-item {
    opacity: 0;
    transition: opacity 1.2s ease, filter 1.2s ease;
    filter: blur(8px);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.carousel-blur-fade .carousel-item.active {
    opacity: 1;
    filter: blur(0);
    position: relative;
    z-index: 2;
}

.carousel-3d .carousel-inner {
    perspective: 1200px;
    position: relative;
}

.carousel-3d .carousel-item {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    opacity: 0;
    transform: rotateY(90deg);
    transition: transform 1s ease, opacity 1s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.carousel-3d .carousel-item.active {
    opacity: 1;
    transform: rotateY(0deg);
    position: relative;
    z-index: 2;
}

/*.bg-color-1*========================*/


.bg-color-1 {
	width: 150px;
	height: 30px;
	position: relative;
	background:#1ac1e2;
	text-align: center;
	padding-top: 0.5rem;
	font-size: 0.8rem;
}

.bg-color-1::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: 15px solid white;
		border-top: 15px solid transparent;
		border-bottom: 20px solid transparent;
         top: 0.2px;
	}




.btn-secondary {
	font-size: 1rem;
	color: #9e0514;
	border: 2px solid #9e0514;
	border-radius: 34px;
	background-color: transparent;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
	overflow: hidden;
}


.btn-secondary ::before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		content: '';
		border-radius: 50%;
		display: block;
		width: 20em;
		height: 20em;
		left: -5em;
		text-align: center;
		transition: box-shadow 0.5s ease-out;
		z-index: -1;
	}

	.btn-secondary :hover {
		color: #fff;
		border: 1px solid rgb(40, 144, 241);
	}

	.btn-secondary :hover::before {
		box-shadow: inset 0 0 0 10em rgb(40, 144, 241);
	}








/*===================================================*/
.page {
	overflow: hidden !important;
}




.card-body h1 {
	background: rgb(83,55,55);
	background: linear-gradient(90deg, rgba(83,55,55,1) 7%, rgba(224,0,0,1) 46%, rgba(156,1,1,1) 83%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 100%;
}



.card-body1 strong {
	font-size:1.5rem;
}

.card-body1 {
	overflow:hidden;
	border-top:none;
}



.card-img .list-group-item a:hover {
	background:#0c9faf;
	transition: background 1s;
}






.card-img .list-group-item a {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background-color: transparent;
	position: relative;
	/* overflow: hidden; */
	border-radius: 7px;
	cursor: pointer;
	transition: all .3s;
}

.card-img .list-group-item {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	backdrop-filter: blur(4px);
	letter-spacing: 0.8px;
	border-radius: 10px;
	transition: all .3s;
	border: 1px solid rgba(156, 156, 156, 0.466);
}

.card-img .list-group-item a::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background: #f09433;
		    background: linear-gradient(45deg, #f3feff 0%, #85eaf7 25%, #13B4C9 50%, #0ca6ba 75%, #046774 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
		z-index: -1;
		border-radius: 9px;
		pointer-events: none;
		transition: all .3s;
	}

.card-img .list-group-item a:hover::after {
		transform: rotate(35deg);
		transform-origin: bottom;
	}

.card-img .list-group-item a:hover .list-group-item {
	background-color: rgba(156, 156, 156, 0.466);
}


.list-group-flush > .list-group-item:last-child{
	border:none!important;
}


@media (max-width: 1024px) {
	.list-group-item {
		flex-wrap:wrap;
	}
}




.SubTitle {
	background-color: #f8ffff;
	padding: 1rem;
	border-radius: 20px;
}




.Comment{
	text-align:center;
}

.border-bottom {
	border-bottom: solid 1px #870814 !important;
}
/*========================================================*/
#sendComment label {
}
#sendComment .input::after{
	content:"";
	position:absolute;
	height: 3px;
	background: linear-gradient(90deg, #FF6464 0%, #FFBF59 50%, #47C9FF 100%);
	transition: width 0.4s cubic-bezier(0.42, 0, 0.58, 1.00);
}

#sendComment .input:focus + #sendComment .input::after {
	width: 100%;
}

#sendComment .input {
	background-color: #eee;
	border: none;
	padding: 1rem;
	font-size: 1rem;
	width: 13em;
	border-radius: 1rem;
	color: lightcoral;
	box-shadow: 0 0.4rem #dfd9d9;
	cursor: pointer;
}

	#sendComment .input:focus {
		outline-color: lightcoral;
	}



/*===================================*/


.back .img-fluid {
    max-width: 80%;
    margin-top: -2.2rem;
}

.back .card-body {
}


.card-body h2 {
    font-size: 1.2rem;
    padding: 0.5rem;
}

.card-body .card {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card-body .card:hover {
    background-color: #faf7f7;
}



/*login=====================================================*/



#alone-page::before {
	content: "";
	position: absolute;
	background-color: aqua;
	background: url('img/c2.svg') no-repeat center top;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	opacity: 0.2;
	z-index: -3;
}





.card-header {
	text-align: center;
	background-color: #FFF;
	border-bottom: none !important;
}


	.card-header::after {
		content: "";
		position: absolute;
		width: 30%;
		height: 3px;
background: rgb(112,238,255);
background: linear-gradient(90deg, rgba(112,238,255,1) 7%, rgba(13,170,191,1) 83%);
		top: 2.3rem;
		text-align: center;
		left: 35%;
	}



.form-check-input {
	border: #0daabf 2px solid;
}

	.form-check-input:checked {
		background-color: #0daabf;
		color: black;
		border: #FFF 2px solid;
	}

#alone-page .btn-color-2 {
	font-size: 1rem;
	color: #0daabf;
	border: 2px solid #0daabf;
	border-radius: 34px;
	background-color: transparent;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
	overflow: hidden;
}

	#alone-page .btn-color-2 :hover {
		color: #0daabf;
		box-shadow: 0 0px 20px #0daabf;
	}



.form-control {
	border-radius: 50px;
}







.input-group-text {
	color: white;
	border-radius: 50%;
background: rgb(112,238,255);
background: linear-gradient(90deg, rgba(112,238,255,1) 7%, rgba(13,170,191,1) 83%);
	border: 0;
}







.card1::after {
	content: "";
	position: absolute;
	background-color: aqua;
	background: url('img/c1.svg') no-repeat center top;
	width: 60%;
	height: 60%;
	top: 4rem;
	opacity: 0.3;
	color: #FFF;
}





.card1 {
	overflow: hidden;
	border-left: none;
	color: #FFF;
}




.card1 {
	background: url('img/back5.png') no-repeat;
	background-size: cover;
	background-position: top right;
	z-index: 10;
}




.cardmg {
	z-index: 1050;
	padding-top: 10rem;
	right: 0;
}













@media (max-width: 947px) {
	.card-msg::after {
		right: -135%;
		border-radius: 60px;
		top: -18rem;
	}

	.card-msg::before {
		right: -125%;
		top: -18rem;
		border-radius: 60px;
	}

	.Msglogin {
		margin-top: 50%;
	}

	.card1::after {
		top: 11rem;
	}
}




@media (max-width: 570px) {


	.Msglogin {
		margin-top: 10%;
		
		color:black;
		
	}


}

.top-slider .carousel-caption {
   
    text-align: right;
    padding: 5px;
    top: 10%;
}

    .top-slider .carousel-caption h5 {
        font-size: 3rem;
        font-weight: bold;
        color: #00103c;
        margin: .2em 0 1em 0;
    }
    .top-slider .carousel-caption p {
        font-size: 1rem;
        font-weight: bolder;
        color: #0DAABF;
        padding: 10px;
        text-align: right;
    }




/*itemtype==============================================*/
.item-type {
   
  
}
.item-type .item{
	margin:1.5em;
	
}
.item-type h5{
    padding:1em;
	font-size:.9em;
	color:#000;
}
    .item-type img {
        width: 40%;
    }
.item-type a{
	text-align:center;
}



/*category==============================================*/
.item-cat .row{
   
    border-radius: 2em;
    background: rgba(255,255,255,.9);
	padding:1em;
}

.item-cat h3 {
    padding:1em;
}

.item-cat img {
    width: 20%;
}

.item-cat a {
    text-align: center;
}
/*blogs=======================================*/
.blog .card {
    height: 100%;
    max-height: 100%;
}
.blog .item {
    height: 700px;
    
}

.hr-blog .card {
    height: 100%;
    max-height: 100%;
	background:#FFF;
}
/*main-menu=====================================================*/
.main-menu li a {
    color: #12121d;
    font-size: small;
}
.main-menu li a i{
    color: #000;
    font-size:xx-small;
}
/*Vertical SubMenu================================================*/
.vertical-nav .dropdown-submenu {
    position: relative;
}


.vertical-nav .nav .nav-link a {
    color: #bababa;
}

.vertical-nav .nav .nav-link {
    color: #bababa;
}

/*.vertical-nav .nav .nav-link a:hover {
    color: black;
}*/
.vertical-nav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.vertical-nav .dropdown-toggle::after {
    display: none !important;
}

.vertical-nav ul.dropdown-menu {
    text-align: right;
    font-size: 12px;
    top: 0;
    right: 50%;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #f3f3f3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.vertical-nav .dropdown.open .dropdown-menu {
    max-height: 500px;
    opacity: 1;
}

.vertical-nav ul.dropdown-menu > li {
    padding: 8px 0;
}

    .vertical-nav ul.dropdown-menu > li > a {
        color: #000 !important;
    }

        .vertical-nav ul.dropdown-menu > li > a:hover {
            color: #8b0000 !important;
        }

.navbar-nav .dropdown-toggle::after {
    display: none !important;
}

/*sell========================================*/
.sell{
	
  line-height:1.8em;
  margin-bottom:2em;
 
}
.sell p{
	text-align:center;
	font-weight:bold;
}

/*logo=================================================*/
.logo .item{
	padding:1em;
}
/*stat===============================================*/
.stat {
	 
   
    color: #FFF ;
}
    .stat h3 {
        color: #FFFF !important;
    }
	.stat a {
        color: #FFFF !important;
    }
.stat i {
    
    font-size: 3em;
}
.stat p {
    font-size: 1em;
}
.stat .number-count {
    font-size: 2em;
}




.cont1 h5{
    width:100%;
    position: absolute;
    transition: all 1s;
    bottom:8px;
    color: white;
	text-align:center;
	z-index:1050!important;
    
	font-size:17px;
}

.cont1 .item{
	position: relative;
    overflow: hidden;
    padding: 0 !important;
    margin: 10px;
	
}
.cont1 .item:after{
	position:absolute;
	content:"";
	padding-bottom:15px;
	width:100%;
	height:26%;
	bottom:0;
    background-color: #0DAABF;
	transition: all 1s;
	  padding-top:5px;
	
}


.cont1 .item:hover:after{
	transition: all 1s;
	opacity:0.5;
	height:100%;
	
	
	
}
.cont1 .item:hover h5{
	transition: all 1s;
	padding-bottom:45%;
	
	
	
	
}



.cont1 a{
    overflow: hidden;
}



@font-face{
    font-family: "bootstrap";
    src: url("../../lib/bootstrap-icons/font/fonts/bootstrap-icons.woff");
}

.btn-hover .card{
	position:relative;
}



.btn-hover .card a:after{
	content:" \F285";
	font-family: "bootstrap";
	font-size:25px;
	text-align:center;
	color:black;
	position:absolute;
	width:50px;
	height:40px;
	background-color:#0DAABF;
	left:30px;
	bottom:0px;
	transition:all 1s;
	z-index:1050;
}


.btn-hover .card:hover a:after{
	background-color:#004E35;
	bottom:-15px;
	transition:all 1s;
	
	
}
.btn-hover .card:after{
	content:"";
	position:absolute;
	width:10%;
	height:5%;
	top:0;
	left:0;
	border-top:3px solid #0DAABF;
	border-left:3px solid #0DAABF;
	transition:all 1s;
}

.btn-hover .card:before{
	content:"";
	position:absolute;
	width:10%;
	height:5%;
	bottom:0;
	right:0;
	border-bottom:3px solid #0DAABF;
	border-right:3px solid #0DAABF;
	transition:all 1s;
}


.btn-hover .card:hover:after{
	content:"";
	position:absolute;
	width:40%;
	height:26%;
	top:0;
	left:0;
	border-top:3px solid #0DAABF;
	border-left:3px solid #0DAABF;
	transition:all 1s;
}

.btn-hover .card:hover:before{
	content:"";
	position:absolute;
	width:40%;
	height:26%;
	bottom:0;
	right:0;
	border-bottom:3px solid #0DAABF;
	border-right:3px solid #0DAABF;
	transition:all 1s;
}



.zoom .item{
	background-color:#ffff;
	overflow:hidden;
	border-radius:5px !important;
	padding:10px !important;
    margin-top: 0px;
	height:100%;
	margin:12px;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!important;
}
.zoom img{
	
  transition: transform .2s; 

}
.zoom .item h5{
	margin-top:30px!important;
	 padding:10px !important;
	 font-size:1rem;
	 text-align:center;
	 
}


.zoom .item:hover img{
  transform: scale(1.1); 
  
  
}
.zoom .item:hover h5{
 color:#FFA62F;


  
  
}
.zoom .item:hover {
  overflow:hidden;
  
  
}

.zoom .item{
	background-color:white;
	z-index:10;
	position:relative;
}


.hover-item2 .card{
	position:relative;
}



.hover-item2 .card:after{
	content:"";
	position:absolute;
	background-color:gray;
	top:0;
	left:0;
	width:100px;
	height:100px;
}





.animate__pulse .item:hover{
	display: inline-block;


	animation:pulse ; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}

.animate__backInLeft .item img{
	display: inline-block;
	 margin: 0 0.5rem;

	animation:backInLeft ; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}

.btn-btn .btn-sm{
	background-color:#004E35 !important;
	border:#004E35!important;
	color:white;
}






.text-color-black1 h5{
	color:black;
	width:100%;
	
	
}

.text-color-black1 p{
	color:black;
	width:100%;
	margin-right:250px;
}


.text-color-black1 .carousel-caption{
	
	width:100%;
}






.card-glass .row{
	backdrop-filter: blur(25px) saturate(100%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
}






.bn39 .btn-sm{
   background-image: linear-gradient(to bottom right, #050C9C, #3572EF, #3ABEF9,#A7E6FF);
  border-radius: 6px;
  box-sizing: border-box;
  color: #ffffff;
  display: inline;
  height: 50px;
  
  font-weight: 600;
  padding: 4px;
  position: relative;
  text-decoration: none;
  width: 7em;
  z-index: 2;
}

.bn39 .btn-sm:hover {
  color: #fff;
}




.animate__shakeX .item:hover{
  display: inline-block;


  animation:shakeX; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}






.text-h3 h3{
	top:15px!important;
	color:black!important;
	
}

.text-h3 p{
	color:black!important;
}

.text-h3 a span{
	top:15px!important;
	color:black!important;
	
}
.text-h3 .accordion{
	
	padding-bottom:50px;
	margin-top:50px;
}

 


.section-5{
	padding:0!important;
	margin:0!important;
}







.utility-sidebar {
	position: fixed;
	right: 0;
	top: 35rem;
	width: 40px;
	background: #FFF;
	border: 2px solid black;
	z-index: 99;
	transition: all 0.5s ease;
	border-radius: 20px;
}

	.utility-sidebar:hover {
		background: linear-gradient(to top, #AB0F0F 50%, #FFF 50%);
		background-size: 100% 200%; /* ارتفاع 200% */
		background-position: bottom; /* شروع از پایین */
		transition: background-position 0.5s ease, all 0.8s;
	}


		.utility-sidebar:hover i::before {
			color: #FFF;
			transition: all 1s;
		}

	.utility-sidebar .utility-btn {
		position: relative;
		left: 2rem;
	}

		.utility-sidebar .utility-btn p {
			top: 0rem;
			font-size: 0.8rem;
			display: none;
			width: 100%;
			position: absolute;
			right: 3rem;
			padding: 0.1rem;
			transition: all 0.5s ease;
			color: #FFF;
		}



	.utility-sidebar li:hover p {
		display: inline;
		width: 100px;
		transition: all 0.5s ease;
	}


	.utility-sidebar i:hover::before {
		transform: rotateY(360deg);
		transition: all 0.5s;
		color: #FFF;
	}



	.utility-sidebar li {
		list-style-type: none;
		padding-top: 0.5rem;
	}



	.utility-sidebar .utility-btn {
		width: 100%;
		background-color: transparent;
		border: none !important;
	}




		.utility-sidebar .utility-btn p {
			position: absolute;
			background-color: #FFF;
			padding: 8px 15px;
			border-radius: 3px;
			opacity: 0;
			visibility: hidden;
			font-size: 13px;
			letter-spacing: .5px;
		}


			.utility-sidebar .utility-btn p::before {
				content: '';
				display: block;
				position: absolute;
				right: -4px;
				top: 10px;
				transform: rotate(-45deg);
				width: 10px;
				height: 10px;
				background-color: inherit;
			}


		.utility-sidebar .utility-btn:hover p {
			background-color: black;
			visibility: visible;
			opacity: 1;
		}



	.utility-sidebar .img-fluid1 {
		width: 25px;
	}





.product .item img{
	width:40%;
	height:40%;
}
.product{
	margin-top:5rem!important;
}
/*
.product .item{
	background-color:#ed005a;
	width:150px;
	height:150px;
	border-radius:100px;
 border:15px solid #FFF;
 position:relative;
 
}

.product .item::before{
	content:"";
	position:absolute;
	top:-1.5rem;
	right:-1.5rem;
	background-color:transparent;
	width:170px;
	height:170px;
	border-radius:100px;
	 border:5px solid #ed005a;
}
  

*/

/* From Uiverse.io by javierBarroso */ 
.product .item {

    background: #287bff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width:180px;
    height: 190px;
    margin: 30px;
    border-radius: 20px;
    border-bottom-left-radius: 160px;
    border-bottom-right-radius: 160px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    overflow: hidden;
     
}
/*
.product .item::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -30%;
    padding: 0;
    width: 100%;
    height: 120%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2));
    transform: rotate(35deg);
    pointer-events: none;
    filter: blur(5px);
}
*/
.product .item:nth-child(1) {
    background:linear-gradient(to bottom, #ffffff, #006c75);
}



.product .item .icon{
    position: relative;
    width: 100px;
    height: 90px;
    background: #FFF;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    box-shadow: 0 15px 0 rgba(0, 0, 0, 0.1),
            inset 0 -8px 0 #fff;
    z-index: 1000!important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.product .item .icon::before {
  content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 50px;
    background: transparent;
    border-top-right-radius: 50px;
    box-shadow: 15px -15px 0 15px #FFF;
}

.product .item .icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 50px;
    background: transparent;
    border-top-left-radius: 50px;
    box-shadow: -15px -15px 0 15px #FFF;
}





.product .item h5 {
    font-size: 0.8rem;
	text-align:center;
	display:flex;
	justify-content:center;
    color: #fff;
}

.product .item p {
    color: #fff;
	 font-size: 0.8rem;
	 text-align:center;
   
}


.product .item i::before{
	
	margin-top:1.5rem;
	font-size:2rem;
	color:black;
}



/*********************************************************/
.social{
	position:relative;
}

.social .item{
	width:10%;
	height:230px;
	padding:4rem 6rem 4rem 9rem!important;
	background-color:#FFF;
	position:absolute;
	top:1rem;
	z-index:100!important;
	
/* From https://css.glass */
background: rgba(255, 255, 255, 0.48);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(15.4px);
-webkit-backdrop-filter: blur(15.4px);
border: 1px solid rgba(255, 255, 255, 1);
}


.social .item .icon{
	color:blue;
	font-size:3rem;
}


.social .item h5{
	font-size:1.2rem;
	color:black;
}


/*************************************************/


.amar{
	margin-right:1rem;
}

.amar .item{
    color: #000 !important;
    text-align: center;
    position: relative;
    z-index: 1;
	background-color:white;
	border-radius:20px;

}

.amar .item p{
    color: #000 !important;
    
}

.amar .item span{
    color: #000 !important;
	font-size:1rem;
    
}
.amar .item i:before{
    color: #0097A7 !important;
    
}



.amar-text p{
	color:white;
	padding-left:2rem;
	
}
.amar-text h4{
 text-align:center;
	color:white;
	
}

/**************************************************/

/*
.emcan > .item:nth-child(3) {
    background-color: #fff3cd;
    border-right: 4px solid #ffc107;
    font-weight: bold;
}

.emcan > :nth-child(3) {
    background-color: #fff3cd;
}
*/


.emcan .row  > div:nth-child(2) {

}


.emcan .row  > div:nth-child(4) {

}



.card {

  position: relative;


}
/*
.emcan .item{
  width: 280px;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px #4445;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.emcan img{
	
  transition: transform .2s; 

}
.emcan .item h5{
	margin-top:30px!important;
	 padding:10px !important;
	 font-size:1rem;
	 text-align:center;
	 
}


.emcan .item:hover img{
  transform: scale(1.1); 
  
  
}
.emcan .item:hover h5{
 color:#FFA62F;
}




.emcan .item::after {
  content: "";
  width: 50px;
  height: 50px;
  background: rgb(139, 92, 246);
  position: absolute;
  border-radius: 100%;
  top: 50%;
  right: 50%;
  transition: all 0.5s;
  transform: translateX(50%) translateY(-50%);
  z-index: -1;
}

.emcan .item:hover {
  scale: 1.02;
  box-shadow: 0 5px 20px #444e;
}

.emcan .item:hover .emcan .item::after {
  width: 900px;
  height: 900px;
}
*/
.pro{
	padding:0.5rem;
	background:linear-gradient(to right, #ff9007, #d57003);
	color:#FFF;
}
.pro2{
	padding:0.5rem;
	background:linear-gradient(to right, #0daabf, #009582);
	color:#FFF;
}

.pro p{
	color:#FFF;
	text-align:center;
}
.pro2 p{
	color:#FFF;
	text-align:center;
}

.pro a{
	color:#FFF;
	text-align:center;
}
.pro2 a{
	color:#FFF;
	text-align:center;
}



/*****************************************************/

.counter .item{
    background: #fff;
    text-align: center;
    width: 210px;
    padding: 0 0 25px;
    margin: 0 auto 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    position: relative;
}








.container {
 
  border: 1px solid lighten(black, 10);
  display: flex;
  align-items: center;
}

.container .item {
  flex-grow: 1;
  height:180px;
  width:180px;
  background-color: #2E59F8;
  position: relative;
  border: 1px solid #FFF !important;
  transition: all 300ms ease-in-out;
  text-align:center;
  color:#FFF;
  padding:5px;
}

  

  .container .item h6{
	  margin-top:4rem;
  }



.container .item .icon{
	    width: 70px;
    height: 70px;
	margin-top:1rem;
	margin-right:3.5rem;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #DC3545;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
	font-size:1.5rem;
}






.btn1{
	margin-top:15px;
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  border-radius: 6em;
  transition: all 0.2s;
  border: none;
  font-family: inherit;
  font-weight: 500;
  color: black;
  background-color: white;
}



.emcan .item{
	 color: #000 !important;
    text-align: center;
    position: relative;
    z-index: 1;
	height:200px;
	width:200px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.emcan .item .icon{
	    width: 70px;
    height: 70px;
	margin-top:1rem;
	margin-right:3.5rem;
    border-radius: 50%;
    background:blue;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
	margin-bottom:1rem;
    transition: all 0.3s ease-out;
	font-size:1.5rem;
	
}

.emcan .item i:before{
    color: #FFF !important;
    
}


.emcan .item h5{
    color: #000 !important;
	padding-top:1rem;
    
}

.emcan .item:after {
    position: absolute;
    content: "";
    padding-bottom: 15px;
    width: 100%;
    height:7%;
    bottom: 0;
	right:0;
    background-color:blue;
    transition: all 1s;

}



/*optiones*/



.optiones .item{
	background-color:#FFF;
	padding:0!important;
	transition:all 0.5s;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!important;
	margin-top:10%;
	margin-right:10%;
	margin-left:10%;
}

.optiones .item:hover{
	transition:all 0.5s;
	transform: translatey(-1rem);
}

.optiones .item h5:after{
	content:"";
	position:absolute;
	width:0%;
	height:0%;
	top:-0.1rem;
	right:40%;
	z-index:3;
	border-top:#FFF 15px solid;
	border-right:transparent 20px solid;
	border-bottom:transparent 20px solid;
	border-left:transparent 20px solid;
}


.optiones .item h5{
	position:relative;
	background-color:#0097A7;
	font-size:13px;
	padding:18px;
	padding-top:20px;
	width:100%;
	color:#FFF;
	text-align:center;
	top:5px;
}

/******************************************************/


.t1 .item{
	background-color:#E86A3A;
	width:100%;
	height:500px;
	border-radius:3rem;
}




.cont-call .card2{
	   color: #000 !important;
    text-align: center;
    position: relative;
    z-index: 1;
	text-align:center;
	height:150px;
	width:250px;

	border-left:dotted 2px #FFF;
}



.cont-call{
	margin-top:3rem;
		display:flex;
	justify-content:center;
}

.cont-call .card2 p{
	text-align:center;
	color:#FFF;
	margin-top:2.5rem;
}


.cont-call .row  > div:nth-child(3) {
	border-left:none!important;
}

.cont-call .card2 a{
	text-align:center;
	color:#006064!important;
	margin-bottom:5rem;
	position:absolute;
	top:0rem;
	right:6rem;
	font-size:2rem;

}


/*******************************************************************/



.btn5{
	margin-top: 15px;
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1em 2.5em;
    display: inline-block;
    cursor: pointer;
    border-radius: 6em;
    transition: all 0.2s;
    border: none;
    font-family: inherit;
    font-weight: 500;
    color: black;
    background-color:#0097A7;
}








.emcanat{
	margin-top:18rem;
		position:relative;
	
}

.emcanat .item .img-card img{

	margin:0!important;
	width:50%;
}


.emcanat .item{
	position:relative;
    margin-top:0.5rem;
	border:3px solid #000;

}

.emcanat .row::after{
    content: " ";
    height: 90%;
    position: absolute;
	width:3px;
	right:3.2rem;
    background-color:#0daabf;

}


.emcanat .item a{

	margin-top:1rem;

	display:flex;

	
}

.emcanat .item h5{
	    margin-top: 0.7rem;
	font-size:1rem;
	color:#000;
	
}

.emcanat .item .img-card{
		width:15%;
		height:45%;
}

.emcanat .item::before {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    z-index: 1;
	top:1.7rem;
    right:-1.5rem;
    border: medium solid #0daabf;
    border-width: 10px 10px 10px 0;
    border-color: transparent #0daabf transparent transparent;
}


.pic-card .item{
	position:relative;
}

/*
.pic-card .item .img-card::after{
	  content:"";
    position:absolute;
    background:url('img/s4.svg')  no-repeat; 
    width: 100px;
    height: 100px;
   top:28rem;
   right:-6rem;
   font-size:3rem;
    display: block;
	
}

.pic-card .item .img-card::before{
	  content:"";
    position:absolute;
    background:url('img/k1.svg')  no-repeat; 
    width: 100px;
    height: 100px;
   top:5rem;
   right:-6rem;
   font-size:3rem;
    display: block;
	
}

*/
.emcan2{
	margin-top:8rem;
}

.emcan2 .item{
	border:#19d7d5 solid 3px;
	position:relative;
	text-align:center;
	margin-top:5rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.emcan2 .item i:before{
top: -1.6rem;
padding:1rem;
    position: absolute;
    background-color: #FFF;
	color:#19d7d5;
	right:1rem;
	font-size:1.6rem;
}


.emcan2 .row > div:nth-child(2){
	margin-top:-22rem;
	margin-right:-8rem;
	
}
.emcan2 .row > div:nth-child(3){
	margin-top:5rem;
	margin-left:3rem;

	
}





.emcan3{
	margin-top:8rem;
}

.emcan3 .item{
	border:#19d7d5 solid 3px;
	position:relative;
	text-align:center;
	margin-top:5rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.emcan3 .item i:before{
top: -1.6rem;
padding:1rem;
    position: absolute;
    background-color: #FFF;
	color:#19d7d5;
	right:1rem;
	font-size:1.6rem;
}


.emcan3 .row > div:nth-child(2){
	margin-top:-23rem;
	margin-right:5rem;

	
}


.emcan3 .row > div:nth-child(3){
	margin-top:5rem;
	margin-right:3rem;

	
}



.p-emcan .panel-header h4::after{
	  content:"";
    position:absolute;
    background:url('img/pont1.svg')  no-repeat; 
    width: 700px;
    height: 300px;
   top:-0.5rem;
   font-size:3rem;
    display: block;
	right:-3.6rem;
}




.p-emcan .panel-header h4{
	padding-bottom:3rem;
}


.s1 .img-card{
	margin-top:-6rem;
}


.reline .item{
background-color: white;
  margin-top: 70px;
  position:relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    height: 100%;
    padding: 5% !important;
	
}
.reline-wraper{
	padding:0 1%;
}

.wraper2{
	
padding:0 5%;
}
.reline .item h5{
	text-align:center;
	padding-top:0.5rem;
	color:#ff7800;
}
.reline .panel-header h4{
	color:#FFF;
	
}

.reline .panel-header p{
	color:#FFF;
}



.demo{
	    border-left: dashed #ff6e00 3px;
}

.demo .item h5{
	text-align:center;
	margin-top: 1rem;
	padding-right: 0.5rem;
}



.demo .item{
	border-bottom:solid 2px #dbdbdb;
	display:flex;
}



.demo .item a{
	display:flex;
}



.demo .item img{
	width:30%;
}




.button-btn {
  padding: 5px 10px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  background-color: rgb(24, 191, 220);
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
    box-shadow: rgb(24, 191, 220) 0px 5px 10px 0px;
  font-size: 15px;
  transition: all 0.5s ease;
}



.button-btn:active {
  letter-spacing: 3px;
  background-color: hsl(24, 191, 220);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(24, 191, 220) 0px 0px 0px 0px;
  transform: translateY(10px);
  transition: 100ms;
}

.button-btn a{
	color:#FFF;
	font-size:0.8rem;
}




.text-demo p::after{
	   content:"";
    position:absolute;
    background:url('img/b1.png')  no-repeat; 
    width: 100px;
    height:100px;
right:29.5rem;
top:0;
   font-size:3rem;
    display: block;
}





.text-demo{
	margin-top:5rem;
	position:relative;
}



.noskhe .item img{
	border-radius:5rem;
	z-index:1050;
	position:relative;
}

.wraper-noskhe{
	padding:1% 10%;
}


.noskhe .item{
	position:relative;
}
/*
.noskhe .item .img-card::before{
	  content:"";
    position:absolute;
	border:solid 5px #E86A3A;
	width:60%;
	height:95%;
    right:5rem;
	top:0;
	border-radius:5rem;
}
*/




/*******************************************/

.nazar .item{
	background-color:#FFF;
	padding:1.5rem!important;
	width:70%;
	border-radius:3rem;
	height:480px;
}



.nazar .item img{

	border-radius:100px;
	width:30%;
    margin: 0 !important;
}




.nazar .item h5{

padding-top:1rem;
}

.title-nazar{
	border-left:solid 4px #0D8899;
	border-radius:4px;
}
.nazar .item p{

font-size:0.7rem;
}


/*******************************************************************/

.product1 .item{
	background-color:#FFF;
	padding:1.5rem!important;
	border-radius:1.5rem;
	height:370px;
	
}

.product1 .item h5{
	color:#0D8899;
	padding-top:1rem!important;
	text-align:center;
	font-weight: 900;
}


.product1 .item img{
	width:50%;
}


/******************************************************************************/
.item-emcan .item {
	 transition: all 0.5s;
}

.item-emcan .item h5{
	text-align:center;
	font-size:1rem;
	color:#000;
}


.item-emcan .item:hover img{
	    filter: grayscale(100%);
    filter: gray;
    transition: all 0.5s;
}

.item-emcan .item:hover h5   {
	    filter: grayscale(100%);
    filter: gray;
    transition: all 0.5s;
}

.item-emcan .item:hover{
	  margin:-1rem;
	  transition: all 0.5s;
}




/**********************************************************/

.khabar .card{
	border:none;
	background-color:transparent;
	box-shadow:none!important;
	border-bottom:solid 2px gray;
	padding:0!important;
}


.khabar .card-body{
	
	padding:0!important;
}



/*************************************************/

.movi .card{
	border: none;
    background-color: transparent;
    box-shadow: none !important;
    position: relative;
	height:380px !important;
}


.movi .card img{
	max-width:80%;
    object-fit: none;
	border-radius:1.5rem;
}



.movi .card .image-container{
	height:45%;
	border-radius:2rem;
}



.movi .card h2{
	margin-right:2.3rem;
	border-right:3px solid;
	border-radius:0.2rem;
	
}


.movi .card p{
	margin-right:2.6rem;
}


/*Request****************************************************************************************/

.request .item h5{
	text-align:center;
	color:#E77E23;
	font-weight:bold;
}

.request .item p{
	text-align:center;
	color:#fff;
}


/**************************************************/
.emcan-land .item{
	width: 50%;
    border-bottom: solid 1px;
}



.emcan-land .item a{
	display:flex;
}

.emcan-land .item h5{
	margin-left:2rem;
}

/******************************************************************/

.land-rmcan a{
	display:flex;
}


.land-rmcan img{
	
	padding-left:1rem;
	width:75%;
}



.phone{

	border-radius:5rem;
	width:210px;
	padding:5px!important;
	margin:0 auto !important;
	border:solid 3px #FFF;
}


.phone a{
	border-radius:5rem;
	font-size:1.5rem;
	padding:2px;
	border:solid 3px #FFF;
	color:#191919;
	background-color:#FFF;
}

.phone .number{
	border-radius:5rem;
	font-size:1.2rem;
	border:none;
	color:#FFF;
	background-color:transparent;
}





/*********************************************************/
.moshtari .item img{
	border-radius:1rem;
}




.wraper-3{
	padding:0 20%;
}



/********************************************************/
.land-emcan .header-title span{
	padding:4px;
	border-radius:3px;
	
	
}

.land-emcan .header-title p{
	font-size:0.7rem;
	
}



.land-emcan li{
	color:#000;
	font-size:0.8rem;
}

/*******************************************************/
#contact-348 .persian{
	font-size:1.5rem;
}


/**********************************************************/
.text-header .item a{
	display:flex;
}



 .text-header .item img{
	 width:25px;
 }

 .btn-header{
	 justify-content:center;
 }


























































