.ae-home{

}
.ae-home .ae-top-section{
  background-color: #121228;
  background-image: url(../img/ae-banner.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ae-home .ae-top-section::before{
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 600px;
  top: 0px;
  left: 0px;
  opacity: 1;
  background-color: transparent;
  --background-overlay: '';
  background-image: linear-gradient(180deg, #07071C 0%, #12122840 75%);
}
.ae-home .ae-top-section .ae-top-content{
  width: 63%;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 2em;
  padding: 10em 3em 14em 0.5em;
}
.ae-home .ae-top-section .ae-top-content .ae-top-content-title{
  font-family: 'Yantramanav', sans-serif;
  font-size: 61px;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
}
.ae-home .ae-top-section .ae-top-content .ae-top-content-desc{
  font-family: 'Yantramanav', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3em;
  color: #ffffff;
}
 /* section 2 */
.ae-section-2{
  width: 100%;
}
.ae-section-2 .ae-container .ae-section-content{
  display: flex;
  flex-direction: column;
}
.ae-section-2 .ae-section-content .ae-service-cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  column-gap: 20px;
  margin-top: -7em;
}
.ae-section-2 .ae-section-content .ae-service-cards .ae-service-card{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #121228;
  padding: 2em 2em 2em 2em;
  border-style: none;
  border-radius: 10px 10px 10px 10px;
}
.ae-section-2 .ae-section-content .ae-service-cards .ae-service-card .ae-service-card-header{
  height: 50px;
  width: 50px;
}
.ae-section-2 .ae-section-content .ae-service-cards .ae-service-card .ae-service-card-header img{
  max-width: 100%;
  max-height: 100%;
  user-select: none;
}
.ae-section-2 .ae-section-content .ae-service-cards .ae-service-card .ae-service-card-title{
  font-family: 'Yantramanav', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3em;
  color: #ffffff;
  text-align: center;
}
.ae-section-2 .ae-section-content .ae-service-cards .ae-service-card .ae-service-card-desc{
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #797A8C;
  text-align: center;
  margin: 0;
}
.ae-section-2 .ae-section-content .ae-service-desc{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ae-section-2 .ae-section-content .ae-service-desc .ae-service-desc-title{
  width: 640px;
  text-align: center;
  padding: 1em 0;
}
.ae-section-2 .ae-section-content .ae-service-desc .ae-service-desc-title h3{
  font-family: 'Yantramanav', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
  color: #ffffff;
}
.ae-section-2 .ae-section-content .ae-service-desc .ae-service-logos{
  width: 100%;
  max-width: 100%;
}
.ae-section-2 .ae-section-content .ae-service-desc .ae-service-logos .ae-logo-masking{
  mask-image: url('/assets/img/masking1.png');
  mask-size: cover;
  mask-position: center center;
  -webkit-mask-image: url('/assets/img/masking1.png');
  -webkit-mask-size: cover;
  -webkit-mask-position: center center;
}
.ae-section-abt-us{
  display: flex;
  gap: 60px;
  padding-bottom: 4em;
}
.ae-section-abt-us .ae-abt-us-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  gap: 20px;
}
.ae-section-abt-us .ae-abt-us-box .ae-heading-h6{
  color: #02E0B8;
  font-family: 'Yantramanav', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4em;
  margin: 0;
}
.ae-section-abt-us .ae-abt-us-box .ae-abt-us-box-title{
  color: #ffffff;
  font-family: 'Yantramanav', sans-serif;
  font-size: 49px;
  font-weight: 600;
  line-height: 1.1em;
  margin: 0;
}
.ae-section-abt-us .ae-abt-us-box .ae-abt-us-box-desc{
  color: #797A8C;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
}
.ae-section-abt-us .ae-abt-us-img{
  width: 50%;
  height: 500px;
}
.ae-section-abt-us .ae-abt-us-img .ae-abt-us-img-inner{
  background-image: url('/assets/img/abt-us.jpg');
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 10px 10px;
}
.ae-button-wraper{
  display: flex;
}
.ae-section-start-now{
  background-image: url('../img/blade-servers-background.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.ae-section-start-now::before{
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  background-color: #121228;
  --background-overlay: '';
}
.ae-section-start-now .ae-section-start-inner{
  display: flex;
  justify-content: center;
  padding: 10em 0;
}
.ae-section-start-now .ae-section-start-inner .ae-section-start-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 500px;
  text-align: center;
  position: relative;
}
.ae-title{
  color: #ffffff;
  font-family: 'Yantramanav', sans-serif;
  font-size: 49px;
  font-weight: 600;
  line-height: 1.1em;
}
.ae-title-3{
  color: #ffffff;
  font-family: 'Yantramanav', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
}
.ae-section-culture{
  display: flex;
  background-color: #121228;
  background-image: url('/assets/img/bg_img_gradient_1.png');
  background-position: top center;
  background-repeat: no-repeat;
  padding: 7em 0;
}
.ae-section-culture .ae-section-culture-inner{
  display: flex;
  gap: 20px;
}
.ae-section-culture .ae-section-culture-inner .ae-section-culture-text{
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 20px;
    padding: 0 2em;
}
.ae-section-culture .ae-section-culture-inner .ae-section-culture-text .ae-title-green{
  color: #02E0B8;
  font-family: 'Yantramanav', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4em;
}
.ae-section-culture .ae-section-culture-inner .ae-section-culture-text .ae-culture-title{
  color: #ffffff;
  font-family: 'Yantramanav', sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.2em;
}
.ae-section-culture .ae-section-culture-inner .ae-section-culture-text .ae-culture-desc{
  color: #797A8C;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}
.ae-section-culture .ae-section-culture-inner .ae-section-culture-text .ae-culture-our{
  background-color: transparent;
  padding: 21px 21px 21px 21px;
  background-image: linear-gradient(135deg, #0A89FF 0%, #FF3BF6 100%);
  border-radius: 10px 10px 10px 10px;
}
.ae-section-culture .ae-section-culture-inner .ae-section-culture-text .ae-culture-our.vision{
  background-image: linear-gradient(135deg, #0A89FF 0%, #02E0B8 100%);
}
.ae-section-culture .ae-section-culture-inner .ae-section-culture-text .ae-culture-our .ae-culture-our-inner{
  display: flex;
  gap: 20px;
}
.ae-section-culture .ae-section-culture-inner .ae-section-culture-text .ae-culture-our .ae-culture-our-inner .ae-culture-our-inner-icon{
  display: flex;
}
.ae-section-culture .ae-section-culture-inner .ae-section-culture-text .ae-culture-our .ae-culture-our-inner .ae-culture-our-inner-icon .ae-icon{
  font-size: 40px;
}
.ae-section-culture .ae-section-culture-inner .ae-section-culture-text .ae-culture-our .ae-culture-our-inner .ae-culture-inner-desc{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ae-section-culture .ae-section-culture-inner .ae-section-culture-text .ae-culture-our .ae-culture-our-inner .ae-culture-inner-desc .ae-culture-our-inner-title{
  color: #ffffff;
  font-family: 'Yantramanav', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3em;
}
.ae-section-culture .ae-section-culture-inner .ae-section-culture-text .ae-culture-our .ae-culture-our-inner .ae-culture-inner-desc .ae-culture-our-inner-desc{
  color: #ffffff;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}
.ae-section-culture .ae-section-culture-inner .ae-section-culture-img{
  width: 50%;
}
.ae-what-we-offer{
  display: flex;
  gap: 40px;
  background-color: #121228;
  border-radius: 10px 10px 10px 10px;
  padding: 4em;
  margin: 6em 0;
  position: relative;
  margin-bottom: 15em;
}
.ae-what-we-offer::before{
  background-image: url('/assets/img/footer_img_1.png');
  --background-overlay: '';
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.05;
}
.ae-what-we-offer .ae-we-offer-left{
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ae-what-we-offer .ae-we-offer-left .ae-we-offer-title{
  color: #02E0B8;
  font-family: 'Yantramanav', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}
.ae-what-we-offer .ae-we-offer-left .ae-we-offer-title-lg{
  color: #FFFFFF;
  font-family: 'Yantramanav', sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.2em;
}
.ae-what-we-offer .ae-we-offer-left .ae-we-offer-desc{
  color: #797A8C;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}
.ae-what-we-offer .ae-we-offer-right{
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 2em;
}
.ae-what-we-offer .ae-we-offer-right .ae-we-offer-item{
  display: flex;
  gap: 20px;
}
.ae-what-we-offer .ae-we-offer-right .ae-we-offer-item .ae-we-offer-item-icon{
  font-size: 35px;
}
.ae-what-we-offer .ae-we-offer-right .ae-we-offer-item .ae-we-offer-item-data{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ae-what-we-offer .ae-we-offer-right .ae-we-offer-item .ae-we-offer-item-data .ae-we-offer-item-title{
  color: #FFFFFF;
  font-family: 'Yantramanav', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3em;
}
.ae-what-we-offer .ae-we-offer-right .ae-we-offer-item .ae-we-offer-item-data .ae-we-offer-item-desc{
  color: #797A8C;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .ae-title {
    font-size: 34px;
  }
  .ae-title-3 {
    font-size: 16px;
  }
  .ae-home .ae-top-section .ae-top-content {
    width: 100vw;
    padding: 7em 2em 9em;
  }
  .ae-home .ae-top-section .ae-top-content .ae-top-content-title {
    font-size: 28px;
    text-align: center;
    line-height: 1.2em;
  }
  .ae-home .ae-top-section .ae-top-content .ae-top-content-desc {
    font-size: 18px;
    text-align: center;
  }
  .ae-section-2 .ae-section-content .ae-service-cards {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1em;
    padding: 0 20px;
  }
  .ae-section-2 .ae-section-content .ae-service-desc .ae-service-desc-title {
    width: 100vw;
  }
  .ae-section-2 .ae-section-content .ae-service-desc .ae-service-desc-title h3 {
    font-size: 24px;
  }
  .ae-section-abt-us {
    flex-direction: column;
  }
  .ae-section-abt-us .ae-abt-us-box {
    width: 100%;
    padding: 0 20px;
  }
  .ae-section-abt-us .ae-abt-us-img {
    width: 100%;
    height: 300px;
    padding: 0 20px;
  }
  .ae-section-abt-us .ae-abt-us-box .ae-abt-us-box-title {
    font-size: 23px;
  }
  .ae-section-abt-us .ae-abt-us-box .ae-abt-us-box-desc {
    font-size: 14px;
  }
  .ae-section-start-now .ae-section-start-inner {
    padding: 5em 0;    
  }
  .ae-section-start-now .ae-section-start-inner .ae-section-start-box {
    width: 100%;
    padding: 0 20px;
  }
  .ae-section-culture {
    padding: 4em 0;
  }
  .ae-section-culture .ae-section-culture-inner {
    flex-direction: column-reverse;
  }
  .ae-section-culture .ae-section-culture-inner .ae-section-culture-text .ae-culture-title {
    font-size: 28px;
  }
  .ae-section-culture .ae-section-culture-inner .ae-section-culture-text {
    width: 100%;
    padding: 0 20px;
  }
  .ae-section-culture .ae-section-culture-inner .ae-section-culture-img {
    width: 100%;
  }
  .ae-what-we-offer {
    margin: 2em 1em 9em;
    padding: 2em 1em;
    flex-direction: column;
  }
  .ae-what-we-offer .ae-we-offer-left {
    width: 100%;
  }
  .ae-what-we-offer .ae-we-offer-right {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
  .ae-what-we-offer .ae-we-offer-left .ae-we-offer-title-lg {
    font-size: 28px;
  }
}