@charset "utf-8";
/* CSS Document */
@import url('https://fomts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}
section
{
  padding: 100px;
}
.banner
{
  position: relative;
  min-height: 100vh;
  background: url("Images/Cover-Image.jpg");
  background-size: cover;
  background-position: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner h2
{
  font-size: 3em;
  color: #bebebe;
  font-weight: 500;
  line-height: 1.5em;
}
.banner h2 span
{
  font-size: 1.5em;
  font-weight: 700;
}
.banner h3
{
  font-size: 1.5em;
  color: #8d4b9d;
  font-weight: 500;
  line-height: 1.5em;
}
.btn
{
  position: relative;
  background: #8d4b9d;
  display: inline-block;
  color: #bebebe;
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
header
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
header.sticky
{
  background: #fff;
  padding: 20px 100px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
header .logo
{
  color: #8d4b9d;
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px;
}
header.sticky .logo
{
  color: #8d4b9d;
}
header ul
{
  position: relative;
  display: flex;
}
header ul li
{
  position: relative;
  list-style: none;
}
header ul li a
{
  position: relative;
  display: inline-block;
  margin: 0 15px;
  color: #bebebe;
  text-decoration: none;
}
header.sticky ul li a
{
  color: #111;
}
.heading
{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  color: #111;
}
.heading h2
{
  font-weight: 600;
  font-size: 30px;
}
.content
{
  display: flex;
  justify-content: space-between;
}
.contentBx
{
  padding-right: 30px;
}
.contentBx h3
{
  font-size: 28px;
  margin-bottom: 10px;
}
.contentBx p
{
  font-size: 24px;
}
.w50
{
  min-width: 50%;
  padding-left: 160px;
}
img
{
  max-width: 100%;
}
.portfolio
{
  background: #111;
}
.heading.white
{
  color: #fff;
}
.portfolio .content
{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.portfolio .content .portfolioBx
{
  padding: 40px 20px;
  background: #222;
  color: #fff;
  max-width: 340px;
  margin: 20px;
  text-align: center;
  transition: 0.5s;
}
.portfolio .content .portfolioBx:hover
{
  background: #2196f3;
}
.portfolio .content .portfolioBx img
{
  max-width: 300px;
}
.portfolio .content .portfolioBx h2
{
  font-size: 20px;
  font-weight: 600;
}
.testimonials .content
{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.testimonials .content .testimonialsBx
{
  padding: 40px 20px;
  background: #222;
  color: #fff;
  max-width: 340px;
  margin: 20px;
  text-align: center;
  transition: 0.5s;
}
.testimonials .content .testimonialsBx img
{
  max-width: 300px;
}
.contact
{
  background: #111;
}
.formBx
{
  min-width: 60%;
}
.formBx form
{
  display: flex;
  flex-direction: column;
}
.formBx form h3,
.contactInfo h3
{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.formBx form input,
.formBx form textarea
{
  margin-bottom: 20px;
  padding: 15px;
  font-size: 16px;
  border: none;
  outline: none;
  background: #222;
  color: #fff;
  resize: none;
}
.formBx form textarea
{
  min-height: 200px;
}
.formBx form input::placeholder,
.formBx form textarea::placeholder
{
  color: #999;
}
.formBx form input[type="submit"]
{
  max-width: 100px;
  background: #8d4b9d;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contactInfo
{
  min-width: 40%;
}
.contactInfoBx
{
  position: relative;
}
.contactInfoBx .box
{
  position: relative;
  padding: 20px 0;
  display: flex;
}
.contactInfoBx .box .icon
{
  min-width: 40px;
  padding-top: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 24px;
}
.contactInfoBx .box .text
{
  display: flex;
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
  flex-direction: column;
  font-weight: 300;
}
.contactInfoBx .box .text h3
{
  font-weight: 500;
  color: #8d4b9d;
  margin-bottom: 0;
}
.social-menu ul
  {
   position: absolute;
   top: 50%;
   left: 50%;
   padding: 0;
   margin: 0;
   transform: translate(-50%, -50%);
   display: flex; 
  }
.social-menu ul li
  {
   list-style: none;
   margin: 0 15px;
  }
.social-menu ul li .fa
  {
   font-size: 30 px;
   line-height: 40px;
   transition: .6s;
   color: #8d4b9d;
  }
.social-menu ul li a
  {
   position: relative;
   display: block;
   width: 40px;
   height: 40px;
   border-radius: 30%;
   background-color: #bebebe;
   text-align: center;
   transition: .6s;
   box-shadow: 0 5px rgba(0,0,0,.5);
  }
.social-menu ul li a:hover
  {
   transform: translate(0, -10px);
  }
.social-menu ul li a:hover
  {
   color: #fff;
  }
.social-menu ul li:nth-child(1) a:hover
  {
   background-color: #3b5999;
  }
.social-menu ul li:nth-child(2) a:hover
  {
   background-color: #55acee;
  }
.social-menu ul li:nth-child(3) a:hover
  {
   background-color: #e4405f;
  }

/*Responsive*/
@media (max-width: 991px)
{
  header,
  header.sticky
{
  padding: 20px 50px;
  z-index: 1000;
}
  .menu
  {
	position: fixed;
	top: 75px;
	left: -100%;
	display: block;
	padding: 100px 50px;
	text-align: center;
	width: 100%;
	height: 100vh;
	background: #fff;
	transition: 0.5s;
	z-index: 999;
	border-top: 1px solid rgba(0,0,0,0.2);
  }
  .menu.active
  {
	left: 0;	
  }
  header ul li a
  {
	color: #111;
	font-size: 24px;
	margin: 10px;
  }
  .toggle
  {
	width: 40px;
    height: 40px;
	background-image: url("Images/menu.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	cursor: pointer;
  }
  .toggle.active
  {
	background: url("Images/close.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
	cursor: pointer;	
  }
  header.sticky .toggle
  {
	filter: invert(1);
  }
  section
  {
	padding: 100px 50px;	
  }
  .banner
  {
	padding: 150px 50px 100px;	
  }
  .banner h2
  {
	font-size: 1.5em;	
  }
  .banner h3
  {
	font-size: 1em;	
  }
  .btn
  {
	margin-top: 10px;
	padding: 10px 20px;
	font-size: 16px;
  }
  .heading h2
  {
	font-size: 24px;	
  }
  .contentBx h3
  {
	font-size: 20px;
  }
  .content
  {
	flex-direction: column;	
  }
  .w50
  {
	margin-bottom: 20px;	
  }
  .portfolio .content .portfolioBx
  {
	margin: 10px;	
  }
  .testimonials .content .testimonialsBx
  {
	width: 100%;
	padding: 10px;
  }
  .testimonials .content .testimonialsBx
  {
    max-width: calc(100% - 20px);
	padding: 40px 20px;
	margin: 10px;
	background: #8d4b9d;
  }
  .testimonials .content .testimonialsBx h3
  {
	margin-top: 20px;	
  }
  .contactInfo
  {
	margin: 20px 0;
  }
}

  @media (max-width: 600px)
  {
	header,
	header.sticky
	{
	  padding: 20px 20px;
	}
	.banner 
	{
	  padding: 150px 20px 100px;	  
	}
	section
	{
	  padding: 100px 20px;	  
	}
}