.bg-black {
  background-color: #000;
}

.position-relative {
  position: relative;
}

ul.header-links li:first-child a {
  background-color: transparent;
  border: none;
  color: #fff;
}

.secure-private-ai h1 {
  font-size: 56px;
  margin-top: 100px;
}

.secure-private-ai .secure-virtual {
  line-height: 36px;
}

.secure-private-ai .companies-ai {
  line-height: 30px;
}

.secure-private-ai .maiai-technolog {
  line-height: 28px;
}

a.stay-with-maiai {
  border-radius: 5px;
  padding: 10px 40px;
  background-color: #9768FF;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 40px;
}

.secure-private-ai-img {
  position: relative;
}

.secure-private-ai-img img {
  position: absolute;
  right: 0;
  top: 46px;
}

.secure-private-ai img {
  width: 260px;
  display: block;
  margin: auto;
}

.brand-section{
  overflow: hidden;
}

img.iphone {
  width: 300px;
  position: absolute;
  right: 0;
  margin-top: 125px;
}

p.all-brands {
  color: #000;
  text-align: center;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  position: relative;
}

img.brand-shape {
  position: absolute;
  left: 0;
  top: 10px;
  width: 541px;
  height: 600px;
}

a.learn-more-from-maiai {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    background: #9768FF;
    padding: 10px 5px;
    text-decoration: none;
    display: block;
    margin-top: 40px;
}

.private-content .card figure {
  background-color: #9768FF;
  padding: 0;
}

.private-content .card figure img {
  width: 100%;
  margin: auto;
  height: 236px;
}

.private-content .card {
  border: 1px solid #C0C0C0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}

.private-content h3 {
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 700;
  min-height: 110px;
}

.private-content p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  min-height: 144px;
}

.contact-card img {
  min-height: 517px;
}

.contact-card a {
  margin: 40px 20px 20px 20px;
}

footer {
  background-color: #1c1c1c;
  padding-top: 40px;
}

footer * {
  color: #fff;
}

footer a {
  color: #fff;
}

.overlap-group4 {
  height: 191px;
  position: relative;
  z-index: 2;
  background: #f1f2f2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.currently-maiai-is-a {
  color: #1e1e1e;
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
}

img.group-3185 {
  position: absolute;
}

.more-from-maiai-block a {
  border-radius: 50px;
  border: 2px solid #9768FF;
  background: #946BFE;
  padding: 5px 50px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.more-from-maiai-block p {
  color: #373737;
  font-size: 16px;
  font-weight: 500;
}

/*detail page*/
.detail-banner{
  background-color: #1E1E1E;
}

.detail-banner .row{
  display: flex;
  align-items: center;
}

.detail-banner img.banner-maiai-logo{
    width: 264px;
    margin: auto;
}

.detail-banner img.banner-maiai-hand {
    padding-top: 50px;
    width: 80%;
    display: block;
    float: right;
}

.detail-content .row{
  display: flex;
  align-items: center;
}

.detail-content hr{
  border-top: 1px solid #949494;
  margin-top: 40px;
}

.detail-content h3{
  color: #9768FF;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.detail-content p{
  color: #000;
font-size: 16px;
font-weight: 400;
}

.detail-content span{
  color: #000;
font-size: 12px;
font-weight: 600;
display: block;
}

.detail-content ul{
  padding-left: 15px;
}

.maiai-steps {
  border-radius: 0px 150px 0 150px;
  border: 6px solid rgba(151, 104, 255, 0.5);
  background: #FFF;
  padding: 30px 50px 50px 50px;
}

.maiai-steps h3{
  color: #1E1E1E;
font-size: 36px;
font-weight: 700;
}

.maiai-steps p{
  color: #1E1E1E;
font-size: 16px;
font-weight: 600;
}

.maiai-steps ul,.maiai-steps ol{
  color: #1E1E1E;
font-size: 16px;
font-weight: 600;
padding-left: 15px;
}

/*override*/
.more-miaia a {
     width: 100%; 
}

.card-contact{
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

a.learn-more-from-maiai br{
	display: none;
}
/*Media Query*/
@media only screen and (max-width: 1200px) and (min-width: 992px)  {
	a.learn-more-from-maiai br{
		display: block;
	}
	
	.private-content h3 {
    	min-height: 147px !important;
	}
	
	.private-content p {
    	min-height: 168px !important;
	}
	
	.contact-card img {
    	min-height: 563px !important;
	}
}

@media (max-width: 1200px) {
  img.iphone {
    margin-top: 80px;
  }
}

@media (max-width: 992px) {
  img.iphone {
    width: 200px;
  }

  img.group-3185 {
    display: none;
  }
}

@media (max-width: 767px) {
  .xs-d-none {
    display: none;
  }

  .secure-private-ai h1 {
    font-size: 32px;
    margin-top: 26px;
  }

  .secure-private-ai .secure-virtual {
    line-height: 30px;
    font-size: 28px;
  }

  .secure-private-ai .companies-ai {
    line-height: 24px;
    font-size: 20px;
  }

  .secure-private-ai .maiai-technolog {
    line-height: 24px;
    font-size: 20px;
  }

  a.stay-with-maiai {
    border-radius: 5px;
    padding: 8px 40px;
    background-color: #9768FF;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }

  p.all-brands {
    color: #000;
    text-align: center;
    letter-spacing: 5.6px;
    text-transform: uppercase;
    line-height: 28px;
    font-size: 24px;
    margin-top: 20px;
  }

  ul.header-links {
    text-align: center;
    padding-left: 0;
  }

  .detail-content .row{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
	
	.private-content .card figure img {
		height: auto;
	}
	
	.private-content h3 {
		min-height: auto !important;
	}

	.private-content p {
		min-height: auto;
	}
	
	a.learn-more-from-maiai {
		margin-top: 15px;
	}
	
	.contact-card img {
		min-height: auto;
		margin: auto;
	}
	
	.currently-maiai-is-a {
		padding: 0 15px;
	}
	
	main{
		display: block;
	}
}