:root {
    --background_light: #1b1a55;
    --text_color: #0076b2;
    --background_dark: #000628;
    --background_green: #50cc60;
  }
  
  /* body {
      background-color: var(--background_dark);
      overflow-x: hidden;
    } */
  
  /* font family */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .raleway {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  
  p,
  .btn,
  a,
  li,
  .poppin {
    font-family: "Poppins", sans-serif;
    /* font-weight: 200; */
  }
  
  /* text size,weight */
  
  .keyComponentTitle,
  .evolutionTitle,
  .challengesTitle,
  .futureTitle,
  .conclusionTitle {
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 0.7rem;
  }
  .blogSectionTitle{
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 0.7rem;
  }
  /* blogOverviewSection */
  .overview_title {
    font-size: 40px;
    color: var(--text_color);
    font-weight: 500;
  }
  .blogSectionSubtitle,
  .keyComponentSubtitle,
  .evolutionSubtitle,
  .challengesSubtitle,
  .futureSubtitle,
  .conclusionSubtitle {
    font-size: 20px;
    font-weight: 500;
    color: var(--text_color);
    padding-bottom: .7rem;
  }
  .blogSectionText,
  .keyComponentText,
  .evolutionText,.moreBlogText,
  .challengesText,
  .futureText,
  .conclusionText,li,.moreBlogText,.resourceText {
    font-size: 18px;
    font-weight: 400;
  }
  .overview_text,
  .evolutionContent,
  .challengesContent,
  .futureContent {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
  }
  .challengesHeading,
  .evolutionHeading {
    font-size: 20px;
    font-weight: 800;
    padding: 1.2rem 0;
  }
  .resourceTitle{
    font-size: 22px;
    padding-bottom: .5rem;
    color: var(--text_color);
  }
  
  /* container width */
  .evolutionContainer,
  .challengesContainer,
  .futureContainer,
  .conclusionContainer,
  .punchLineContainer,
  .moreBlogContainer,.resourceContainer {
    width: 70%;
  }
  
  /* link,resource */
  .hyperlink{
    color: #212529;
    font-weight: 400;
  }
  
  /* blog 2 and 3 */
  /* font size, weight */
  .blogListTitle,.titleParaTitle,.blogInlineTitle{
    font-size: 40px;
    font-weight: 500;
  }
  .blogListSubtitle,.blogInlineSubtitle{
    font-size: 20px;
    font-weight: 550;
    color: var(--text_color);
    padding-top: 0.7rem;
    padding-bottom: 1.5rem;
  }
  .blogListContent,.blogInlineContent{
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
  }
  .blogListHeading{
    font-size: 20px;
    font-weight: 800;
    padding: 1.2rem 0;
  }
  .blogListText,.titleParaText{
    font-size: 18px;
    font-weight: 400;
  }
  
  .blogInlineText{
    font-size: 18px;
    font-weight: 400;
    padding: 0.5rem 0;
  }
  
  /* container width */
  .blogListContainer,.blogInlineContainer,.titleParaContainer{
    width: 70%;
  }
  
  /* section */
  .deepDive{
    color: var(--text_color);
  }
  .NLP,.automation,.hyperIntelligent,.emergence,.adoption,.modernSolution{
    background: #f1f1f1;
  }
  
  
  /* blogInlineSection */
  
  .blogListBreakLine{
    font-size: 24px;
    font-weight: 700;
  }
  
  /* titleParaSection */
  .titleParaTitle{
    padding-bottom: 1.5rem;
  }
  
  
  
  
  /* blog 1 */
  /* blogHeadingSection */
  
  .header {
    padding: 20px 20px;
  }
  .brand_logo{
    position: relative;
    z-index: 2;
  }
  .blog1{
    background-image: url("/static/assets/img/asserts/blog1_banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .blog2{
    background-image: url("/static/assets/img/asserts/blog2_banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .blog3{
    background-image: url("/static/assets/img/asserts/blog3_banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .blogHeadingSection {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
  }
  .blogHeadingSection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the alpha value to control the opacity */
    z-index: 1;
  }
  .heading {
    padding: 30px 25px;
    position: relative;
    z-index: 2;
  }
  .blog_text {
    font-size: 24px;
    font-weight: 300;
    z-index: 2;
  }
  .title {
    font-size: 46px;
    font-weight: 500;
    z-index: 2;
  }
  .date {
    font-size: 18px;
    font-weight: 500;
    z-index: 2;
  }
  .circle {
    /* position: absolute;
    left: -6px;
    top: 32px; */
    width: 22px;
    height: 22px;
    border-radius: 25px;
    background-color: var(--background_green);
    z-index: 2;
  }
  .blog_arrow {
    width: 35%;
    margin-left: -1px;
    margin-top: -6px;
    transform: rotate(180deg);
  }
  
  
  /* blogSection */
  .blogSection {
    padding-bottom: 4rem;
  }
  .blogSectionContainer {
    border: 2px solid #d9d9d9;
  }
  .blogSectionText li{
    list-style: square;
    line-height: 1.8rem;
    padding-bottom: .8rem;
  }
  .contentLeft {
    padding-left: 50px;
  }
  .contentRight {
    padding-right: 50px;
  }
  .blogImg {
    width: 100%;
  }
  .blog1Img1{
    width: 370px;
    height: 370px;
  }
  .blog1Img4{
    width: 340px;
    height: 340px;
  }
  .blog2Img1{
    width: 300px;
    height:300px;
  }
  .blog3Img1,.blog3Img2,.blog3Img3{
    width: 300px;
    height:300px;
  }
  
  /* keyComponentSection */
  .componentImg {
    width: 4.5rem;
    float: right;
    /* margin-bottom: 40px; */
  }
  .keyComponentTextCol {
    display: flex;
    align-items: center;
    /* padding-left: 5rem; */
  }
  .keyComponentText {
    margin-bottom: 0;
    padding-left: 3rem;
    width: 85%;
  }
  
  /* evolutionSection */
  .evolutionSection {
    background-color: #f1f1f1;
  }
  
  
  
  /* futureSection */
  .futureSection {
    background-color: #f1f1f1;
  }
  .futureText {
    padding: 0.5rem 0;
  }
  
  
  /* conclusionSection */
  
  .conclusionText {
    padding-bottom: 1rem;
  }
  
  /* punchLineSection */
  .punchLineSection{
    padding-bottom: 2rem;
    padding-top: 4rem;
  }
  .punchLineContainer {
    border: 2px solid #d9d9d9;
  }
  .punchLineTitle {
    color: var(--background_light);
    font-size: 40px;
    font-weight: 600;
  }
  .block_text {
    display: block;
  }
  
  
  /* AuthorSection */
  .authorContainer {
    /* border: 2px solid #d9d9d9; */
    width: 70%;
  }
  .authorNameCol{
    /* text-align: end; */
    display: flex;
    justify-content: center;
  }
  .authorImg {
    width: 65px;
    border-radius: 50%;
  }
  .authorText {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: #777575;
  }
  .authorName {
    padding-top: .5rem;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .authorDesignation{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    color: var(--text_color);
  }
  
  /* pagination */
  .pagination{
    text-decoration: none;
    color: #000;
  }
  .previous_blog img{
    transform: rotate(180deg);
  }
  .disableText{
    opacity: 20%;
  }
  .overColor:hover{
    background: var(--background_green);
    border-color: var(--background_green);
  }
  .moreBlogText{
    border:2px solid #000;
    padding: 5px 20px;
    border-radius: 20px;
  }
  
  
  /* consultation */
  
  .consultation {
    position: relative;
  }
  .consultation .container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 4rem 0; */
  }
  
  .jumbotron {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53.5rem;
    height: 50vh;
    color: #fff;
  }
  .contact_content {
    /* align-items: center; */
    padding-left: 10%;
    padding-bottom: 6%;
    background-color: var(--background_light);
    z-index: 10;
  }
  
  .customized_demo {
    display: block;
  }
  .jumbotron h1 {
    font-size: 40px;
    font-weight: 600;
  }
  .jumbotron p {
    font-size: 18px;
  }
  
  .pixel {
    width: 10%;
    position: absolute;
    right: 12.8%;
    bottom: 4.5%;
  }
  
  .paper_to,
  .pixels_text {
    font-size: 44px;
    font-weight: 700;
  }
  .paper_to {
    position: absolute;
    right: -2%;
    bottom: 37%;
    transform: rotate(-90deg);
  }
  
  .pixels_text {
    color: var(--background_light);
    padding-left: 0.5rem;
  }
  
  /* error message */
  .error {
    font-size: 16px !important;
    color: #de0514;
    font-weight: 400;
  }
  
  /* all button */
  .connect_btn,
  .request_demo_btn,
  .show_more_btn,
  .menu_btn {
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    color: var(--background_dark);
    background-color: var(--background_green);
    border: var(--background_green);
  }
  
  .request_demo_btn:hover,
  .show_more_btn:hover,
  .menu_btn:hover {
    background-color: #3c9948;
    color: var(--background_dark);
  }
  
  .connect_btn:hover {
    background-color: var(--background_green);
    color: var(--background_dark);
  }
  
  .menu_btn {
    font-size: 14px;
    margin-left: 1rem;
  }
  
  .connect_btn,
  .show_more_btn,
  .request_demo_btn {
    padding: 12px 24px;
  }
  
  #connect_btn {
    font-weight: 500;
  }
  
  .connect_btn {
    width: 14rem;
    top: 4.2px;
    right: 5px;
    position: absolute;
    overflow: hidden;
    height: 3rem;
    padding: 0 2rem;
    border-radius: 1.5rem;
    background: var(--background_green);
    background-size: 400%;
    color: var(--background_dark);
    border: none;
  }
  
  .connect_btn:hover::before {
    transform: scaleX(1);
    color: var(--background_dark);
  }
  #button-content,
  .arrow_dark,
  .arrow_dark_footer {
    position: relative;
    z-index: 1;
  }
  
  .connect_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: #3c9948;
    transition: all 0.475s;
  }
  
  .search_box {
    width: 80%;
    position: relative;
  }
  
  .search_box input,
  .search_box input:focus {
    background: var(--background_dark);
    box-shadow: none;
    color: #fff;
    border-color: #fff;
    opacity: 80%;
    border-radius: 30px;
  }
  
  .search_box input::placeholder,
  .search_box_footer input::placeholder {
    color: #fff;
    opacity: 50%;
  }
  
  .search_box_footer input,
  .search_box_footer input:focus {
    border-radius: 30px;
    background: var(--background_light);
    box-shadow: none;
    color: #fff;
    border-color: #fff;
    opacity: 80%;
  }
  
  .search_box_footer {
    width: 70%;
    position: relative;
  }
  .search {
    padding: 1rem 1rem;
    opacity: 80%;
  }
  
  /* footer */
  
  .footer {
    position: relative;
    background: linear-gradient(to top, var(--background_dark) 70%, #fff 30%);
    color: #fff;
  }
  
  .go_to_top {
    position: absolute;
    right: 30px;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    background-color: var(--background_green);
  }
  .go_to_top img {
    transform: rotate(-90deg);
    width: 15px;
  }
  .aark_div {
    position: relative;
  }
  
  .footer_menu {
    margin-right: 10%;
  }
  
  .footer_link {
    text-decoration: none;
    font-size: 14px;
    margin-right: 1.5rem;
    font-weight: 500;
    color: #fff;
  }
  
  .footer_link:hover {
    color: #fff;
  }
  
  .footer h5 {
    font-size: 18px;
  }
  
  .copy_right,
  .inquiries {
    font-size: 14px;
  }
  
  .inquiries a {
    text-decoration: none;
    color: #fff;
  }
  
  .login_footer {
    margin-right: 0;
  }
  
  .footer_logo {
    width: 155px;
  }
  
  
  
  
  
  /* media query */
  
  @media only screen and (max-width: 1500px) {
    /* consultation */
    .paper_to {
      bottom: 30%;
    }
  }
  
  @media only screen and (max-width: 1399px) {
    /* consultation */
    .paper_to {
      bottom: 32%;
      right: -8%;
    }
    .pixel {
      right: 10.1%;
    }
  
    .jumbotron {
      width: 71%;
    }
  
    .back_page {
      margin-bottom: -1px;
    }
  }
  
  @media only screen and (max-width: 1200px) {
    /* text size,weight */
    .blogSectionTitle,
    .keyComponentTitle,
    .evolutionTitle,
    .challengesTitle,
    .futureTitle,
    .conclusionTitle,.blogListTitle,.blogInlineTitle,.titleParaTitle {
      font-size: 32px;
    }
    .blogSectionSubtitle,
    .keyComponentSubtitle,
    .evolutionSubtitle,
    .challengesSubtitle,
    .futureSubtitle,
    .conclusionSubtitle,.blogListSubtitle,.blogInlineSubtitle {
      font-size: 18px;
    }
    .blogSectionText,
    .keyComponentText,
    .evolutionText,
    .challengesText,
    .futureText,.moreBlogText,
    .conclusionText,.blogListText,.blogInlineText,.titleParaText,.resourceText {
      font-size: 16px;
    }
    .overview_text,
    .evolutionContent,
    .challengesContent,
    .futureContent,.blogListContent,.blogInlineContent {
      font-size: 20px;
    }
    .challengesHeading,
    .evolutionHeading,.blogListHeading {
      font-size: 18px;
    }
   
  
    /* blogHeadingSection */
    .title {
      font-size: 42px;
    }
    .blog_text {
      font-size: 20px;
    }
    .date {
      font-size: 16px;
    }
  
    /* blogOverviewSection */
    .overview_title {
      font-size: 32px;
    }
  
    .block_text {
      display: inline;
    }
  
  
  }
  
  @media only screen and (max-width: 1054px) {
    /* footer */
    .paper_to {
      right: -12%;
      bottom: 36%;
    }
    .pixel {
      right: 8%;
    }
    .footer_menu {
      margin-right: 0;
    }
  }
  
  @media only screen and (max-width: 1025px) {
    .jumbotron{
      height: 24rem;
    }
  
  }
  
  @media only screen and (max-width: 992px) {
    /* container width */
    .evolutionContainer,
    .challengesContainer,
    .futureContainer,
    .conclusionContainer,
    .punchLineContainer,
    .moreBlogContainer,.blogListContainer,.blogInlineContainer,
    .titleParaContainer,.titleParaContainer,.titleParaContainer,.resourceContainer {
      width: 100%;
    }
    .keyComponentText {
      width: 100%;
    }
    /* text size */
    .overview_text,
    .evolutionContent,
    .challengesContent,
    .futureContent,.blogListContent,.blogInlineContent {
      line-height: 28px;
    }
    .punchLineTitle {
      font-size: 32px;
    }
  
    /* blogsection */
    .blogSectionTitle {
      padding-top: 20px;
    }
    .contentLeft {
      padding-left: 12px;
    }
    .contentRight {
      padding-right: 12px;
    }
    .blogImg {
      width: 400px;
      height: 400px;
    }
  
    /* keyComponentSection */
    .componentImg {
      width: 3.6rem;
    }
    .keyComponentText {
      padding-left: 1rem;
    }
  
  /* AuthorSection */
  .authorContainer{
    width: 100%;
  }
  
    /* consultation */
    .jumbotron {
      width: 100%;
    }
    .pixel {
      display: none;
    }
    /* footer */
  
    .footer_menu {
      margin-right: 0;
    }
  }
  
  @media only screen and (max-width: 918px) {
    /* consultation */
    .paper_to {
      right: -10%;
      bottom: 40%;
    }
    .paper_to,
    .pixels_text {
      font-size: 35px;
    }
    .pixels_text {
      padding-left: 0.1rem;
    }
  
  }
  
  @media only screen and (max-width: 831px) {
    /* consultation */
    .paper_to {
      right: -13%;
    }
    .welcoming {
      height: 55rem;
    }
  
  }
  
  @media only screen and (max-width: 810px) {
    /* consultation */
    .jumbotron {
      width: 95%;
    }
  }
  
  @media only screen and (max-width: 769px) {
    /* header */
    .brand_logo {
      width: 6rem;
    }
  
    /* footer */
    .footer_btn::before {
      display: none;
    }
    .footer_btn:hover {
      background: #3c9948;
      color: #000628;
    }
  
    /* consultation */
    .jumbotron {
      width: 100%;
    }
  
    .contact_content {
      padding-left: 1.5rem;
    }
  
    .customized_demo {
      display: inline;
    }
    .consultation h1 {
      font-size: 35px;
    }
  
    .go_to_top {
      bottom: 8rem;
    }
  }
  
  @media only screen and (max-width: 700px) {
      /* header */
      .brand_logo {
        width: 6.5rem;
      }
  
    /* consultation */
    .consultation {
      background: var(--background_light);
    }
    .jumbotron {
      color: #fff;
    }
    .back_page {
      display: none;
    }
    .customized_demo {
      display: inline;
    }
    .contact_content {
      background: none;
      padding: 0 0;
    }
  
    .footer {
      position: relative;
    }
  
    .jumbotron {
      width: 100%;
    }
    .footer_btn {
      position: initial;
      margin-top: 4%;
    }
    .search {
      width: 100%;
    }
    .paper_to {
      right: -12%;
      bottom: 28%;
    }
    .paper_to,
    .pixels_text {
      font-size: 32px;
    }
    .search_box_footer {
      text-align: center;
    }
    .pixels_text {
      color: var(--background_green);
    }
    .pixels_text {
      padding-left: 3px;
    }
  
    /* footer */
    .search_box_footer {
      width: 90%;
    }
    .footer_menu {
      margin-right: 0;
      align-items: end;
    }
    .footer_logo {
      width: 100%;
    }
  
    .go_to_top {
      position: relative;
      float: right;
      top: 0;
    }
  }
  
  @media only screen and (max-width: 576px) {
    /* container width */
    .heading,
    .blogOverviewContainer,
    .blogSectionContainer,
    .keyComponentContainer,
    .evolutionContainer,
    .challengesContainer,
    .futureContainer,
    .conclusionContainer,
    .punchLineContainer,
    .moreBlogContainer,
    .authorContainer,.blogListContainer,.blogInlineContainer,.titleParaContainer,.resourceContainer {
      width: 90%;
    }
    .blogSectionContainer {
      padding: 1rem 1rem !important;
    }
    .blogImg {
      width: 100%;
      height: auto;
    }
  
    /* authorSection */
    .authorImg {
      width: 65px;
    }
  }
  @media only screen and (max-width: 528px) {
    /* consultation */
    .contact_content h1 {
      font-size: 30px;
    }
    .contact_content p {
      font-size: 16px;
    }
  
    .paper_to,
    .pixels_text {
      font-size: 25px;
    }
    .paper_to {
      right: -15%;
      bottom: 22%;
    }
  
  }
  
  @media only screen and (max-width: 420px) {
    /* keyComponentSection */
  
    .keyComponentText{
      padding-left: 0;
    }
    .keyComponentTextCol,.keyComponentImgCol{
      width: 100%;
    }
    .keyComponentTextCol{
      padding: 0 !important;
    }
    .keyComponentImgCol{
      padding-top: 3rem !important;
      display: flex;
      justify-content: center;
    }
    .keyComponentSubtitle{
      margin-bottom: 0;
      padding-bottom: 0;
    }
  
    /* authorSection */
  .authorNameCol{
    width: 100%;
  }
  .authorImg{
    width: 55px;
  }
  
    /* consultation */
    .paper_to {
      right: -18%;
    }
  
  }
  
  @media only screen and (max-width: 391px) {
    /* text size */
    .blogSectionTitle,
    .keyComponentTitle,
    .evolutionTitle,
    .challengesTitle,
    .futureTitle,
    .conclusionTitle,.blogListTitle,.blogInlineTitle,.titleParaTitle {
      font-size: 28px;
    }
    .punchLineTitle {
      font-size: 28px;
    }
  
    /* blogHeadingSection */
    .title{
      font-size: 36px;
    }
  
    /* blogOverviewSection */
    .overview_title{
      font-size: 28px;
  
    }
  
    .overview_text{
      font-size: 18px;
  
    }
  
    /* button */
  
    .search {
      padding: 0.8rem 1rem;
    }
    .connect_btn {
      font-size: 16px;
      padding: 10px 10px;
    }
  
    .connect_btn {
      top: 5.3px;
    }
  
    /* consultation */
    .contact_content h1 {
      font-size: 28px;
    }
  
    .contact_content p {
      font-size: 14px;
    }
  
    /* footer */
    .footer_link {
      margin-right: 0;
      margin-left: 0.5rem;
    }
  }
  
  @media only screen and (max-width: 332px) {
    /* button */
  
    .search {
      padding: 0.8rem 1rem;
    }
    .connect_btn {
      /* font-size: 12px; */
      padding: 10px 10px;
    }
  
    .connect_btn {
      top: 6.4px;
    }
  
    /* consultation */
    .paper_to {
      right: -22%;
    }
  
    /* footer */
    .footer_logo {
      width: 7rem;
    }
  }
  
  @media only screen and (max-width: 321px){
    .jumbotron {
      padding-top: 1rem;
      height: 20rem;
    }
  }