body{
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0; 
    width: 100%;   
    }
    .main-con{
     overflow-x: hidden;
     position: relative;
    }
    .header{
        overflow: hidden;
        background-color:rgba(255, 255, 255, 1);
        padding: 20px 30px;
      }

    /* styling the header link */
  .header a {
    float: left;
    color: gray;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 25px;
    border-radius: 4px;
    text-transform: capitalize;
    font-family:'Poppins', sans-serif;
  }
  /* styling the logo */
  
  .header a.logo{
    font-size: 1.7em;
    font-weight: bold;
    padding: 0;
  }
  .header a:hover {
    cursor: pointer;
  }
  /* hover */
  /* .header a:is(:link, :active, :visited).active {
    color:rgba(243, 115, 53, 1);
  } */
  .header a.logo:hover{
    background-color: white;
  }
  .header a.icon {
      display: none;
    }
  .header .active{
    /* background-color: dodgerblue; */
    color: rgba(243, 115, 53, 1);
  }
  .header-right{
    float: none;
    margin-left: 300px;
  }
  .header-right a.reg{
    margin-left: 10px;
    background-color: rgba(243, 115, 53, 1);
    border-radius: 8px;
    border-bottom: 1px solid black;  
    padding: 10px 15px;
    color: rgba(255, 255, 255, 1);
    font-family:'Poppins', sans-serif;
    cursor: pointer;
  }
    
    #consent-popup {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 2px 8px;
      background-color: #fff;
      transition: opacity 1s ease;
      width: 400px;
      margin: 0 1%;
      display: flex;
      flex-direction: column;
    }
    .hidden {
      opacity: 0;
    }
    .notice{
      font-family:'Poppins', sans-serif;
    }
    #accept{
      text-decoration: none;
      background-color: rgba(243, 115, 53, 1);
      color: black;
      padding:8px;
      text-align: center;
      margin: 0 230px 0 50px;
      border-radius: 8px;
      font-size: 1.2em;
      font-family:'Poppins', sans-serif;
    }
    #myBtn {
      display: none; 
      position: fixed;
      bottom: 20px; 
      right: 30px; 
      z-index: 99; 
      border: none; 
      outline: none; 
      background-color: rgba(243, 115, 53, 1);
      cursor: pointer;
      padding: 5px; 
      border-radius: 25px; 
    }
    
    #myBtn:hover {
      background-color: #555; 
    }
      .sectionfirst{
          background-color: whitesmoke;
          padding: 100px;
          position: relative;
          height: 250px;
          border-radius: 10px;
      }
    .firsttext{
        padding-top:30px ;
        position: absolute;
        top: 10px;  
        left: 150px;  
        font-size: 24px;
      animation: fadeInAnimation ease 3s;
     animation-iteration-count: 1;
     animation-fill-mode: forwards;
        }
        @keyframes fadeInAnimation {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

        @keyframes fadeInAnimation1 {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

        @keyframes fadeInAnimation2 {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

        @keyframes fadeInAnimation3 {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

        @keyframes fadeInAnimation4 {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

        @keyframes fadeInAnimation5 {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

        @keyframes fadeInAnimation6 {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }
    
    .firsttext-1{
        padding-top:30px ;
        position: absolute;
        top: 10px;
        right: 150px;
        /* -webkit-transform: rotate(50deg); 
        -moz-transform: rotate(-50deg); */
       font-size: 24px;
       animation: fadeInAnimation1 ease 6s;
       animation-iteration-count: 1;
       animation-fill-mode: forwards;
    }

    .firsttext-2{
        position: absolute;
        top: 220px;
        right: 150px;
       font-size: 24px;
       font-size: 24px;
       animation: fadeInAnimation2 ease 9s;
       animation-iteration-count: 1;
       animation-fill-mode: forwards;
    }

    .firsttext-3{
        position: absolute;
        left: 150px;
        top: 220px;
        /* -webkit-transform: rotate(-30deg); 
        -moz-transform: rotate(-50deg); */
       font-size: 24px;
       font-size: 24px;
       animation: fadeInAnimation3 ease 12s;
       animation-iteration-count: 1;
       animation-fill-mode: forwards;
    }

    .firsttext-4{
        position: absolute;
        bottom: 50%;
        top: 50%;
        left: 50%;
       font-size: 24px;
       transform: translate(-50%, -50%);
       animation: fadeInAnimation4 ease 15s;
       animation-iteration-count: 1;
       animation-fill-mode: forwards;
    }
    .firsttext-5{
        position: absolute;
        bottom: 10px;
        left: 150px;
       font-size: 24px;
       animation: fadeInAnimation5 ease 18s;
       animation-iteration-count: 1;
       animation-fill-mode: forwards;
    }

    .firsttext-6{
        position: absolute;
        bottom: 10px;
        right: 150px;
       font-size: 24px;
       animation: fadeInAnimation6 ease 21s;
       animation-iteration-count: 1;
       animation-fill-mode: forwards;
    }



    .first-section{
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 50px;
    }
    .first-section-1{
        width: 50%;
        margin: 10px 10px 10px 30px;
    }
    .first-section-2 img{
        width: 500px;
        height: 500px;
        border-radius: 10px;
        margin: -50px 90px 0 0;
   
    }
    .generation h4{
        color:rgb(20,39,126); 
        font-size: 40px;
        font-weight: 600;
        font-style: normal;
        text-align: center;
    }
    .inspiring{
        color:rgb(20,39,126); 
        font-size: 50px;
        font-weight: 500;
        font-style: normal;
        /* margin: 0 -100px 0 0; */
    }
    .enabling{
        font-size: 16px;
        color: gray;
        /* margin-right: 200px; */
    }

    .main-button {
        background-color: rgba(243, 115, 53, 1);
        border-radius: 8px;
        padding: 20px;
        border-bottom: 1px solid black;
        color: rgba(255, 255, 255, 1);
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
        margin: 30px 0 0 0;
    }
    .main-button:hover{
      cursor: pointer;
      opacity: 0.7;
    }
    .overla{
        display: flex;
        flex-direction: row;
        margin-left: 200px;
    }
    .overla-1{
        margin: 10px 10px 10px 10px;
        width: 250px;
        color: rgba(79, 79, 79, 1); 
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        border-radius: 10px;
        padding: 5px;
    }

    .overla-2{
        box-shadow: -5px 0 100px 50px whitesmoke;
        margin: 10px 10px 10px 10px;
        width: 250px;
        color: rgba(79, 79, 79, 1); 
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        border-radius: 20px;
        padding: 5px;
    }
    .overla-3{
        margin: 10px 10px 10px 10px;
        width: 250px;
        color: rgba(79, 79, 79, 1); 
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        border-radius: 10px;
        padding: 5px;
    }
    .overla-1:hover, .overla-2:hover, .overla-3:hover{
        width: 300px;
        cursor: pointer;
    }
    .trust{
        text-align: center;
        background-image: url(/images/world.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:5px;
       padding: 100px;
       margin: 70px 0 0 0;
    }
    #we-are{
    color:white;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    margin:0 200px;
   
    }
    #due-to{
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        margin: 0 400px 20px 400px;
    }

    .third-section{
        display: flex;
        flex-direction: row;
        margin-top: 30px;
        height: 500px;
    }
    .third-section-1{
        width: 40%;
        margin: 10px;
        padding: 30px;
        border-radius: 10px;
    }
    .thirdSection-1{
        box-shadow: -5px 0 100px 50px whitesmoke;
        padding: 20px;
        margin: 60px 0 0 30px;
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        border-radius: 10px;
        height: 120px;
        width: 300px;
    }
   
    .thirdSection-2{
        box-shadow: -5px 0 100px 50px whitesmoke;
        border-radius: 10px;
        padding: 20px;
        margin: 20px 0 60px 60px;
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        height: 120px;
        width: 300px;
    }

    .third-section-2{
        width: 60%;
        margin: 10px;
    }
    .we-are{
    color:rgb(25,49,138);
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    margin:150px 0 0 0;
    }
    .visit{
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        margin: 0 100px;
    }

    /* forth-section */

    
    .forth-section{
        display: flex;
        flex-direction: row;
        margin: 50px 0 50px 70px;
        background-color: black;
        border-radius: 10px;
        padding: 50px;
        height: 500px;
    }
    .forth-section-1{
        width: 70%;
        margin: 10px;
    }
    .forthSection-1{
        padding: 20px;
        margin: 0 -50px 0 60px;
        color:white;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        background: rgb(33,33,33);
        border-radius: 8px;
        height: 200px;
    }
    .imagetext{
        display: flex;
    }
    .imagetext span{
        margin: 10px 0 0 20px;
    }
    .imagetext img{
        width: 50px;
        height: 50px;
    }
    .forthSection-2{
        padding: 20px;
        margin: 20px 0 60px 20px;
        font-size: 16px;
        color: white;
        width: 400px;
        font-weight: 500;
        font-style: normal;
        background:rgb(33,33,33);
        border-radius: 8px;
        height: 200px;
    }

    .forth-sectionbtn{
        background-color: rgba(243, 115, 53, 1);
        border-radius: 8px;
        padding: 10px;
        border: none;
        color: rgba(255, 255, 255, 1);
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
    }
    .main-button:hover{
      cursor: pointer;
      opacity: 0.7;
    }

    .forth-section-2{
        width: 40%;
        margin: 10px;
    }
    .can-you{
    color:lavender;
    font-size: 43px;
    font-weight: 600;
    font-style: normal;
    margin-right: -90px;
    padding-top: 90px;
    }
    .bazaar{
        color:white; 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        margin: 0 100px;
    }

    /* fifty section */

    .fifty-section{
        display: flex;
        flex-direction: row;
    }
    .fifty-section1{
        width: 50%;
        margin: 10px;
    }
    .fifty-section2 img{
        width: 500px;
        height: 300px;
        border-radius: 10px;
        margin: 0 0 0 50px;
    }
    .connect{
    color:rgb(25,49,138);
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 0 50px;
    text-align:left;
    }
    .meet{
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        margin: 0 50px;
        padding-top: 20px;
    }
    .main-button1 {
        background-color: rgba(243, 115, 53, 1);
        border-radius: 8px;
        padding: 20px;
        border-bottom: 1px solid black;
        color: rgba(255, 255, 255, 1);
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
        margin: 30px 0 0 50px;
    }
    .main-button1:hover{
      cursor: pointer;
      opacity: 0.7;
    }

    .sixty-section{
        background-color: whitesmoke;
        margin: 10px;
        padding: 50px;
        border-radius: 5px;
        height: 400px;
    }
    .industrial{
        color:rgb(25,49,138);
        font-size: 40px;
        font-weight: 600;
        font-style: normal;
        text-align: center;
        margin: 80px 250px 0 250px;
    }
    .join-our{
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        margin: 20px 300px;
    }
    input{
        padding: 20px;
        width: 300px;
        font-size:16px;
        margin-left: 350px;
        outline: none;
        border: none;
        background-color: aliceblue;
        border-radius: 8px;
    }

    input:focus{
        border:1px solid rgba(243, 115, 53, 1);
        border-radius: 8px;
    }
    .join-us{
        background-color: rgba(243, 115, 53, 1);
        border-radius: 8px;
        border-bottom: 1px solid black;
        color: rgba(255, 255, 255, 1);
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
        padding: 20px;
    }
    .seventy-section{
        background-color: white;
        padding: 50px;
    }
    .seventySection{
        display: flex;
    }
    .challenge{
        background-color: white;
        margin: 10px;
        padding: 10px;
        border-radius: 10px;
        width: 33%;
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
    }
    .bazzar{
        background-color: white;
        margin: 10px;
        padding: 10px;
        border-radius: 10px;
        width: 33%;
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        box-shadow: -5px 0 100px 50px whitesmoke;
    }
    .ip-center{
        background-color: white;
        margin: 10px;
        padding: 10px;
        border-radius: 10px; 
        width: 33%;
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
    }
   .seventySection h4{
        color: rgba(41, 41, 41, 1); 
        font-family:'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
    }
    .seventySection ul{
        list-style-type: square;
    }
    .seventy-section h1{
        color:rgb(25,49,138);
        font-size: 40px;
        font-weight: 600;
        font-style: normal;
        text-align: center;
    }
    /* footer */
    footer{
        background-color: black;
    }
    .copyright p{ 
        color: white;
        text-align: center;
       padding: 20px;
       font-size: 14px;
    }
    .follow{
        margin: -10px 0 10px 0;
    }
    .sociallink{
        display: flex;
    }
    .footer{
        display: flex;
        padding: 50px;
    }
    .footer a, .footer p{
        display: block;
        padding: 5px;
        text-decoration: none;
        color: rgba(255, 255, 255, 1);
        font-size:  16px;;
        font-weight: 500;
        font-style: normal;
    }
    .footer h3{
        color: rgba(255, 255, 255, 1);
        font-family:'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
    }
    .footer1 img{
        width: 55px;
        height: 50px;
        margin: 0 0 0 20px;
    }
    .footer1, .footer2, .footer3, .footer4, .footer5{
        padding: 10px;
        margin: 20px;
        width: 20%;
    }


    @media only screen and (max-width: 1200px) {
       
        .header a.logo{
         
          display: block;
        }
        .header-right{
            float: none;
            margin: 0;
            font-size: 14px;
        }
        .header-right a.reg{
          margin-right: 0px;
          background-color: rgba(243, 115, 53, 1);
          border-radius: 8px;  
          padding: 10px 5px;
          color: rgba(255, 255, 255, 1);
          font-family:'Poppins', sans-serif;
        }
        .header a{display: none;}
        .header a.icon {
          float: right;
          display: block;
          font-size: 30px;
        }

        .header.responsive {position: relative;}
        .header.responsive a.icon {
          position: absolute;
          right: 0;
          top: 0;
        }
        .header.responsive a {
          float: none;
          display: block;
          text-align: left;
        }
        
        .first-section{
            display: flex;
            flex-direction: column;
            width: 100%;
            flex-wrap: nowrap;
            justify-content: space-between;
            margin-top: 50px;
        }
        .first-section-1{
            width: 100%;
            margin: 20px 100px 20px 20px;
        }
        .first-section-2 img{
            width: 550px;
            height: 500px;
            display: block;
            margin: 0 auto;
        }
        .inspiring{
            color:rgb(20,39,126); 
            font-size: 50px;
            font-weight: 600;
            font-style: normal;
            margin: 70px 0 0 0;
        }
        .enabling{
            font-size: 16px;
            color: gray;
            margin: 20px 350px 0 0;
        }
    
        .main-button {
            background-color: rgba(243, 115, 53, 1);
            border-radius: 8px;
            padding: 20px;
            color: rgba(255, 255, 255, 1);
            font-size:  1.2em;;
            font-weight: 500;
            font-style: normal;
            margin: 30px 0 0 0;
        }
        .main-button:hover{
          cursor: pointer;
          opacity: 0.7;
        }
        .overla{
            display: flex;
            flex-direction: row;
            margin:20px;
        }
        .overla-1{
            margin: 10px 10px 10px 10px;
            width: 250px;
            color: rgba(79, 79, 79, 1); 
            font-size: 14px;
            font-weight: 500;
            font-style: normal;
            border-radius: 10px;
            padding: 5px;
        }
    
        .overla-2{
            box-shadow: -5px 0 100px 50px whitesmoke;
            margin: 10px 10px 10px 10px;
            width: 250px;
            color: rgba(79, 79, 79, 1); 
            font-size: 14px;
            font-weight: 500;
            font-style: normal;
            border-radius: 20px;
            padding: 5px;
        }
        .overla-3{
            margin: 10px 10px 10px 10px;
            width: 250px;
            color: rgba(79, 79, 79, 1); 
            font-size: 14px;
            font-weight: 500;
            font-style: normal;
            border-radius: 10px;
            padding: 5px;
        }
        .overla-1:hover, .overla-2:hover, .overla-3:hover{
            width: 300px;
            cursor: pointer;
        }
        .trust{
            text-align: center;
            border-radius:5px;
            padding: 80px;
        }
        #we-are{
        margin: 0 150px;
        font-size: 40px;
        }
        #due-to{
            margin: 0 200px 20px 200px;
        }
        .third-section-1{
            width: 40%;
            margin: 80px 10px 10px 10px;
            padding: 30px;
            border-radius: 10px;
        }
        .thirdSection-1{
            box-shadow: -5px 0 100px 50px whitesmoke;
            padding: 20px;
            margin: 60px 0 0 30px;
            color:rgb(128,128,128); 
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            border-radius: 10px;
            height: 120px;
        }
       
        .thirdSection-2{
            box-shadow: -5px 0 100px 50px whitesmoke;
            border-radius: 10px;
            padding: 20px;
            margin: 20px 0 60px 60px;
            color:rgb(128,128,128); 
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            height: 120px;
        }
    
        .third-section-2{
            width: 60%;
            margin: 10px;
        }
        .we-are{
        margin:150px 50px 0 50px;
        }    
        /* forth-section */        
        .forthSection-1{
            padding: 20px;
            margin: 0 -50px 0 60px;
            color:white;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            background: rgb(33,33,33);
            border-radius: 8px;
            height: 200px;
        }
        .imagetext{
            display: flex;
        }
        .imagetext span{
            margin: 10px 0 0 20px;
        }
        .imagetext img{
            width: 50px;
            height: 50px;
        }
        .forthSection-2{
            padding: 20px;
            margin: 20px 0 60px -20px;
            font-size: 16px;
            color: white;
            width: 350px;
            font-weight: 500;
            font-style: normal;
            background:rgb(33,33,33);
            border-radius: 8px;
            height: 200px;
        }
    
        .forth-sectionbtn{
            background-color: rgba(243, 115, 53, 1);
            border-radius: 8px;
            padding: 10px;
            border: none;
            color: rgba(255, 255, 255, 1);
            font-size:  1.2em;;
            font-weight: 500;
            font-style: normal;
        }    
        .forth-section-2{
            width: 40%;
            margin: 10px;
        }
        .can-you{
        color:lavender;
        font-size: 40px;
        font-weight: 600;
        font-style: normal;
        margin-right: -90px;
        padding-top: 90px;
        }
        .bazaar{
            color:white; 
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            text-align: center;
            margin: 0 100px;
        }
    
        /* fifty section */
    
        .fifty-section{
            display: flex;
            flex-direction: row;
        }
        .fifty-section1{
            width: 50%;
            margin: 10px;
        }
        .fifty-section2 img{
            width: 500px;
            height: 400px;
          
        }
        .connect{
        color:rgb(25,49,138);
        font-size: 40px;
        font-weight: 600;
        font-style: normal;
        margin: 0;
        }
        .meet{
            color:rgb(128,128,128); 
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            margin: 0;
            padding-top: 20px;
        }
        .main-button1 {
            background-color: rgba(243, 115, 53, 1);
            border-radius: 8px;
            padding: 20px;
            color: rgba(255, 255, 255, 1);
            font-size:  1.2em;;
            font-weight: 500;
            font-style: normal;
            margin: 30px 0;
        }
        .main-button1:hover{
          cursor: pointer;
          opacity: 0.7;
        }
    
        .sixty-section{
            background-color: whitesmoke;
            margin: 10px;
            padding: 50px;
            border-radius: 5px;
            height: 400px;
        }
        .industrial{
            color:rgb(25,49,138);
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
            margin: 80px 150px 0 150px;
        }
        .join-our{
            color:rgb(128,128,128); 
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            text-align: center;
            margin: 20px 200px;
        }
        input{
            padding: 30px;
            width: 300px;
            font-size:16px;
            margin-left: 250px;
            outline: none;
            border: none;
            background-color: aliceblue;
            border-radius: 8px;
        }
    
        input:focus{
            border:1px solid rgba(243, 115, 53, 1);
            border-radius: 8px;
        }
        .join-us{
            padding: 10px 15px;
            background-color: rgba(243, 115, 53, 1);
            border-radius: 8px;
            color: rgba(255, 255, 255, 1);
            font-size:  1.2em;;
            font-weight: 500;
            font-style: normal;
            padding: 30px;
        }
        .seventy-section{
            background-color: white;
            padding: 50px;
        }
        .seventySection{
            display: flex;
        }
        .challenge{
            background-color: white;
            margin: 10px;
            padding: 10px;
            border-radius: 10px;
            width: 33%;
            color:rgb(128,128,128); 
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
        }
        .bazzar{
            background-color: white;
            margin: 10px;
            padding: 10px;
            border-radius: 10px;
            width: 33%;
            color:rgb(128,128,128); 
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            box-shadow: -5px 0 100px 50px whitesmoke;
        }
        .ip-center{
            background-color: white;
            margin: 10px;
            padding: 10px;
            border-radius: 10px; 
            width: 33%;
            color:rgb(128,128,128); 
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
        }
       .seventySection h4{
            color: rgba(41, 41, 41, 1); 
            font-family:'Poppins', sans-serif;
            font-size: 20px;
            font-weight: 600;
            font-style: normal;
        }
        .seventySection ul{
            list-style-type: square;
        }
        .seventy-section h1{
            color:rgb(25,49,138);
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
        }
        /* footer */
        .footer{
            display: flex;
            background-color: black;
            padding: 50px;
        }
        .footer a, .footer p{
            display: block;
            padding: 5px;
            text-decoration: none;
            color: rgba(255, 255, 255, 1);
            font-size:  16px;;
            font-weight: 500;
            font-style: normal;
        }
        .footer h3{
            color: rgba(255, 255, 255, 1);
            font-family:'Poppins', sans-serif;
            font-size: 16px;
            font-weight: 600;
            font-style: normal;
        }
        .footer1, .footer2, .footer3, .footer4, .footer5{
            padding: 10px;
            margin: 20px;
            width: 20%;
        }
        @media screen and (max-width:992px) {
       
            .header a.logo{
             
              display: block;
            }
            .header-right{
            float: none;
            margin: 0;
            font-size: 14px;
            }
            .header-right a.reg{
              background-color: rgba(243, 115, 53, 1);
              border-radius: 8px;  
              padding: 10px 5px;
              color: rgba(255, 255, 255, 1);
              font-family:'Poppins', sans-serif;
            }
            .header a{display: none;}
            .header a.icon {
              float: right;
              display: block;
            }

            .header.responsive {position: relative;}
            .header.responsive a.icon {
              position: absolute;
              right: 0;
              top: 0;
            }
            .header.responsive a {
              float: none;
              display: block;
              text-align: left;
            }
            
            #consent-popup {
              position: fixed;
              bottom: 0;
              left: 0;
              right: 0;
              padding: 2px 8px;
              background-color: #fff;
              transition: opacity 1s ease;
              width: 300px;
              margin: 0 1%;
              display: flex;
              flex-direction: column;
            }
            .hidden {
              opacity: 0;
            }
            .notice{
              font-family:'Poppins', sans-serif;
              font-size: 12px;
            }
            #accept{
              text-decoration: none;
              background-color: rgba(243, 115, 53, 1);
              color: black;
              margin: 5px 150px 0 80px;
              border-radius: 8px;
              font-size: 14px;
              font-family:'Poppins', sans-serif;
            }
            
            .first-section{
                display: flex;
                flex-direction: column;
                width: 100%;
                flex-wrap: nowrap;
                justify-content: space-between;
                margin-top: 50px;
            }
            .first-section-1{
                width: 100%;
                margin: 10px;
            }
            .first-section-2 img{
                width: 100%;
                height: 500px;
                margin: 0;
           
            }
            .inspiring{
                color:rgb(20,39,126); 
                font-size: 50px;
                font-weight: 600;
                font-style: normal;
                margin:0 20px;
                text-align:left;
            }
            .enabling{
                font-size: 16px;
                color: gray;
                margin:20px;
                text-align: left;
            }
        
            .main-button {
                background-color: rgba(243, 115, 53, 1);
                border-radius: 8px;
                padding: 20px;
                color: rgba(255, 255, 255, 1);
                font-size:  1.2em;;
                font-weight: 500;
                font-style: normal;
                margin: 30px 20px;
            }
            .main-button:hover{
              cursor: pointer;
              opacity: 0.7;
            }
            .overla{
                display: flex;
                flex-direction: row;
                margin: 20px;
            }
            .overla-1{
                margin: 10px 10px 10px 10px;
                width: 250px;
                color: rgba(79, 79, 79, 1); 
                font-size: 14px;
                font-weight: 500;
                font-style: normal;
                border-radius: 10px;
                padding: 5px;
            }
        
            .overla-2{
                box-shadow: -5px 0 100px 50px whitesmoke;
                margin: 10px 10px 10px 10px;
                width: 250px;
                color: rgba(79, 79, 79, 1); 
                font-size: 14px;
                font-weight: 500;
                font-style: normal;
                border-radius: 20px;
                padding: 5px;
            }
            .overla-3{
                margin: 10px 10px 10px 10px;
                width: 250px;
                color: rgba(79, 79, 79, 1); 
                font-size: 12px;
                font-weight: 500;
                font-style: normal;
                border-radius: 10px;
                padding: 5px;
            }
            .overla-1:hover, .overla-2:hover, .overla-3:hover{
                width: 300px;
                cursor: pointer;
            }
            .trust{
                text-align: center;
                border-radius:5px;
                padding: 80px;
            }
            #we-are{
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            margin: 0 100px;
            }
            #due-to{
                color:rgb(128,128,128); 
                font-size: 16px;
                font-weight: 500;
                font-style: normal;
                margin: 0 100px 20px 100px;
            }
        
            .third-section{
                display: flex;
                flex-direction: column-reverse;
                margin-top: 80px;
                height: 800px;
            }
            .third-section-1{
                width: 60%;
                margin: 10px 10px 10px 50px;
                padding: 30px;
                border-radius: 10px;
            }
            .thirdSection-1{
                box-shadow: -5px 0 100px 50px whitesmoke;
                padding: 20px;
                margin: 60px 0 0 30px;
                color:rgb(128,128,128); 
                font-size: 16px;
                font-weight: 500;
                font-style: normal;
                border-radius: 10px;
                height: 120px;
            }
           
            .thirdSection-2{
                box-shadow: -5px 0 100px 50px whitesmoke;
                border-radius: 10px;
                padding: 20px;
                margin: 20px 0 60px 60px;
                color:rgb(128,128,128); 
                font-size: 16px;
                font-weight: 500;
                font-style: normal;
                height: 120px;
            }
        
            .third-section-2{
                width: 100%;
                margin: 10px;
            }
            .we-are{
            color:rgb(25,49,138);
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            text-align: center;
            margin:10px 150px 0 50px;
            }
          
        
            /* forth-section */
        
            
            .forth-section{
                display: flex;
                flex-direction: column;
                margin: 80px 0;
                background-color: black;
                border-radius: 10px;
                padding: 50px;
                height: 800px;
            }
            .forth-section-1{
                width: 100%;
                margin: 10px;
            }
            .forthSection-1{
                padding: 20px;
                margin: 0 -50px 0 60px;
                color:white;
                font-size: 16px;
                font-weight: 500;
                font-style: normal;
                background: rgb(33,33,33);
                border-radius: 8px;
                height: 200px;
                width: 70%;
            }
            .imagetext{
                display: flex;
            }
            .imagetext span{
                margin: 10px 0 0 20px;
            }
            .imagetext img{
                width: 50px;
                height: 50px;
            }
            .forthSection-2{
                padding: 20px;
                margin: 20px 0 60px 20px;
                font-size: 16px;
                color: white;
                width: 70%;
                font-weight: 500;
                font-style: normal;
                background:rgb(33,33,33);
                border-radius: 8px;
                height: 200px;
            }
        
            .forth-sectionbtn{
                background-color: rgba(243, 115, 53, 1);
                border-radius: 8px;
                padding: 10px;
                border: none;
                color: rgba(255, 255, 255, 1);
                font-size:  1.2em;;
                font-weight: 500;
                font-style: normal;
            }
        
            .forth-section-2{
                width: 100%;
                margin: 10px;
            }
            .can-you{
            color:lavender;
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            margin:0;
            }
            .bazaar{
                color:white; 
                font-size: 16px;
                font-weight: 500;
                font-style: normal;
                text-align: center;
                margin: 0 100px;
            }
        
            /* fifty section */
        
            .fifty-section{
                display: flex;
                flex-direction: column;
            }
            .fifty-section1{
                width: 100%;
                margin: 10px;
            }
            .fifty-section2 img{
                width: 100%;
                height: 400px;
                margin: 30px -0;
              
            }
            .connect{
            color:rgb(25,49,138);
            font-size: 40px;
            font-weight: 600;
            font-style: normal;
            margin: 0 50px 0 0;
            text-align: left;
            }
            .meet{
                color:rgb(128,128,128); 
                font-size: 16px;
                font-weight: 500;
                font-style: normal;
                margin: 20px 100px 0 0;
            }
            .main-button1 {
                background-color: rgba(243, 115, 53, 1);
                border-radius: 8px;
                padding: 20px;
                color: rgba(255, 255, 255, 1);
                font-size:  1.2em;;
                font-weight: 500;
                font-style: normal;
                margin: 30px 0 0 0;
            }
            .main-button1:hover{
              cursor: pointer;
              opacity: 0.7;
            }
        
            .sixty-section{
                background-color: whitesmoke;
                margin: 10px;
                padding: 50px;
                border-radius: 5px;
                height: 400px;
            }
            .industrial{
                color:rgb(25,49,138);
                font-size: 40px;
                font-weight: 600;
                font-style: normal;
                text-align: center;
                margin: 10px 50px 0 50px;
            }
            .join-our{
                color:rgb(128,128,128); 
                font-size: 16px;
                font-weight: 500;
                font-style: normal;
                text-align: center;
                margin: 20px 100px;
            }
            input{
                padding: 30px;
                width: 300px;
                font-size:16px;
                margin-left: 100px;
                outline: none;
                border: none;
                background-color: aliceblue;
                border-radius: 8px;
            }
        
            input:focus{
                border:1px solid rgba(243, 115, 53, 1);
                border-radius: 8px;
            }
            .join-us{
                padding: 10px 15px;
                background-color: rgba(243, 115, 53, 1);
                border-radius: 8px;
                color: rgba(255, 255, 255, 1);
                font-size:  1.2em;;
                font-weight: 500;
                font-style: normal;
                padding: 30px;
            }
            .seventy-section{
                background-color: white;
                padding: 50px;
            }
            .seventySection{
                display: flex;
                flex-direction: column;
            }
            .challenge{
                background-color: white;
                margin: 10px;
                padding: 10px;
                border-radius: 10px;
                width: 100%;
                color:rgb(128,128,128); 
                font-size: 16px;
                font-weight: 500;
                font-style: normal;
            }
            .bazzar{
                background-color: white;
                margin: 10px;
                padding: 10px;
                border-radius: 10px;
                width: 100%;
                color:rgb(128,128,128); 
                font-size: 16px;
                font-weight: 500;
                font-style: normal;
                box-shadow: -5px 0 100px 50px whitesmoke;
            }
            .ip-center{
                background-color: white;
                margin: 10px;
                padding: 10px;
                border-radius: 10px; 
                width: 100%;
                color:rgb(128,128,128); 
                font-size: 16px;
                font-weight: 500;
                font-style: normal;
            }
           .seventySection h4{
                color: rgba(41, 41, 41, 1); 
                font-family:'Poppins', sans-serif;
                font-size: 20px;
                font-weight: 600;
                font-style: normal;
            }
            .seventySection ul{
                list-style-type: square;
            }
            .seventy-section h1{
                color:rgb(25,49,138);
                font-size: 40px;
                font-weight: 600;
                font-style: normal;
                text-align: center;
            }
            /* footer */
            .footer{
                display: flex;
                background-color: black;
                padding: 50px;
                flex-direction: column;
            }
            .footer a, .footer p{
                display: block;
                padding: 5px;
                text-decoration: none;
                color: rgba(255, 255, 255, 1);
                font-size:  16px;;
                font-weight: 500;
                font-style: normal;
            }
            .footer h3{
                color: rgba(255, 255, 255, 1);
                font-family:'Poppins', sans-serif;
                font-size: 16px;
                font-weight: 600;
                font-style: normal;
            }
            .footer1, .footer2, .footer3, .footer4, .footer5{
                padding: 10px;
                margin: 20px;
                width: 100%;
            }
    }

    @media screen and (max-width:768px) {
       
    .header a.logo{
     
      display: block;
    }
    .header-right{
        float: none;
        margin: 0;
        font-size: 14px;
    }
    .header-right a.reg{
      margin-right:0;
      background-color: rgba(243, 115, 53, 1);
      border-radius: 8px;  
      padding: 10px 5px;
      color: rgba(255, 255, 255, 1);
      font-family:'Poppins', sans-serif;
    }
    .header a{display: none;}
    .header a.icon {
      float: right;
      display: block;
    }

    .header.responsive {position: relative;}
    .header.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .header.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    
    #consent-popup {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 2px 8px;
      background-color: #fff;
      transition: opacity 1s ease;
      width: 300px;
      margin: 0 1%;
      display: flex;
      flex-direction: column;
    }
    .hidden {
      opacity: 0;
    }
    .notice{
      font-family:'Poppins', sans-serif;
      font-size: 12px;
    }
    #accept{
      text-decoration: none;
      background-color: rgba(243, 115, 53, 1);
      color: black;
      margin: 5px 150px 0 80px;
      border-radius: 8px;
      font-size: 14px;
      font-family:'Poppins', sans-serif;
    }

    .firsttext{
        padding-top:30px ;
        position: absolute;
        top: 10px;  
        left: 10px;  
    }

    .firsttext-1{
        padding-top:30px ;
        position: absolute;
        top: 10px;  
        right: 10px;  
    }
    .firsttext-2{
        position: absolute;
        top: 220px;
        right: 10px;
       font-size: 24px;
       font-size: 24px;
       animation: fadeInAnimation2 ease 9s;
       animation-iteration-count: 1;
       animation-fill-mode: forwards;
    }

    .firsttext-3{
        position: absolute;
        left: 10px;
        top: 220px;
       font-size: 24px;
    }

    .firsttext-4{
        position: absolute;
        bottom: 50%;
        top: 50%;
        left: 50%;
       font-size: 24px;
    }
    .firsttext-5{
        position: absolute;
        bottom: 10px;
        left: 10px;
       font-size: 24px;
    }

    .firsttext-6{
        position: absolute;
        bottom: 10px;
        right: 10px;
       font-size: 24px;
    }


    .first-section{
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 50px;
    }
    .first-section-1{
        width: 100%;
        margin: 10px;
    }
    .first-section-2 img{
        width: 100%;
        height: 400px;
        margin: 0;
   
    }
    .generation h4{
        color:rgb(20,39,126); 
        font-size: 40px;
        font-weight: 600;
        font-style: normal;
        text-align: center;
    }
    .inspiring{
        color:rgb(20,39,126); 
        font-size: 50px;
        font-weight: 600;
        font-style: normal;
        margin:0;
        text-align:left;
    }
    .enabling{
        font-size: 16px;
        color: gray;
        margin: 20px 0;
    }

    .main-button {
        background-color: rgba(243, 115, 53, 1);
        border-radius: 8px;
        padding: 20px;
        color: rgba(255, 255, 255, 1);
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
        margin: 30px 0;
    }
    .main-button:hover{
      cursor: pointer;
      opacity: 0.7;
    }
    .overla{
        display: flex;
        flex-direction: column;
        margin: 0 20px;
    }
    .overla-1{
        margin: 10px;
        width: 70%;
        color: rgba(79, 79, 79, 1); 
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        border-radius: 10px;
        padding: 5px;
    }

    .overla-2{
        box-shadow: -5px 0 100px 50px whitesmoke;
        margin: 10px;
        width:70%;
        color: rgba(79, 79, 79, 1); 
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        border-radius: 20px;
        padding: 5px;
    }
    .overla-3{
        margin: 10px ;
        width: 70%;
        color: rgba(79, 79, 79, 1); 
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        border-radius: 10px;
        padding: 5px;
    }
    .overla-1:hover, .overla-2:hover, .overla-3:hover{
        width: 80%;
        cursor: pointer;
    }
    .trust{
        text-align: center;
        border-radius:5px;
        padding: 80px;
    }
    #we-are{
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    margin: 20px 0;
    }
    #due-to{
        color:rgb(128,128,128); 
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        margin: 0 0 20px 0;
    }

    .third-section{
        display: flex;
        flex-direction: column-reverse;
        margin: 80px 0;
        height: 800px;
    }
    .third-section-1{
        width: 90%;
        margin: 10px;
        padding: 30px;
        border-radius: 10px;
    }
    .thirdSection-1{
        box-shadow: -5px 0 100px 50px whitesmoke;
        padding: 20px;
        margin: 60px 0;
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        border-radius: 10px;
        height: 120px;
    }
   
    .thirdSection-2{
        box-shadow: -5px 0 100px 50px whitesmoke;
        border-radius: 10px;
        padding: 20px;
        margin: 20px 0;
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        height: 120px;
    }

    .third-section-2{
        width: 100%;
        margin: 10px;
    }
    .we-are{
    color:rgb(25,49,138);
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    margin:0;
    }

    /* forth-section */

    
    .forth-section{
        display: flex;
        flex-direction: column;
        margin:30px 0;
        background-color: black;
        border-radius: 10px;
        padding: 50px;
        height: 800px;
    }
    .forth-section-1{
        width: 100%;
        margin: 10px;
    }
    .forthSection-1{
        padding: 20px;
        margin: 20px 0;
        width: 90%;
        color:white;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        background: rgb(33,33,33);
        border-radius: 8px;
        height: 200px;
    }
    .imagetext{
        display: flex;
    }
    .imagetext span{
        margin: 10px 0 0 20px;
    }
    .imagetext img{
        width: 50px;
        height: 50px;
    }
    .forthSection-2{
        padding: 20px;
        margin: 20px 0 60px 20px;
        font-size: 14px;
        color: white;
        width: 90%;
        font-weight: 500;
        font-style: normal;
        background:rgb(33,33,33);
        border-radius: 8px;
        height: 200px;
    }

    .forth-sectionbtn{
        background-color: rgba(243, 115, 53, 1);
        border-radius: 8px;
        padding: 10px;
        border: none;
        color: rgba(255, 255, 255, 1);
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
    }
    .main-button:hover{
      cursor: pointer;
      opacity: 0.7;
    }

    .forth-section-2{
        width: 100%;
        margin: 10px;
    }
    .can-you{
    color:lavender;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    margin-right: 0;
    padding-top: 10px;
    text-align: center;
    }
    .bazaar{
        color:white; 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        margin: 0 100px;
    }

    /* fifty section */

    .fifty-section{
        display: flex;
        flex-direction: column;
    }
    .fifty-section1{
        width: 100%;
        margin: 10px;
    }
    .fifty-section2 img{
        width: 100%;
        height: 400px;
      
    }
    .connect{
    color:rgb(25,49,138);
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    margin: 20px 0;
    text-align: left;
    }
    .meet{
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        margin: 20px 0;
        padding-top: 20px;
        text-align: left;
    }
    .main-button1 {
        background-color: rgba(243, 115, 53, 1);
        border-radius: 8px;
        padding: 20px;
        color: rgba(255, 255, 255, 1);
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
        margin: 32px 0 0 0;
    }
    .main-button1:hover{
      cursor: pointer;
      opacity: 0.7;
    }

    .sixty-section{
        background-color: whitesmoke;
        margin: 10px;
        padding: 50px;
        border-radius: 5px;
        height: 300px;
    }
    .industrial{
        color:rgb(25,49,138);
        font-size: 30px;
        font-weight: 600;
        font-style: normal;
        text-align: center;
        margin:0;
    }
    .join-our{
        color:rgb(128,128,128); 
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        margin: 20px 0;
    }
    input{
        padding: 20px;
        width: 150px;
        font-size:16px;
        margin-left: 50px;
        outline: none;
        border: none;
        background-color: aliceblue;
        border-radius: 8px;
    }

    input:focus{
        border:1px solid rgba(243, 115, 53, 1);
        border-radius: 8px;
    }
    .join-us{
        background-color: rgba(243, 115, 53, 1);
        border-radius: 8px;
        color: rgba(255, 255, 255, 1);
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
        padding: 20px;
    }
    .seventy-section{
        background-color: white;
        padding: 50px;
    }
    .seventySection{
        display: flex;
        flex-direction: column;
    }
    .challenge{
        background-color: white;
        margin: 10px 0;
        padding: 10px;
        border-radius: 10px;
        width: 100%;
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
    }
    .bazzar{
        background-color: white;
        margin: 10px 0;
        padding: 10px;
        border-radius: 10px;
        width: 100%;
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        box-shadow: -5px 0 100px 50px whitesmoke;
    }
    .ip-center{
        background-color: white;
        margin: 10px 0;
        padding: 10px;
        border-radius: 10px; 
        width:100%;
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
    }
   .seventySection h4{
        color: rgba(41, 41, 41, 1); 
        font-family:'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
    }
    .seventySection ul{
        list-style-type: square;
    }
    .seventy-section h1{
        color:rgb(25,49,138);
        font-size: 30px;
        font-weight: 600;
        font-style: normal;
        text-align: center;
    }
    /* footer */
    .footer{
        display: flex;
        flex-direction: column;
        background-color: black;
        padding: 50px;
    }
    .footer a, .footer p{
        display: block;
        padding: 5px;
        text-decoration: none;
        color: rgba(255, 255, 255, 1);
        font-size:  16px;;
        font-weight: 500;
        font-style: normal;
    }
    .footer h3{
        color: rgba(255, 255, 255, 1);
        font-family:'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
    }
        .footer1, .footer2, .footer3, .footer4, .footer5{
        padding: 10px;
        margin: 20px;
        width: 100%;
        }
    }
}

@media screen and (max-width:600px){
    .header a.logo{
     
        display: block;
      }
      .header-right{
          float: none;
          margin: 0;
          font-size: 14px;
      }
      .header-right a.reg{
        margin-right:0;
        background-color: rgba(243, 115, 53, 1);
        border-radius: 8px;  
        padding: 10px 5px;
        color: rgba(255, 255, 255, 1);
        font-family:'Poppins', sans-serif;
      }
      .header a{display: none;}
      .header a.icon {
        float: right;
        display: block;
      }
  
      .header.responsive {position: relative;}
      .header.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
      }
      .header.responsive a {
        float: none;
        display: block;
        text-align: left;
      }
      
      #consent-popup {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 2px 8px;
        background-color: #fff;
        transition: opacity 1s ease;
        width: 300px;
        margin: 0 1%;
        display: flex;
        flex-direction: column;
      }
      .hidden {
        opacity: 0;
      }
      .notice{
        font-family:'Poppins', sans-serif;
        font-size: 12px;
      }
      #accept{
        text-decoration: none;
        background-color: rgba(243, 115, 53, 1);
        color: black;
        margin: 5px 100px 0 100px;
        border-radius: 8px;
        font-size: 14px;
        font-family:'Poppins', sans-serif;
      }
      .new-container a{
        text-align: center;
        text-decoration: none;
        background-color: rgba(243, 115, 53, 1);
        padding: 20px;
        margin: 20px 0;
        color: white;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 500;
     }
    .first-section{
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 50px;
    }
    .first-section-1{
        width: 100%;
        margin: 10px;
    }
    .first-section-2 img{
        width: 100%;
        height: 350px;
        margin: 0;
   
    }
    .generation h4{
        color:rgb(20,39,126); 
        font-size: 40px;
        font-weight: 600;
        font-style: normal;
        text-align: center;
    }
    .inspiring{
        color:rgb(20,39,126); 
        font-size: 40px;
        font-weight: 600;
        font-style: normal;
        margin:20px 0;
        text-align:left;
    }
    .enabling{
        font-size: 16px;
        color: gray;
        margin: 0 5px 0 0;
        line-height: 1.5;
    }

    .main-button {
        background-color: rgba(243, 115, 53, 1);
        border-radius: 8px;
        padding: 20px;
        color: rgba(255, 255, 255, 1);
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
        margin: 30px 0 0 0;
    }
    .main-button:hover{
      cursor: pointer;
      opacity: 0.7;
    }
    .overla{
        display: flex;
        flex-direction: column;
        margin:0;
    }
    .overla-1{
        margin: 10px 10px 10px 10px;
        width: 80%;
        color: rgba(79, 79, 79, 1); 
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        border-radius: 10px;
        padding: 5px;
    }

    .overla-2{
        box-shadow: -5px 0 100px 50px whitesmoke;
        margin: 10px 10px 10px 10px;
        width: 80%;
        color: rgba(79, 79, 79, 1); 
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        border-radius: 20px;
        padding: 5px;
    }
    .overla-3{
        margin: 10px 10px 10px 10px;
        width: 80%;
        color: rgba(79, 79, 79, 1); 
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        border-radius: 10px;
        padding: 5px;
    }
    .overla-1:hover, .overla-2:hover, .overla-3:hover{
        width: 90%;
        cursor: pointer;
    }
    .trust{
        text-align: center;
        border-radius:5px;
        padding: 80px 10px 50px 10px;
    }
    #we-are{
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    }
    #due-to{
        color:rgb(128,128,128); 
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        margin: 20px;
    }

    .third-section{
        display: flex;
        flex-direction: column-reverse;
        margin: 80px 0 0 0;
        height: 700px;
    }
    .third-section-1{
        width: 90%;
        margin: 10px;
        padding: 30px;
        border-radius: 10px;
    }
    .thirdSection-1{
        box-shadow: -5px 0 100px 50px whitesmoke;
        padding: 20px;
        margin: 60px 0 0 -30px;
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        border-radius: 10px;
        height: 120px;
    }
   
    .thirdSection-2{
        box-shadow: -5px 0 100px 50px whitesmoke;
        border-radius: 10px;
        padding: 20px;
        margin: 60px 0 0 -30px;
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        height: 150px;
    }

    .third-section-2{
        width: 100%;
        margin: 10px;
    }
    .we-are{
    color:rgb(25,49,138);
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    margin:0;
    }

    /* forth-section */

    
    .forth-section{
        display: flex;
        flex-direction: column;
        margin:10px 0 60px 0;
        background-color: black;
        border-radius: 10px;
        padding: 50px;
        height: 950px;
    }
    .forth-section-1{
        width: 100%;
        margin: 10px;
    }
    .forthSection-1{
        padding: 20px;
        margin: 20px 0 60px -20px;
        width: 90%;
        color:white;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        background: rgb(33,33,33);
        border-radius: 8px;
        height: 240px;
    }
    .imagetext{
        display: flex;
    }
    .imagetext span{
        margin: 10px 0 0 20px;
    }
    .imagetext img{
        width: 50px;
        height: 50px;
    }
    .forthSection-2{
        padding: 20px;
        margin: 20px 0 60px -20px;
        font-size: 16px;
        color: white;
        width: 90%;
        font-weight: 500;
        font-style: normal;
        background:rgb(33,33,33);
        border-radius: 8px;
        height: 200px;
    }

    .forth-sectionbtn{
        background-color: rgba(243, 115, 53, 1);
        border-radius: 8px;
        padding: 10px;
        border: none;
        color: rgba(255, 255, 255, 1);
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
    }
    .main-button:hover{
      cursor: pointer;
      opacity: 0.7;
    }

    .forth-section-2{
        width: 100%;
        margin: 10px;
    }
    .can-you{
    color:lavender;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    margin-right: 0;
    padding-top: 10px;
    text-align: left;
    }
    .bazaar{
        color:white; 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        margin: 0 100px;
    }

    /* fifty section */

    .fifty-section{
        display: flex;
        flex-direction: column;
    }
    .fifty-section1{
        width: 100%;
        margin: 10px;
    }
    .fifty-section2 img{
        width: 100%;
        height: 250px;
    }
    .connect{
    color:rgb(25,49,138);
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    margin: 80px 0 0 0;
    text-align: left;
    }
    .meet{
        color:rgb(128,128,128); 
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        margin: 0;
        padding-top: 20px;
    }
    .main-button1 {
        background-color: rgba(243, 115, 53, 1);
        border-radius: 8px;
        padding: 20px;
        color: rgba(255, 255, 255, 1);
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
        margin: 30px 0 
    }
    .main-button1:hover{
      cursor: pointer;
      opacity: 0.7;
    }

    .sixty-section{
        background-color: whitesmoke;
        margin: 10px -20px 50px -50px;
        padding: 50px;
        border-radius: 5px;
        height: 500px;
    }
    .industrial{
        color:rgb(25,49,138);
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        text-align: left;
        margin:0;
    }
    .join-our{
        color:rgb(128,128,128); 
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        margin: 20px 0;
    }
    input{
        padding: 20px;
        width: 88%;
        font-size:16px;
        margin-left: 0px;
        outline: none;
        border: none;
        background-color: aliceblue;
        border-radius: 8px;
    }

    input:focus{
        border:1px solid rgba(243, 115, 53, 1);
        border-radius: 8px;
    }
    form{
        display: flex;
        flex-direction: column;
        margin: 10px;
    }
    .join-us{
        background-color: rgba(243, 115, 53, 1);
        border-radius: 8px;
        color: rgba(255, 255, 255, 1);
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
        padding: 20px;
        margin: 10px 0 0 0;
    }
    .seventy-section{
        background-color: white;
        padding: 50px;
        margin: 50px 0 0 0;
    }
    .seventySection{
        display: flex;
        flex-direction: column;
        margin: 50px 0 0 -30px;
    }
    .challenge{
        background-color: white;
        margin: 10px 0 10px -20px;
        padding: 10px;
        border-radius: 10px;
        width: 100%;
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
    }
    .bazzar{
        background-color: white;
        margin: 10px 0 10px -20px;
        padding: 10px;
        border-radius: 10px;
        width: 100%;
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        box-shadow: -5px 0 100px 50px whitesmoke;
    }
    .ip-center{
        background-color: white;
        margin: 10px 0 10px -20px;
        padding: 10px;
        border-radius: 10px; 
        width:100%;
        color:rgb(128,128,128); 
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
    }
   .seventySection h4{
        color: rgba(41, 41, 41, 1); 
        font-family:'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
    }
    .seventySection ul{
        list-style-type: square;
    }
    .seventy-section h1{
        color:rgb(25,49,138);
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        text-align: left;
        margin: 0 -50px;
    }
    /* footer */
    .footer{
        display: flex;
        flex-direction: column;
        background-color: black;
        padding: 50px;
    }
    .footer a, .footer p{
        display: block;
        padding: 5px;
        text-decoration: none;
        color: rgba(255, 255, 255, 1);
        font-size:  16px;;
        font-weight: 500;
        font-style: normal;
    }
    .footer h3{
        color: rgba(255, 255, 255, 1);
        font-family:'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
    }
        .footer1, .footer2, .footer3, .footer4, .footer5{
        padding: 10px;
        margin: 20px;
        width: 100%;
        }
}