@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900i');

:root {
  --purple: #732eee;
  --red:  #ff1783;
  --darkpurple: #481077;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
  margin:0;
  padding:0;
}

body{
  font-family: 'Roboto', sans-serif;
  line-height: 1.4rem;
  background:white;
  margin:0;
  padding:0
}

a{
  text-decoration: none;
  color: var(--purple);
}

p{
  margin: 0 0;
  color: var(--darkpurple)
}

/* utility classes */
.text-magic {
  color: var(--darkpurple);
}
.bd {
  border: 1px solid #000;
}
.container {
  max-width:1100px;
  margin:auto;
  padding: 0 2rem;
  overflow:hidden;
}

.text-center {
  text-align: center;
}
.text-primary1 {
  color: var(--red);
}

.bg-light {
  background:#f4f4f4;
  color:#333;
}

.btn-dark {
  background: #333;
  color:#fff;
}

.l-heading {
  font-size: 4rem;
  margin-bottom:0.75rem;
  line-height: 1.1;
}

.m-heading {
  font-size: 2rem;
  margin-bottom:0.75rem;
  line-height: 1.1;
}

.lead{
  font-size: 1.3rem;
  margin-bottom:2rem;
}

.btn{
  display:inline-block;
  color:#fff;
  background: #732eee;
  padding: 0.5rem 2rem;
  border:none;
  border-radius: 5px;
}

.btn:hover{
  background:#ff1783;
  color: white;
}


.py-1{ padding:1.5rem 0;}
.py-2{ padding:2rem 0;}
.py-3{ padding:3rem 0;}

.px-1{ padding:1.5rem;}
.px-2{ padding:2rem;}
.px-3{ padding:3rem;}

.list{
  padding: 1rem 0;
  list-style:none;
  line-height: 2;
}

.bg-primary {
  background:#cb5252;
  color:#fff;
}

/* navbar */
.bg-dark {
  background:#333;
  color:#fff;
}

#navbar {
  display:flex;
  position:sticky;
  top:0;
  background:#333;
  color:white;
  justify-content: space-between;
  z-index: 1;
  overflow:hidden;
  padding:1rem;
}

#navbar ul{
  display:flex;
  align-items: center; 
  list-style: none;
}

#navbar ul li a{
  color:white;
  padding: 0.75rem;
  margin:0  0.25rem;
}

#navbar ul li a:hover{
  background:#ff1783;
  border-radius: 5px;
} 


/* showcase */
#showcase {
  background: linear-gradient(rgba(51, 51, 51, 1), rgba(51, 51, 51, .5)), url('../img/showcase.jpg') no-repeat center center/cover;
  color:#fff;
  height:22vh !important;
  background-attachment: fixed;

}

#showcase .showcase-content {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align:center;
  /* height added so that it can take up 100 percent of its container */
  height:100%;
  /* to bring it in from the sides */
  padding: 0 4rem;
  /* overlay */

  background-color:rgba(255, 255, 255, 1);
  background-blend-mode: overlay;
}

#showcase .showcase-content .row .showcase-profile img {
  width:100px;
  border-radius: 100%;

}

#showcase .l-heading {
  font-size: 2.2rem;
  margin-bottom:0.75rem;
  line-height: 1.1;
  color: var(--darkpurple)
}
#showcase .lead {
  font-size: 1.2rem;
  margin-bottom:0.75rem;
  line-height: 1.1;
  color: var(--darkpurple)
}

/* menu */

#menu {
  padding-bottom: 2rem;
}

#menu .row.no-padding [class*=col-] {
	padding:15px;
}

#menu .portfolio {
  border-radius: 20px;
}



/* import for portfolio */

.jumbotron {
	border-radius: 0;
	padding-bottom: 3rem;
	background-color: #202529;
	margin-bottom: 0;
}

h3.heading {
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
  padding-bottom: 1.5rem;
  color:white;

}

.heading-underline {
	width:7rem;
	height: .3rem;
	background-color: #732eee;
	margin:0 auto 2rem;
}

.heading-underline:hover {
	background-color: var(--red);
}

.portfolio img{
	max-width: 100%;
	transition: transform .5s ease;
}

.row.no-padding [class*=col-] {
	padding:5px;
}

.portfolio img:hover {
	transform: scale(1.1);
	cursor: zoom-in;
}

.portfolio {
	overflow:hidden;
}

/* Section: what we do */

#what .container{
  padding: 2rem 0;
}
#what .items {
  display:flex;
  padding:1rem;
}
#what .items .item {
  flex: 1;
  text-align: center;
  padding:1rem;
}

#what .items .item i {
  background:var(--purple);
  padding: 1rem;
  border-radius: 50%;
  margin-bottom: 1rem;
}

/* Section: Who We Are */

#who {
  display:flex;
}

#who div {
  flex:1;
}

/*#who .who-img {
   background: url('../img/portfolio/process-banner.jpg') no-repeat center center/contain;
  background-attachment: scroll;
} */

.who-text .move-now {
  /* margin: 100px 0; */
  padding: 2rem 3rem;
}
.who-text .move-now p{
  max-width: 66ch;
  line-height: 1.4rem;
  
}


/* footer */
footer p {
  color: white;
}

footer {
  margin-top: 2rem;
}

.footer {
  
  background: #481077 !important;
}

.bg-new {
  background: #3F4248 url('../img/car.jpg') no-repeat center center/cover;
  padding: 5rem 0;
  height: 300px;
}


.footer .container {
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
footer .container p{
  margin-bottom: 1rem;
  /* padding: 1rem; */
  margin-top: 2rem;
 
}
#copyC {
 color: white;
 /* padding: 1rem; */
}

.cpadder {
  /* padding: 1rem 0; */
  max-width:100%;
}

.def-con {
  display: flex;
  flex-direction: column;
  margin: auto;
}

/* added */
.fa, .fas {
  /* font-weight: 900; */
  color: white;
}

.adver:hover,
.adver2:hover,
.adver3:hover,
.adver4:hover,
.adver5:hover,
.adver6:hover{
  background-size: 110%;
  
}

.text-warning {
  color: #ff1783 !important;
}

.m-heading2 {
  padding-top: 1rem;
}

.findme {
  color: #00ffcf;
}

.findme:hover {
  color: yellow;
}

#navbar, #navbar .container, #navbar .container .navbar {
  background-color: #481077 !important;
  opacity: 1 !important;
}
.items .item h3 {
  color: var(--purple);
}

.text-purple {
  color: var(--darkpurple) !important;
  text-transform: capitalize !important;
}