* {
    margin: 0;
    padding: 0;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  @font-face {
    font-family: "Satoshi";
    src: url(../assets/Satoshi-Variable.ttf);
  }
  
  body {
    font-family: 'Rubik';
    
  }

  .text-gray-500 {
    color: #32324d;
  }
  .text-green-500 {
    color: #49CFA1
  }
  .text-red-500 {
    color: #E65A53;
  }
  
  /* Icons */
  
  .icon {
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
  }
  
  .icon-share {
    height: 24px;
    width: 24px;
    background-image: url(../assets/share-icon.svg);
    background-size: 24px;
  }
  
  .icon-quote-1 {
    height: 48px;
    width: 56px;
    background-image: url(../assets/quote-1.svg);
  }
  
  .icon-quote-2 {
    height: 48px;
    width: 56px;
    background-image: url(../assets/quote-2.svg);
  }
  
  .icon-linkedin {
    height: 48px;
    width: 48px;
    background-size: 48px;
    background-image: url(../assets/linkedin.svg);
  }
  
  .icon-linkedin-2 {
    height: 48px;
    width: 48px;
    background-size: 48px;
    background-image: url(../assets/linkedin-2.svg);
  }
  
  .icon-facebook {
    height: 48px;
    width: 48px;
    background-size: 48px;
    background-image: url(../assets/facebook.svg);
  }
  
  .icon-twitter {
    height: 48px;
    width: 48px;
    background-size: 48px;
    background-image: url(../assets/twitter.svg);
  }
  
  .icon-seperator {
    width: 48px;
    height: 8px;
    background-image: url(../assets/seperator.svg);
    display: block;
    margin: auto;
    margin-top: 54px;
  }
  
  /* End Icon */
  
  /* Hero Section */
  
  .image-section {
    position: relative;
    width: 100%;
  }
  
  .content {
    max-width: 960px;
    margin: auto;
  }
  
  .hero-section {
    padding-top: 40px;
  }
  
  .hero-section-backgound-image {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  
  .mobile {
    display: none;
  }
  
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo {
    height: 48px;
  }
  
  button {
    
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
  
    text-transform: uppercase;
    padding: 16px;
    cursor: pointer;
  }
  
  .buttons {
    display: flex;
    align-items: center;
  }
  
  .request-demo-button {
    color: #ffffff;
  
    padding: 16px;
    background-color: #063b78;
    border: none;
    margin-right: 24px;
  }
  
  .share-button {
    color: #063b78;
    background-color: #ffffff;
    border: 1px solid #dcdce4;
  }
  
  .messages {
    padding: 0 ;
  
  
    gap: 32px;
  }
 
  
  .message-1 {
    margin-top: 120px;
    
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.4em;
    text-align: left; 
    color: #000000;
  }
  
  .message-2 {
    
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    /* text-align: center; */
  
    color: #32324d;
  }
  
  .message-3 {
    
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    /* text-align: center; */
  
    /* Neutral / 800 */
    color: #32324d;
  }
  
  /* End Hero Section */
  
  /* Tag Line Section */
  
  .tagline-section {
    margin-top: 382px;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .info {
    
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
  
    /* Neutral / 600 */
  
    color: #666687;
  }
  
  .headline {
    
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  
    /* Neutral / 900 */
  
    color: #212134;
  }
  
  .description {
    
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
   
   margin-top:40px;
    /* Neutral / 700 */
  
    color: #4a4a6a;
  }
  
  /* End Tag Line Section */
  
  /* Features section */
  
  .features-wrapper {
    position: relative;
  }
  
  .background-1 {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: -1;
  }
  .background-2 {
    position: absolute;
    bottom: 409px;
    left: 0;
    z-index: -1;
  }
  
  .feature-image-placeholder {
    height: 436px;
    width: 412px;
    background: #eaeaef;
  }
  
  .features-section {
    margin-top: 40px;
   
   
    gap: 40px;
  }
  
  .feature {
    padding: 32px;
    display: flex;
    grid-gap: 32px;
  }
  
  .feature > div {
    width: 50%;
  }
  
  .feature-info {
    
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
  
    /* Neutral / 600 */
    color: #666687;
  }
  
  .feature-headline {
    margin-top: 16px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
  
    /* Neutral / 900 */
    color: #4a4a6a;
  }
  
  .feature-description {
    margin-top: 24px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  
    /* Neutral / 700 */
    color: #4a4a6a;
  }
  
  /* End Features section */
  
  .why-instazen-section {
    margin-top: 280px;
    border: 1px solid #ccc;
    padding: 32px;
    border-radius: 8px;
  }
  
  /* Leadership Section */
  
  .leadership-section {
    margin-top: 86px;
    padding: 24px 32px;
  }
  
  .leadership-section-title {
    
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  
    /* Neutral / 900 */
    color: #212134;
  }
  
  .leaders {
    margin-top: 24px;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr max-content max-content 1fr;
    grid-gap: 24px;
    align-items: baseline;
  }
  
  .leader-name {
    margin-top: 16px;
    
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  
    /* Neutral / 800 */
  
    color: #32324d;
  }
  
  .leader-designation {
    margin-top: 4px;
    
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  
    /* Neutral / 600 */
  
    color: #666687;
  }
  
  .leader-linkedin {
    margin-top: 12px;
  }
  
  /* End Leadership Section */
  
  /* Footer Section */
  
  .footer-section {
    margin-top: 84px;
    padding-bottom: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .office-address {
    
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
  
    /* Neutral / 600 */
    color: #666687;
  }
  
  .links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
  }
  
  .link {
    
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
  
    /* Neutral / 700 */
  
    color: #4a4a6a;
  }
  
  .social-links {
    gap: 32px;
  }
  
  .line {
    width: 128px;
    color: #dcdce4;
    margin: auto;
  }
  
  .copyright-text {
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
    /* Neutral / 700 */
  
    color: #4a4a6a;
  }
  
  @media only screen and (max-width: 800px) {
    .hero-section {
      padding-inline: 24px;
    }
    .icon-quote-1 {
      width: 32px;
      height: 28px;
      background-size: 28px;
    }
  
    .icon-quote-2 {
      width: 32px;
      height: 28px;
      background-size: 28px;
    }
    .message-1 {
      margin-top: 120px;
      
      font-style: normal;
      font-weight: 700;
      font-size: 60px;
      line-height: 72px;
      text-align: center;
  
      color: #000000;
    }
    .login .input, .area{
      width: 70% !important;
    }
    .btn {
      width: 240px !important;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .desktop {
      display: none;
    }
    .mobile {
      display: unset;
    }
  
    /* NavBar */
    .request-demo-button {
      margin-right: 16px;
    }
    .share-button-mobile {
      background: transparent;
      padding: 0;
      border: 0;
    }
    .content {
      padding: 0 16px;
      max-width: unset;
      margin: unset;
    }
    .hero-section {
      padding-top: 40px;
    }
    /* End NavBar */
  
    /* Messages */
    .icon-quote-1 {
      width: 24px;
      height: 20px;
      background-size: 20px;
    }
  
    .icon-quote-2 {
      width: 24px;
      height: 20px;
      background-size: 20px;
    }
  
    .message-1 {
      margin-top: 30px;
      font-style: normal;
      font-weight: 700;
      font-size: 28px;
      line-height: 32px;
      text-align: left;
  
      color: #000000;
    }

    .description {

    }
  
    .message-2 {
      margin-top: 64px;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      text-align: center;
  
      /* Neutral / 800 */
      color: #32324d;
    }
  
    .message-3 {
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      text-align: center;
  
      /* Neutral / 800 */
      color: #32324d;
    }
    /* End Messages */
  
    /* Tagline */
    .tagline-section {
      margin-top: 176px;
    }
  
    /* End Tagline */
  
    /* Feature */
    .background-1 {
      position: absolute;
      top: 634px;
      right: 0;
      z-index: -1;
    }
    .background-2 {
      position: absolute;
      bottom: 1021px;
      left: 0;
      z-index: -1;
    }
  
    .features-section {
      margin-top: 40px;
      padding: 16px;
    }
  
    .feature-image-placeholder {
      width: 100%;
    }
    .feature {
      padding: 0;
      flex-direction: column;
      gap: 16px;
      text-align: center;
    }
    .even-feature {
      flex-flow: column-reverse;
    }
    .feature > div {
      width: 100%;
    }
  
    /* End Feature */
  
    /* Leadership */
  
    .leadership-section {
      margin-top: 24px;
      padding: 16px;
    }
  
    .leaders {
      grid-template-columns: auto;
      grid-gap: 16px;
    }
  
    /* End Leadership */
  
    /* Footer */
  
    .footer-section {
      margin-top: 88px;
      margin-bottom: 24px;
    }
  
    .why-instazen-section {
      margin-top: 180px;
      margin-inline: 16px;
      padding: 24px;
    }
  
    .feature-headline {
      font-size: 16px;
      line-height: 24px;
    }
    .login .input, .area{
      width: 100% !important;
    }
    .btn {
      width: 100% !important;
    }
    .top-btn {
      padding: 12px !important;
      font-size: 12px !important;
    }
    .description, .feature-description {
      font-size: 16px;
      line-height: 20px;
    }
    .factor {
      font-size: 20px !important;
      line-height: 24px !important;
    }
    .we-understand {
      font-size: 16px !important;
      line-height: 20px !important;
    }
  
    /* End Footer */
  }
  .factor{
    font-size: 32px ;
    line-height: 40px;
    margin-top:60px;
    font-weight: 600;
  }
  .we-understand{
    font-size: 24px;
    line-height: 32px;
  }
  ul{
    margin-left: 24px;
    margin-top:16px;

  }
  

  /* Form */
  .form-container1{
   text-align: center;
   width:400px;
  }
  
  .para {
    text-align: center;
    letter-spacing: 1px;  
    font-size: 45px;
    margin-bottom: 20px;
    color: #486255;
  }
  
  .input,
  .msg .area{
    width: 48%;
    padding: 16px;
    box-sizing: border-box;
    margin-bottom: 16px;
    border: 2px solid #e9eaea;
    font-size: 14px;
    border-radius: 5px;
    outline: none;
    transform: all 0.5s ease;
    
   
  }
  
  .login .input{
    width: 48%;
   
    
  }
  
  .login .input:last-child{
    margin-right: 0;
  }
  
  .msg .area{
    height: 200px;
    
  }
  button{
    -webkit-appearance: none;
    -moz-appearance: none;
    border:none;
    font-family: 'Rubik';
    font-weight: normal;
    
  }
  .btn{
    width: 240px;
    background: #445bf4;
    padding:16px;
   font-size:16px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }
  
  .input:focus,
  .msg .area:focus{
    border: 2px solid #486255;
  }
  
  ::-webkit-input-placeholder{
    font-family: 'Rubik';
  }
  .required-field::after {
    content: "*";
    color: red;
    margin-left:2px
  }
  
  .video-section {
    margin-top: 60px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }

  .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  
  
  
  /* End Footer Section */
  
