﻿
/*panels=============================================*/
.panel-header {
    text-align: right;
	padding: 2rem 2px;
}
.panel-header i {
    font-size: small;
}

.panel-header span {
    font-size: small;
}

    .panel-header h3 {
        position: relative;
        display: inline;
        color: #0B8899;
        font-size: 1.5em;
       
    }

        .panel-header h3: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-body strong {
	color: #8c0000;
}

.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;
}
    .item-type img {
        width: 50%;
    }
.item-type a{
	text-align:center;
}



/*category==============================================*/
.item-cat .row{
   
    border-radius: 2em;
    background: rgba(255,255,255,.9);
	padding:1em;
}

.item-cat h5 {
    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: #FFF !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! */
}


.section-4{
	 background-color:#FFA62F;
	 color:white;
}






.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;
	}






