a {
	text-decoration : none;
}




#header3 {
	background:linear-gradient(135deg, #72fffb, #035d87fa);
}

#header3 .left-header {
		background:linear-gradient(135deg, #72fffb, #0481b1);
}



#id-6097 {
	cursor:pointer;
}

#id-6097 .article-card-item:hover {
    color: #fff; 
    transform: translateY(-3px); 
}


#id-6097  .article-content {
	height: 70% !important;
}

#id-6097 .article-card-item{
   position: relative;
   overflow: hidden;
   z-index: 1;
}
#id-6097 .article-card-item::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
 background:linear-gradient(135deg, #72fffb, #0481b1);
  transition: width .5s ease-in-out;
  z-index: -1;
}

#id-6097 .article-card-item:hover::before{
  width: 100%;
}
#id-6097 .article-card-item:hover{
   transform: none;
}


#id-6097 .article-card-item h3{
 color: transparent !important;
  background-image: linear-gradient(90deg, #fff 50%, #3d3d3d 50%);
  background-position: 100%;
  background-size: 200% 100%;
  background-clip: text;  
  -webkit-background-clip: text;
  transition: background-position .6s ease;
}

#id-6097 .article-card-item:hover h3{
  background-position: 0;
}



.magic-btn {
  position: relative;
  background: linear-gradient(135deg, #72fffb, #0481b1);
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 0 12px rgba(79,192,186,0.4);
  backdrop-filter: blur(8px);
}
.magic-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.2),
    rgba(255,255,255,0.05)
  );
  transform: rotate(25deg);
  transition: all 0.5s ease;
}
.magic-btn:hover::before {
  left: 100%;
  top: 100%;
}
.magic-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 0 25px rgba(0,126,177,0.7), 0 0 45px rgba(79,192,186,0.6);
}



@media(max-width:1250px) {
#id-6101 {
 display : none;
}
}


@media(min-width:1250px) {
#id-6103{
 display : none;
}
}


#id-6104 .article-card-item:hover .article-image {
transform: none; 
}

#id-6111 .article-card-item {
    position: relative;
    overflow: hidden;
	cursor: pointer;
}

/* هاله */
#id-6111 .article-card-item::before {
   content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(200, 200, 200, 0) 0%,
        rgba(200, 200, 200, 0.4) 50%,
        rgba(200, 200, 200, 0) 100%
    );
    transform: skewX(-20deg);
    transition: 0.8s ease;
}

/* حرکت هاله در هاور */
#id-6111 .article-card-item:hover::before {
    left: 120%;
}



#id-6112 .article-container {
flex-direction: row-reverse !important;
}




#id-6113 .article-card-item {
	background-color: transparent !important;
}


#id-6113 .article-card-item:hover {
	transform: none !important;
}


@media(min-width:1650px) {
#id-6113{
 flex-direction: row-reverse;
	padding:0px 8rem;

}
}

#id-6115 .card-body-custom {
	background: unset !important;
}
#id-6115 .card {
background: linear-gradient(135deg, #72fffb, #0481b1) !important;
}


#id-6115 .img-responsive {
	display:none;
}

#id-6115 .swiper-wrapper {
	gap: 30px;
}


#footer1 .information-container {
	width :90% !important;
}


#footer1 .divider-device {
	display:none;
}

