/*search starting*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
::selection{
	color: #fff;
	background: #000;
  }
  .breadcrumbs .container .wrapper .search-input{
	background: #fff;
	width: 100%;
	border-radius: 5px;
	position: relative;
	box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
  }
  .search-input input{
	height: 55px;
	width: 100%;
	outline: none;
	border: none;
	border-radius: 5px;
	padding: 0 60px 0 20px;
	font-size: 18px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
  }
  .search-input.active input{
	border-radius: 5px 5px 0 0;
  }
  .search-input .autocom-box{
	padding: 0;
	opacity: 0;
	pointer-events: none;
	max-height: 280px;
	overflow-y: auto;
  }
  .search-input.active .autocom-box{
	padding: 10px 8px;
	opacity: 1;
	pointer-events: auto;
  }
  .autocom-box li{
	list-style: none;
	padding: 8px 12px;
	display: none;
	width: 100%;
	cursor: default;
	border-radius: 3px;
  }
  .search-input.active .autocom-box li{
	display: block;
  }
  .autocom-box li:hover{
	background: #f2f2f2;
  }
  .search-input .icon{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 20px;
	color: #000;
	cursor: pointer;
  }

/*search end*/
  
  .articales h2
  {
	  font-weight: 40px;
	  margin-bottom: 1.2em;
	  text-align: center;
	  
  }
  /* Dashed red border */
hr.new2 {
	border-top: 1px solid rgb(245, 241, 241);
  }
/* ========================================
segmenta strat
================================================*/
  .articales .main .row .card
  {
	  box-sizing: border-box;
	  width: 100%;
	  height: 150px;
	  margin-top: 25px;
	  cursor: pointer;
	  margin-bottom: 25px;
	  border-radius: 20px;
	  border: none;
	  --tw-shadow: 10px 15px 20px -20px rgba(0, 0, 0, 0.25);
	  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	  background-color: #f8fdfe;
	  
  }
  .articales .main .row .card h3
  {
	  text-align: center;
	  color: #333;
	  font-size: 20px;
	  font-weight: 400;
	  font-weight: bold;
	  line-height: 1.3em;
	  margin-top: 25px;

  }
  .articales .main .row .card a
  {
	  color: #333;
  }
  .articales .main .row .card .article-count
  {
	  text-align: center;
	  color: #36a3dc;
	  font-size: 14px;
	  justify-content: center;
	  align-items: center;
	  margin-top: 15px;
  }
  

  /*button anymation*/
  .card .flip-card-back .button {
	border-radius: 40px;
	background-color: #f4511e;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	width: 150px;
	transition: all 0.5s;
	position: relative;
	top: 30%;
	left: 25%;
	height: auto;
	display: flex;
	justify-content: center;
	align-content: center;
	border-radius: 20px;
	
  }
  
  .card .flip-card-back .button span {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	transition: 0.5s;
  }
  
  .card .flip-card-back .button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
  }
  
  .card .flip-card-back .button:hover span {
	padding-right: 25px;
  }
  
  .card .flip-card-back .button:hover span:after {
	opacity: 1;
	right: 0;
	
  }
/*======================flip card================*/
.card {
	background-color: transparent;
	width: 300px;
	height: 200px;
	border-radius: 20px;
	
  }
  
  /* This container is needed to position the front and back side */
  .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .card:hover .flip-card-inner {
	transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-card-front {
	background:#fff;
	color: #fff;
	border-radius: 20px;
  }
 
  /* Style the back side */
  .flip-card-back {

	color: white;
	transform: rotateY(180deg);
	border-radius: 20px;
  }

  /*======================flip card  END ================*/
/* ===========================================
main seaction CATEGORIES
================================================*/
.categories
{
	margin-top: 45px;
	justify-content: center;
	align-items: center;
	
}
.categories .slied:hover
{
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.categories .content h3
{
	font-size: 15px;
	text-transform: uppercase;
	color: #222;
	margin-bottom: 4px;
	font-weight: 700;
	background: rgb(255, 255, 255);
	
}
.categories .content ul

{
	display: inline;
	float: left;
	list-style-type: none;
	margin-top: 25px;
}
.categories .content ul li
{
	margin: 2px 0 3px;
}
.categories .content ul a
{
	display: inline-block;
	color: #858585;
	font-size: 14px;
	padding: 6px 15px 6px 0;
	line-height: 20px;
	margin-left: 0;

}
.categories .content ul li a.active
{
	color: darkorange;
	font-size: 18px;
	
}
.categories .artical
{
	border: 1px solid #e9e5e5;
	background: #fff;
	color: 222;
	min-height: 460px;
	padding: 45px 46px;
	position: relative;
	width: 100%;
	--tw-shadow: 0 15px 20px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.artical .content2 h1
{
	font-weight: 600;
    margin-top: 0;
    font-size: 30px;
    line-height: 1.2em;
}
.artical .content2 .question p
{
	margin-top: 25px;
	font-size: 18px;
}
@media (max-width: 768px)
{
	.categories .artical {
		padding: 25px 20px;
		border-color: #DEDEDE;
		border-left: 0;
		border-right: 0;
		min-height: 0;
		height: auto;
		
	}
	.categories .slied:hover
	{
		display: block;
	}

}
