header {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: white;
  z-index: 20;
  transition: 0.3s;
  top:0;
}
header.sticky {
  position: fixed;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0px 2px 10px 2px rgb(0, 0, 100, 0.1);
}
header .logo {
  width: 40px;
  height: 40px;
  display: inline-block;
}
header .logo img {
  max-width: 100%;
  max-height: 100%;
}
header nav {
  float: right;

  line-height: 2.1;
}
header .nav-bar {
  display: none;
}
header .nav-bar-inner {
  display: none;
}
header.sticky nav {
  line-height: 2.4;
}
header nav ul{
  margin:0;
}
header nav a {
  text-decoration: none;
  color: #222831;
  padding: 5px 10px 5px 10px;
  transition: 0.5s;
  font-family:"Inter",sans-serif;
}
header nav a:hover{
  color:#5890fd;
}

/* header section ends header */

.hero-section {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
.hero-section .hero-left {
  line-height: 1.5;

}
.hero-section .hero-wrap{
  margin-top:30%;
}
.hero-section .hero-wrap-contact{
  margin-top:10%;
}
.hero-section .hero-right-contact{
  text-align: left;
}
.hero-section .hero-right {
  position: relative;
}
.hero-section .hero-container{
height:100vh;
}
.side-img {
  width: 40%;
  position: absolute;
  top: 20px;
  margin-left:20%;
  height: 70%;
  display: block;
  margin-top:15%;
}
.side-img .inner-content {
  width: 400px;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  animation: float 6s ease-in-out infinite;
}

.side-img .inner-content img {
object-fit: cover;
}
.hero-section .hero-left .mobile-illustrate{
  display:none;
}
.hero-section .hero-left .hero-wrap {
  width: 97%;
}
.hero-section .hero-left .main-text {
  color: #222831;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: inherit;
  font-weight: 500
}
.hero-section .hero-left .sub-text {
  font-size: 16px;
  color: #5890fd;
  margin-bottom: 10px;
  font-weight: 200;
  line-height: 1.7;
padding: 0;
font-family:"Inter",sans-serif;

}
.hero-section .hero-left .sub-text #text-span{
  font-weight: 400;
  font-family: inherit;
}
.hero-section .hero-left button {
  padding: 10px 20px 10px 20px;
  border-radius: 30px;
  border: none;
  font-size: 15px;
  color: white;
  display: block;
  position: relative;
  margin-top: 45px;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
}
.hero-section .hero-left button .main-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #2b70fc, #5890fd);
  opacity: 1;
  transition: 1s;
}

.hero-section .hero-left button .pseudo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left, #2b70fc, #5890fd);
  transition: 1s;
  opacity: 0;
}

.hero-section .hero-left button i.fa {
  z-index: 3;
  display: block;
  position: absolute;
  left: -50px;
  transition: 0.5s;
  opacity: 0;
  line-height:inherit;
}
.hero-section .hero-left button .inner {
  z-index: 2;
  position: relative;
  display: flex;
  transition: 0.5s;
  font-size: 15px;;
}
.hero-section .hero-left button:hover .main-cover {
  opacity: 0;
}
.hero-section .hero-left button:hover .pseudo {
  opacity: 1;
}
.hero-section .hero-left button:hover .inner {
  padding-right: 15px;
}
.hero-section .hero-left button:hover i.fa {
  left: 95%;
  opacity: 1;
}



.social a{
  display:inline-block;
}
.social i {
  color: white;
  padding: 12px;
  border-radius: 100px;
  font-size: 14px;
  text-align: center;
  background-color: #222831;
  display: inline-block;
  transition: 0.6s;
  width:max-content;
}
.social i::before{
  width: 13px;
  height: 13px;
  display: block;
}
 .social i:hover {
background-color: #5890fd;
color:white;
  cursor: pointer;
}


/* mobile responsiveness */
@media screen and (max-width: 568px) {

    /* header and navigation */

    .hero-section .hero-container{
      margin-top:3%;
      }
    header .logo{
        margin-left:5%;
    }
  header.sticky {
    position: static;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: none;
  }

  header .nav-bar {
    display: block;
    float: right;
    margin: 0;
    margin-right: 10px;
    line-height: 1;
    font-size: 23px;
    cursor: pointer;
    padding: 10px;
    color: #222831;
  }
  header .nav-bar-inner {
    margin-left: 10%;
    font-size: 28px;
    display: block;
    margin-top: 0;
    margin: bottom 20px;
    color: white;
    cursor: pointer;
    padding: 10px;
  }
  header.sticky nav {
    padding-top: 30px;
    line-height: 2.1;
    padding-bottom: 30px;
    transition: 0.6s;
  }

  header nav {
    position: fixed;
    background-color: #2b70fc;
    border-radius: 1px;
    height: 100%;
    width: 98%;
    z-index: 21;
    top: 0;
    right: -100%;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: 0.6s;
  }
  header nav.active {
    right: -5%;
  }
  header nav ul a {
    color: white;
    margin-left: 10%;
    text-align: left;
    display: block;
    position: static;
    margin-top: 20px;
    font-size: 18px;
    animation: none;opacity: 0;

  }
  header nav a:hover{
    color:white;
    transition: none;
  }
  /* sidebar animations here */
  header nav.active ul a{
  opacity: 1;
  }

  header nav.active ul a:nth-of-type(1) {
    animation: slideInUp 0.4s linear 0.2s 1;
    transition-delay: 0.2s;
  }
  header nav.active ul a:nth-of-type(2) {
    animation: slideInUp 0.4s linear 0.4s 1;
    transition-delay: 0.4s;
  }

  header nav.active ul a:nth-of-type(3) {
    animation: slideInUp 0.4s linear 0.6s 1;
    transition-delay: 0.6s;
  }

  header nav.active ul a:nth-of-type(4) {
    animation: slideInUp 0.4s linear 0.8s 1;
    transition-delay: 0.8s;
  }

  header nav.active ul a:nth-of-type(5) {
    animation: slideInUp 0.4s linear 1s 1;
    transition-delay: 1s;
  }

/* landing section */

.hero-section {
flex-direction: column;
min-height:60vh;
padding-bottom: 20px;
margin-left:0 !important;
margin-right:0 !important;
}
.hero-section .hero-container{
  margin-top:5%;
  text-align: center;
  align-content: flex-start;
  height:max-content !important;
}
    .hero-section .hero-left .mobile-illustrate{
        max-width:70%;
    max-height:70%;
    margin-bottom:30px;
    margin-top:20px;
    }
.hero-section .hero-left{
    width: 95%;
    margin-top:2%;
    margin-left:auto;
    margin-right:auto;
    padding: 0;
    height: max-content !important;
    position: relative;

}
.hero-section .hero-left .hero-wrap{
margin-left: auto;
margin-right: auto;

}
.hero-section .hero-right{
    width: 100%;
    margin-left:auto;
    margin-right:auto;
}

.side-img .inner-content {
  max-width: 400px;
  width: 90%;
  height: 100%;
  margin-bottom: 40px;
}
.side-img {
  width: 100%;
  position: relative;
  height: 450px;
  display: block;
  top: 0;
  right: 0;
  margin: 0;
  margin-top:30px;
}
.hero-section .hero-left .sub-text{
    font-size:15px;
    text-align: center;
}
.hero-section .hero-left button{
    margin-left:auto;
    margin-right:auto;
    font-size: 14px;
}
.hero-section .hero-left .social{
    margin:auto;
    margin-top:20px;
    width:max-content;

}

.page-text{
  text-align: center;
}

}



/* about section */

.about-section{
  width:100%;
  padding-top:40px;
  padding-bottom:40px;
  overflow: hidden;
}
.about-section h2{
margin-bottom:10px;
}
.goal-section{
 padding-top:140px;
 padding-bottom: 140px;
}
.about-card,.service-card{
  margin-top:140px;
  margin-bottom:140px;

}

/* mobile responsiveness */
@media screen and (max-width:768px){
.about-section .info{
flex-direction: column;
}
.about-section .info .summary{
   width:100%;
   margin:0;
   padding:0;
}
.about-section .info .list{
   width: 100%;
   margin:0;
   padding:0;
   margin-top:10px;
}
}

@media screen and (max-width:992px){

  .side-img .inner-content {
    max-width: 400px;
    width: 90%;
    height: 100%;
    margin-bottom: 40px;
  }
  .side-img {
    width: 100%;
    position: relative;
    height: 450px;
    display: block;
    top: 0;
    right: 0;
    margin: 0;
    margin-top:30px;
  }

  .hero-section .hero-wrap{
    margin-top:40%;
  }

  .side-img{
    margin-top:30%;
  }

}
