  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");

  body {
    font-family: "Poppins", sans-serif !important;
  }

  .content-wrapper {
    background-color: #EFEFEF;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  }

  .page-title {
    font-size: 42px;
    font-weight: 700;
    color: #525252;
    border-bottom: 3px solid #414141;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 25px;
  }

  .page-content {
    font-size: 18px;
    color: #866E89;
    line-height: 1.7;
  }
* { 	margin: 0; 	padding: 0; }  .elemi { 	width: 100%; 	height: auto; 	color: 454545; }  .elemi nav { 	background: #EAE3DA; 	overflow: hidden; 	width: 100%; 	box-shadow: -2px -7px 47px 9px rgba(0,0,0,0.35); 	-moz-box-shadow: -2px -7px 47px 9px rgba(0,0,0,0.35); 	-webkit-box-shadow: -2px -7px 47px 9px rgba(0,0,0,0.35); }  .logo-section { 	float: left; 	padding: 30px; 	font-family: Encode Sans Condensed; }  .hb-button { 	float: right; 	background: #000000; 	color: #FFFFFF; 	border: none; 	font-size: 19px; 	padding: 10px; 	border-radius: 3px; 	cursor: pointer; 	display: none; }  .elemi nav a { 	text-decoration: none; 	font-size: 18px; 	font-family: Encode Sans Condensed; 	color: #111111; 	padding: 5px; }  .elemi nav ul { 	overflow: hidden; 	color: #FFFFFF; 	margin: 0; 	padding: 10px; 	text-align: center; 	transition: max-height: 0.5s; 	-webkit-transition: max-height: 0.5s; 	-moz-transition: max-height 0.5s ; 	-ms-transition: max-height 0.5s; 	-o-transition: max-height 0.5s; }  .elemi nav ul li { 	float: right; 	display: inline-block; 	padding: 20px; }  .elemi li > a { 	position: relative; 	color: #101010; 	text-decoration: none; }  .elemi li > a:hover { 	color: #000000; }  .elemi li > a:before { 	content: ""; 	position: absolute; 	width: 100%; 	height: 2px; 	bottom: 0; 	left: 0; 	background-color: #070509; 	visibility: hidden; 	-webkit-transform: scaleX(0); 	transform: scaleX(0); 	-webkit-transition: all 0.3s ease-in-out 0s; 	transition: all 0.3s ease-in-out 0s; }  .elemi li > a:hover:before { 	visibility: visible; 	-webkit-transform: scaleX(1); 	transform: scaleX(1); } @media screen and (max-width: 768px) { 	.logo-section { 		float: none; 	} 	nav ul { 		background: #F8F7F8; 		max-height: 0; 		width: 100%; 	} 	nav ul.show { 		max-height: 20em; 	} 	nav ul li { 		box-sizing: border-box; 		width: 100%; 		padding: 15px; 	} 	.hb-button { 		display: inline; 	} }.grid {
  margin: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  align-items: stretch;
  }

.grid > article {
  border: 1px solid #D7EED1;
  box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
  border-radius: 3px;
  text-align: center;
}

.grid > article:hover{
  transition: transform .1s ease-out;
  transform: translateY(5px);
}

.grid > article img {
  width: 100%;
}


.text {
  padding: 0 20px 20px;
}

.text > h3{
  text-transform: uppercase;
}

.text > a button {
  background: linear-gradient(to right, #848AAC, #C317EE, #F7DF4E);
  border-radius: 3px;
  border: 0;
  color: white;
  padding: 10px;
  width: 100%;
  font-weight: 600;
  text-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
  text-transform: uppercase;
}


@media (max-width: 768px){
  .grid{
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }
}

@media (max-width: 500px){
  .grid{
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
  }

  .grid > article{
    text-align: center;
  }
}
/* FOOTER */

body {
    background: #310D2F;
}
.footer {
	width: 100%;
	background: #110033;
	display: block;
 }

 .inner-footer {
	 width: 95%;
	 margin: auto;
	 padding: 30px 10px;
	 display: flex;
	 flex-wrap: wrap;
	 box-sizing: border-box;
	 justify-content: center;
 }

.footer-items {
	width: 25%;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #EFECED;
}

.footer-items p {
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
	color: #FFFFFF;
}

.footer-items h1 {
	color: #E8E8E8;
}

.border1 {
	height: 3px;
	width: 40px;
	background: #E3F224;
	color: #2DA200;
	background-color: #CB250A;
	border: 0;
}

ul {
	list-style: none;
	color: #EAEAEA;
	font-size: 15px;
	letter-spacing: 0.5px;	
 }

ul a {
	text-decoration: none;
	outline: none;
	color: #EEE3F0;
	transition: 0.3s;
}

ul a:hover {
	color: #00D390;
}

ul li {
	margin: 10px 0;
	height: 25px;
}

li i {
	margin-right: 20px;
}



.social-media i:hover {
	transform: scale(1.5);
}

.footer-bottom {
	padding: 10px;
	background: #556202;
	color: #FDFDFD;
	font-size: 12px;
	text-align: center;
}

/* for tablet mode view */

@media screen and (max-width: 1275px) {
	.footer-items {
		width: 50%;
	}
}

/* for mobile screen view */

@media screen and (max-width: 660px) {
	.footer-items {
		width: 100%;
	}
}

/* you can toggle the media screen view accordingly by changing the (max-width: px) to your convenience */

/* Thanks to Computer Conversations */
