@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Open+Sans:wght@400;500;600&display=swap');

*{
    margin: 0;
    padding: 0;
}

body{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    /* background:url(./bg.png) !important; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: scroll;
    background-color: #000;
    overflow-x: hidden
}

.top_bg{
  background:url(./bg.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 80rem;
  background-position-y: center !important;
  position: relative;
  background-size: 300px 100px;

  }
  .top_bg1{
    background:url(./bg.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 60rem;
    background-position-y: center !important;
    position: relative;
    background-size: 300px 100px;
  
    }

.dropdown-toggle::after {
  display: none !important;
}

.dd_icon {
  width: 33px;
  font-size: 12px;
  margin: 0 0px;
  margin-left: -5px;
  margin-top: -1px;
}

body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #3e5ebb;
  background-color: #07080c;
}

body::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background-color: #3e5ebb;
	border: 1px solid rgba(0,0, 0, 0.2);
}

html {  
    background: radial-gradient(ellipse at bottom, #000 0%, #090a0f 100%);
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100%;
    /* z-index: auto; */
  }

@keyframes animStar {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-2000px);
    }
  }

  /* Icon Shaker */
   .shaker:hover {
    animation: shake 0.82s  both;
    cursor: pointer;
  }

  .use-single-card:hover .shaker{
    animation: shake 0.82s ;
    cursor: pointer;
  }

  .use-single-card:hover{
    cursor: pointer;
  }

  .upload-icon-div:hover .shaker{
    animation: shake 0.82s ;
  }

  .upload-icon-div:hover{
    cursor: pointer;
  }

  @keyframes shake {
    70% {transform: rotate(50deg);}
  }

  .box_link{
    text-decoration: none !important;
    display: contents !important;
  }

  /* Icon Shaker End */

  :root {
    --black: #000;
    --white: #fff;
    --grey:rgba(255,255,255,0.5)
    --darkblue: #040612;
    --purple:#6141b0;
    --blue :#1b79db
  }
  
  /* custom classes */
  .grey-color{
    color: var(--grey);
  }

  .text-size-20px{
    font-size: 20px;
  }
 
  /* custom classes  end*/
  h1{
    color: var(--white);  
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 600;
  }

  .h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    font-weight: 600; 
  }

  span{
  color: var(--white);  
  font-family: 'Open Sans', sans-serif;
  }

  div{
    color: var(--white);  
  }

  .btn{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
  }

  .nav-link,.navbar-brand{
    color: var(--white) !important;
  }

  .navbar-nav{
    margin-left: -9rem;
    margin-top: 10px;
    gap: 30px;
  } 

  .navbar-toggler-icon{
    background-image: url("./toggler_icon.svg");
  }
  .text-start{
    color: white;
  }

  .header{
      margin-top: 0rem;
      position: fixed;
      top:0%;
      width: 100%;
      z-index: 99;
      padding-bottom:10px !important ;
  }

  .logo-img{
    width: 230px;
    height: 76px;
    margin: 4px 73px 0 0;
    object-fit: contain;
  }

  .navbar{   
      padding: 0px 8rem;
      background: rgba(0,0,0,0.1) !important;
      position: fixed;
      z-index: 99;
      width: 99.3%;    
  }
  .navbg{
    background: rgba(0,0,0,0.8) !important;

  }


  .scroll-nav{
    border-bottom: 1px solid white !important;
  }

  .nav-link{
    font-size: 18px;
    font-weight: 600;
    color: var(--white) !important;
    font-family: 'Open Sans', sans-serif;
  }

  .active-nav{
    color: #fff !important;
  }
  .sub-active{
    background-color: #3e5ebb;
    color: #fff;
  }
  .active-nav:after {
    content: '';
    display: block;
    position: relative;
    width: 10px;
    border: 2px solid var(--white);
    margin:1px auto;
  }

  .nav-item-center{
    margin-top: 10px;
  }

  .dropdown-item:hover{
    color: var(--white);
    background: #3e5ebb;
    transition:  0.3s ease-in-out ;
  }

  .dropdown-menu.show {
    background: rgba(7,8,18,0.9);
    text-align: left !important;
  }
  .dropdown-menu2.show {
    background: rgba(7,8,18,0.9);
    text-align: left !important;
  }

  .dropdown-menu2{
    list-style-type: none;
    top: 102%;
    background: rgba(7,8,18,0.9);
    text-align: left !important;
    border-radius: 4px;
    position: absolute;
    width: 125%;
    padding: 1rem 0;
  }

  .dropdown-item2{
    text-decoration: none;
    text-align: left !important;
    color: white !important;
    text-decoration: none !important;
    padding-left: 9px !important;
    margin-left: 5px;
  }

  .dropdown-item2:hover{
    color: var(--white);
    background: #3e5ebb;
    transition:  0.3s ease-in-out ;
    text-decoration: none;  
  }
  
  .dropdown-item{
    color:white;
    margin-left: -1px;
    margin-right: 15px;
  }

  .login-btn{
    border-radius: 24px;
    width: 100px;
    background-color: #015ec2 !important;
  }

  .login-btn:hover {
    outline: 3px solid #3e5ebb;
    transition: 0.1s ease-in-out;
    box-shadow: 0px 0px 5px 5px #3e5ebb;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
  }

  .create-chat-bot-div{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .create-chat-bot{
    width: 30% !important;
    height: 50px;
    background-color: #015ec2 !important;
    border-radius: 50px;
    font-size: 16px ;
    font-weight: bold;
  }


  .create-chat-bot:hover{
    outline: 3px solid #3e5ebb;
    transition: 0.1s ease-in-out;
    box-shadow: 0px 0px 5px 5px #3e5ebb;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
  }

  .button a{
      padding: 10px 24px;
      color:rgba(255,255, 255, 0.5) !important;
  }

  .button{
      border-radius: 35px;
  }

  .main{
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
  }

  .head-left-con{
    margin-top: 5rem;
  }

  .main-headings{
    line-height: 0;
    padding-top: 5rem ;
  }
  .main-headings h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 72px;
    font-weight: 900 !important;
    text-align: center;
    color: var(--white);
  }

  .main-small-text{
    font-size: 18px;
    font-weight: 300 !important; 
  }
  .use-case-main{
    height: 500px;
  }

  .main-heading{
    margin-top: 80px;
  }


  .usecase-main{
    margin-top: 10rem;
  }
  .supercharge-heading{
    font-size: 18px !important;
  }

  .main-container2-heading{

    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 600;
  
  }

  .main-container2-sub-text{

    margin: 28px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300 !important;
    line-height: 1.55;
  }


  .heading{
      font-size: 3.2rem;
      color: #FFF;
      font-family: Montserrat;
      font-size: 32px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #fff;
      height: 48px;    
    }

  .fade-in-text {
      opacity: 0;
      transition: opacity 1s ease-in-out;
  }

  .fade-in-text.fade-in {
      opacity: 1;
  }

  .subheading{
    font-family: 'Montserrat', sans-serif;
      font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
  }

  .small-text{
    
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  
  }

  .chatbox-heading{  
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
  }

  .v2{
      background-color: var(--blue) ;
      border: none;
      outline: none;
      color: white;
  }

  .backed-by{
      font-weight: 300;
  }

  /* Chat box */

  .chat-box-container {
    /* border-radius: 2rem; */
    /* padding: 10px; */
    /* background-color: #040612 !important; */
    margin-top: 4rem;
    
    
  }
  .chatbox-heading{
    background-color: rgba(0,0, 0, 0.2);
    /* background: transparent; */
    border-radius: 10px ;
    padding: 15px 20px;
  }

  #chat2 .form-control {
    border-color: transparent;
    }
    #chat2 .form-control:focus {
    border-color: transparent;
    box-shadow: inset 0px 0px 0px 1px transparent;
    }
    .divider:after,
    .divider:before {
    content: "";
    flex: 1;
    height: 1px;
    /* background: #eee; */
    }

    .chat-box{
      transform: translate(-23.5%, -61%);
      margin-bottom: -20rem;
      width: 2098px;
    }

    .chat-width{
      width: 1400px;
    }

    
    .space{
      height: 270px;
    }

    .card-footer{
      padding: 0px 10px;
    }

    .card1-con{
      border-radius: 20px;
    }
    .card3-con{
      border-radius: 20px;
    }
    .card2-con{
      border-radius: 20px;
    }
    .card4-con{
      border-radius: 20px;
    }
  /* Chat box end */


  /* Companies container Start*/
  .usecases-container{
  margin-top: 15rem;
    
  }

  .multiple-usecase-container{
  
    height: 200px;
    overflow: scroll;
  }
  .multiple-usecase p{
    margin-top: 12rem !important;
  }

  .usecase-box{
    border: solid 1px rgba(194, 195, 230, 0.9);
    height: 200px;
    border-radius: 10px;
    width: 400px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
  }

  .usecase-tile{
  
  
  }
  .usecase-box:hover{
    background: #0f2b39;
    cursor: pointer;
    transition: ease 0.3s;
  }
  .usecase-box .icon{
    width: fit-content;
    border-radius: 50%;
    padding: 10px;
  }

  .usecase-box-item{
    /* background:linear-gradient(to top,#ffff,var(--)); */
    
  }
  .desc{
    margin-top: 80px;
  }


  /* .usecase-box desc{
    position: absolute;
    left: 0%;
  } */
  /* Companies container end */


  /* Connect over  */

  .upload-data{
    line-height: 15px;
  }
  .upload-small-text{
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
  }

  .upload-data-container{
    /* background-color: #fafbff ; */
    height: 550px;
    margin-top: 10rem !important;
 
  }


  .upload-small-heading{
    font-family: 'Open Sans', sans-serif;
  font-weight: bold;
    color: #3e5ebb;
  }

  .upload-icons{
    width: 25px;
    height: 30px;
    object-fit: contain;
  }

  .upload-icon-div{
    
  margin: 0 30px 0 0;
      border: solid 1px rgba(255, 255, 255, 0.12);
      border-radius: 50%;
      padding: 20px;
      padding-left: 23px;
      padding-top: 23px;
      padding-bottom: 24px;

  }

  .row1 {
  margin-bottom: 4rem;
  }


  /* Connect over  End*/


  /* Train Model Start */


  .upload-heding{
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;

  }


  .attr-img {
    width: 50px
  }

  .subtext{
    margin-left: 39px;
    width: 26%;
  }

  .text-left{
    text-align: left;
  }

  .train_heading{
    font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  }

  .train_subheading{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
  }

  /* Train Model End*/

  /* Deploy  */
  .deploy{
    background: url('./bannerimage.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* height:500px; */
    border-radius: 20px;
    padding-bottom: 1rem;
    margin-top: 10rem!important;
  }

  .deploy-text-container{
    width: 55%;
    height: 310px;
  padding: 2rem;
  }

  .deploy-heading{
    font-family: 'Montserrat', sans-serif;
  }

  .deploy-body{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
  }
  .deploy-text-container div{
  color: white;
  }
  .deploy-body{
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 2x;
  }
  /* Deploy End */

  /* Start pricing page */
  .price-container{
    margin-top: 10rem !important;
  }
  .padding_head {
    padding: 27px;
  }

  .price_heading1 {
    color: #1B79DB !important;
  }
  .price_heading2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
  }

  .div1 h4{
    font-size: 34px;
    font-weight: 500;
    border-bottom: solid 1px #4c4e5a;
    padding-bottom: 35px;
  }

  .main-container {
    margin-top: 6rem !important;   
  
  }
  .main-container2{
    margin-top: 10rem !important;  }

  .diamond-img{
    width: 200px;
    transform: translate(50%, 50px);
  }

  .diamond-img-shadow{
    position: absolute;
    transform: rotatex(180deg) translatey(15px);
    width: 250px;
    transform: rotate(180deg) translate(71%, -118%);
    -webkit-mask-image: linear-gradient(transparent 72%, white 120%);
  }
  .diamond-img-div{

  }
  .diamond-rect{
    border: 3px solid white;
    width: 480px;
    height: 200px;
    position: relative;
    z-index: -1;
    transform: translateY(-122px);
  }

  .sign-up-now-btn{
   
    width: 300px;
  height: 48px;
  border-radius: 24px;
  }

  .sign-up-now-btn:hover{
    outline: 1px solid #3e5ebb;
    transition: 0.1s ease-in-out;
    box-shadow: 0px 0px 3px 3px #3e5ebb;
    cursor: pointer;
    transition: all linear 0.3s;
  }
/* Animated Circle */
.circle-container{
  margin: 30%;
}



  .div1 {

    text-align: center;
    padding: 3rem 1rem;
    padding-bottom: 0rem;
    border-radius: 10px;
    border: solid 1px rgba(255, 255, 255, 0.19);
    background-image: linear-gradient(to bottom, #040610, #0a0e25);
    width: 23%;
    margin: 0 0.5rem;
  }

  .div1:hover{
    outline: 3px solid #3e5ebb;
    transition: 0.1s ease-in-out;
    box-shadow: 0px 0px 10px 5px    #3e5ebb;
    cursor: pointer;
  }
  .rounded-full {
    border-radius: 50% !important;
  }



  
  .price-btn {
    width: 250px;
    height: 48px;
    border-radius: 24px;
    background-color: #015ec2 !important;
    margin-top: 3rem;
    position: relative;
    top: 3%;
    left: 50%;
    transform: translateX(-50%) !important;
  }



  .btn1{
    position: relative;
    top: 3%;
  }
  .btn2{
    position: relative;
    top: 3%;
  }
  .btn3{

    position: relative;
    top: 4%;
  }
  .message_heading {
    padding: 20px;
    border-bottom: solid 1px #4c4e5a;
  }

  .gap-6 {
    gap: 1.5rem;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex {
    display: flex;
    margin-left: 10px;
  }
  .flex-1 {
    flex: 1 1 0%;
  }
  .gap-2 {
    gap: 0.5rem;
  }

  .items-center {
    align-items: center;
  }
  .flex {
    display: flex;
  }
  .rounded-full {
    border-radius: 10%;
  }
  .p-\[2px\] {
    padding: 2px;
  }
  .main-container {
    gap: 5px;
  }

  .div4 {
    width: 40%;
    text-align: center;
    padding: 1.5rem;
    border-radius: 5%;
  }
  .cross_sign {
    background-color: #6b7280;
  }
  .get_started_button {
    background-color: #8559f4;
    color:#fff;
  }
  

  .use-case-bottom-cards{
    margin-top: 12rem !important ;
  }
  .usecases-container {
    margin-top: 10rem !important;
    }

  /* Start Mobile CSS */
  @media only screen and (max-width: 600px) {
    .div1 {
      width: 80%;
      justify-content: center;
    }
    .main-container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }

  /* End Mobile CSS */

  /* End pricing page */

  /* Start use case page */
  section.mybox{
    height: auto !important;
      }

  .div_customer_support1 {
        width: 50%;
        text-align: center;
        padding: 1.5rem;
        border-radius: 5%;
        background-color: transparent;
        border: 1px solid #fff;
  }
  .boost_business {
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 5%;
  }

  .background_color_customer_s {
    background-color: #fff !important;
  }
  .color_text {
    color:#000 !important;
  }

  .img_icon_width {
    width: 50px;
  }

  /* Start Mobile CSS */
  @media only screen and (max-width: 600px) {
    .boost_business {
      width: 80%;
      justify-content: center;
    }
    
  }

  /* End Mobile CSS */

  /* End use case page */


  /* Faq */

  .faq{
    padding: 0px 29px;
    margin-top: 10rem;
  }
  .custom-border{
    border-bottom: 1px solid ;
  }

  .faq-plus-icon{
    border: 1.5px solid #ffff;
    border-radius: 50%;
    padding: 0.6%;
    font-size: 10px;
  }

  .dark-bg{
    background-color: #000000;
    border-radius: 10px;
  }
  .faq-heading{
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 600;
   

  }
  .faq-para{
    margin: 11px 130px 0 129px;
    opacity: 0.6;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    
  }
  .question{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.18px;
    color: #ffff;
    /* text-align: justify;
    text-justify: inter-word; */


  }
  .question:hover{
    color: #9999;
    /* border-color: #9999; */
  }
  .faq-plus-icon:hover{
    color: #9999;
    border-color: #9999;
  }

  .pointer{
    cursor: pointer;
  }

  .answer{
    /* opacity: 0.7; */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.69;
    color: #ffff;


  }

  .faq-content{
    margin-top: 2rem;
  }


  /* card */


  .use-card-img{
    width: 72px;
    height: 72px;
    

    border-radius: 50%;
    border: solid 1px #e9ecf6;
    background-color: #fff;
  
  }

  .use-card-img img{
  width: 55px;
  margin: 0 auto;
  }

  .single-card{
    width: 350px;
    height: 200px;
    margin: 0 30px 0 0;
    padding: 25px 141px 38px 30px;
    border-radius: 10px;
    border: solid 1px #203446;
    background-color: #050617;
  }


  .use-card-title{
    width: 350px;
    height: 29px;
    margin: 36px 0 0;
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }

  .card-container{
    margin-top: -1rem;
    /* background-color: ; */
  }

  .arrows{
    float: right;
    margin-top: 1rem;cursor: pointer;
    margin-right: 1rem;
  }
  .arrows a{
    color: #000;
  }



  /* Pricing Table */

  .priceheading{
    /* color: #000; */
  }

  /* Footer */

  .footer{
    margin-bottom: 20px;
  }

  .socialmediafooter{
    display: flex;
    justify-content: space-between;
  }
  .social_icon{
    margin: 10px 5px 0px;
    cursor: pointer;
  }

  .social_icon :hover{
  transform: scale(1.5);
  transition:  0.3s ease ;
  }
  .social-icons a{
    text-decoration: none;
    color: white;

  }


  .menutitle{
    /* margin: 0 587px 2px 0; */
    font-family: 'Open Sans', sans-serif; 
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
      color: #fff;
  }
  .menutitle a{
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3e5ebb;
  }

  .footer-menu-active {
    color: blue !important;
  
  }


  /* footer pages */

  .maincontainer {
    width: 60rem;
    margin: 10rem auto !important;
  }

  /* slider */
  .button{
    display: none;
  }

  .owl-next , .owl-prev{
    display: none;
  }



  /* Trusted Section */

  .trusted-by-container{
    text-align: center;
    margin-top: 10rem;
    
  }

  .trusted-cards{
    margin-top: 3rem;
  }

  .trusted-single-card{

    width: 440px;
    height: 200px;
    background-color: #050614;
    background-image: radial-gradient(circle 24vh at 50% 80%, #3e5ebb, #0000);
    background-size: 100% 150%;
    background-repeat: no-repeat;
  }

  .trusted-card-img{
    width: 72px;
    height: 72px;
    

    border-radius: 50%;
    border: solid 1px #141623;
    background-color: #050617;
  
  }

  /* Use case container */


  .use-single-card {

    background-color: #050614;
    background-image: radial-gradient(circle 30vh at 50% 80%, #3e5ebb, #0000);
    background-size: 100% 150%;
    background-repeat: no-repeat;
    border: solid 2px rgba(255, 255, 255, 0.19);
    padding: 25px 20px 0;
    margin-top: 2rem;
    border-radius: 20px;
    width: 440px;



  }

  .use-single-card1{
    /* width: 440px; */
    height: 350px;
    padding: 25px 20px 0;

  }

  .use-single-card2{
    /* margin-top: 4.8rem; */
  }

  .use_single_card3{
    margin-top: 5.1rem;
    height: 660px;
  }
  .use-single-card2{
    height: 260px;
  }

  .use-single-card4{
    height: 850px;
  }



  .use-img{
    width: 72px;
    height: 72px;
    margin: 0 6px 26px 11px;
    padding: 20px;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.12);
  }


  .use-img img{
  width: 23px;
  height: 24px;
  object-fit: contain;
  }


  .use-card-heading{
    width: 141px;
    height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    }

    .cs{
      width: 190px;
    }

    .pc{
      width: 166px;
    }

  .use_card_desc{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    margin-left: 0px;margin-top: 14px;
  }

  .sales-copilot-subcard{

height: 160px !important;

  }
  .copilot-source{
    font-size: 13.5px;
    font-weight: normal;
    text-align: initial;
  }
  
  .copilot-time{
    font-size: 13.5px;
  }

  .copilot-name{
    font-weight: bold;
    font-size: 16px;
    text-align: initial;
  }
  .dotted-hr{
    border-top: 1px dashed #ffff;
  }
  .copilot-subcard-content{
    margin: 10px;
  }

  .sub-card{
    width: 400px;
    height: 220px;
    margin: 25px 0 20px;
    padding: 11px 0 19px;
    border-radius: 10px;
    border: solid 1px rgba(255, 255, 255, 0.19);
    background-image: linear-gradient(to bottom, #060916, #0a0e25);
  }

  .sub-card-head{
    border-bottom: 1px solid #373946;
    padding-bottom: 10px;
  }
  .sub-card-head span{

    margin: 0 21px 10px 14px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;

  }
  .sub-card-body-img img{
    width: 12px;
    height: 12px;
    object-fit: contain;
  }
  .sub-card-body-img {
    width: 36px;
    height: 36px;
    margin: 10px 0px 0px 25px;
      padding-top: 2px;
      padding-left: 11px;

    border-radius: 8px;
    border: solid 1px rgba(56, 59, 74, 0.51);
  }

  .link img{
    width: 10px;
    height: 10px;
    opacity: 0.5;
    margin-left: 0;
    /* background-color: var(--white); */
  }

  .link{
    width: 283px;
    height: 17px;

    opacity: 0.8;

    font-family: 'Open Sans', sans-serif;
    font-size: 10px;

  }
  .link a{
    text-decoration: none;
    color: var(--white);
    margin-left: 5px;
  }

  .ask-ai{
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
  }

  .ask-ai-img{
    border: none;
    padding: 0;
    /* margin: 0; */
  }

  .ask-ai-img img{
    width: 30px;
    height: 30px;
    object-fit: contain;
  }

  .questions{
    font-size: 13px;
  }

  .answers{
    font-size: 13px;
    font-weight: 500;
  }

  .user-img{
    padding-left: 5px;
  }
  .user{
    width: 25px !important;
    height: 25px !important;
  }
  .c2r1{
    border-bottom: 1px solid #373946;
    padding-bottom: 10px;
  }

  .c2r2{
    border-bottom: 1px solid #373946;
    padding-bottom: 10px;
  }

  .sub-card-c2{
    height: 380px;
    margin: 15px auto;
  }

  .left-cards{
    margin-left: 4rem !important;
  }
  .right-cards{
    margin-left: -8rem;
    
  }


  /* Customer retaintion */
  .use-case-icon{
    width: 35px;
    height: 30px;
  margin: 2px 17px 16px 0;
  }

  .boost-customer-container{
  margin-top: 8rem;
  }


  .top-head{
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  }

  .mid-head{
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: 500;
    margin-left: -25rem;
  }

  .bottom-head{
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 300;
  }

  #cr{
    color: #6286ed;
  }

  .customer-retain-graph-con{
    margin-top: 3rem;
  }
  .square{
    width: 385px;
    height: 180px;
    padding: 20px 10px 10px 10px;
    border-radius: 10px;
    background-color: #1d3194;
  }


  .crs-head{
    

    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-left: 15px;

  
  }

  .crs-body{
    width: 328px;
    height: 66px;
    margin: 25px 0 0px 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    display: inline;
  }

  .crs-body-numbers{
    font-weight: 600;
    color: #4fdd90;
    margin: 0;
    padding: 0;
  
  }

  .crs-head-con{
    display: grid;
    grid-template-columns: 12rem 4rem 9rem;
  }

  .crs-badge{
    font-size: 10px;
    font-weight: bold;
    border-radius: 2px;

    padding-top: 5px;
  }

  .b1{
    margin-right: 15px;
    background-color: #1a2870;
    padding: 5px;
  }
  .b2{
    /* margin-right: 10px; */
    background-color: #1a2870;
    padding: 5px;
  }

  .square2{
    width: 370px;
    height: 260px;
    border-radius: 10px;
    background-color: var(--white);
    transform: translateY(-2rem);
  }

  .retention{
    width: 76px;
    height: 22px;
    margin: 0 13px 2px 24px;
    opacity: 0.7;
    font-size: 16px;
    font-weight: 600;
    color: #8e8f90;
  }


  .percentage{
  width: 75px;
  height: 33px;
  margin: 2px 14px 38px 24px;
  font-size: 24px;
  font-weight: 600;
  color: #2a2b2b;
  }

  .up-percentage{
    width: 70px;
    height: 30px;
    margin: 5px 69px 38px 13px;
    padding: 5px 8px 3px 9px;
    border-radius: 14.8px;
    background-color: #dff6c4;
    color: #79c746;
    font-size: 16px;
    font-weight: 600;
  }
  .g-text{
    margin-top: 1.5rem;
  }
  .grap-text{
  float: right;
    height: 18px;
    margin: 0 10px 0 0;
    opacity: 0.7;
    font-size: 13px;
    font-weight: 600;
    color: #8e8f90;
    margin-left: 3rem;
  }
  .dot{
    width: 12px;
    height: 12px;
    margin: 3px 0 3px 10px;
    margin: -16px 0 3px 85px;
    border-radius: 50%;
  }

  .d1{
    background-color: #5c90f7;
  }
  .d2{
    background-color: #6fc1c2;
  }

  .graph img{
    margin-left: 5rem;
    margin-top: -7.2rem;
  }


  .point{

      width: 49px;
      height: 15px;
      margin: 0 6px 0 0;
      border-radius: 9.5px;
      background-color: #cbd4ef;
      margin: 0 -30px 0 30px;

  }

  .brief{
      width: 100px;
      height: 3px;
      margin: 0 0px 3px 6px;
      border-radius: 9.5px;
      background-color: #86e4e1;
      margin-left: 3rem;
  }

  .br2{

      width: 130px;
      background-color: #67a7f8;

  }
  .br3{

      width: 150px;
      background-color: #959ef4;
  }



  /* Customer churn page */
  .boost-bussiness-card{
    
      background-color: #050614;
      background-image: radial-gradient(circle 35vh at 50% 100%, #3e5ebb, #000);
      background-size: 100% 150%;
      background-repeat: no-repeat;
      border: solid 1px rgba(255, 255, 255, 0.19);
      border-radius: 10px;
      width: 500px;

  }


  .global-deployement-card , .elevate-user-card{
    width: 500px !important;
    height: 220px;
    border-radius: 10px;

  }

  .card-heading{
    font-size: 18px;
    font-weight: bold;  
  }

  .card-text{ 
    margin: 40px 0 3px;
    font-size: 16px;
  }

  /* 
  .upload-data-container-icon span img{

      width: 62px;
      height: 62px;
      margin: 0 30px 0 0;
      padding: 16px 18px 16px 19px;
      border: solid 1px rgba(255, 255, 255, 0.12);
    
  } */

  .train-chat-card{
    margin-top: 0rem !important;
    width: 600px !important;
    margin-left: -2rem !important;
    height: 350px !important;
    background-image: radial-gradient(circle 50vh at 50% 100%, #3e5ebb, #000);

  }
  .enterprice-card{

    width: 600px !important;
      margin-left: -2rem;
  }
  .train-chat-head{

  }

  .card-icon-div{
      padding-top: 16px !important;
      padding-bottom: 16px !important;
      padding-left: 16px !important;
      padding-right: 13px !important;
  }


  .card-icon{

  }

  .upload-row1{
    margin-left: 2rem;
  }

  .upload-row2{
    margin-left: 2rem;
  }

  .primary-adv{
    font-size: 24px;
    font-weight: bold;
  }

  .c-card{
    margin-top: 30px;
  }

  /* Data Curation Start */

  .data_curation_container{
    margin-top: 10rem;
  }

  .data-curation-heading{
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  }

  .data-curation-img{
    width: 256px;
    height: 256px;
    object-fit: contain;
    margin: 50px;
    margin-right: 108px;
  }

  .dc-text-col{
    padding: 4rem;
  }

  .dc-top-text{
    font-size: 28px;
    font-weight: bold;
  }

  .dc-mid-text{
    font-size: 17px;
    line-height: 1.71;
  }

  .data-curation-div{
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 20px;
    background-image: radial-gradient(circle 35vh at 50% 110%, #3e5ebb, #0000) !important ;
    background: linear-gradient(to bottom, #040610, #0a0e25);
  }

  .dc-top-text{

  }
  /* Data Curation End */


  /* Feature Section Start*/
  /* .inner-card1{
    margin-left: 35%;
    width: fit-content;
  }

  .inner-card2{
    width: fit-content;
    margin-left: 22%;
  } */

  .feature-section{
    margin-top: 10rem;
  }
  .feature-box{
    border-color: #383841 !important ;
    background-color: #08081f ;
  }

  .feature-col-data{
    padding: 1rem 10px;
    border-bottom: 1px solid #383841 ;
  }
  .f-row-bg{
    background-color: #08081f !important;
    color: white !important;
    border: none !important;
  
  }
  .feature-logo{
    width: 100px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 1.2rem !important;
  }

  .feature-icon{
    width: 30px;
    height: 30px;
  }
  .feature-col-bg1{
    background-color: #4146b9 !important;
  }
  .feature-col-bg2{
    background-color: #30806b !important;
  }

  .feature-icon-div{
   text-align: center;
   padding-top: 1.5rem !important;
  }

  .feature-col-text{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 3.89;
    color: var(--white);
    padding: 0rem 2rem !important;
  }

  .ailab{
    width: 157px;
    font-size: 16px;

  }
  .openai{

  }
  .table{
    border: none;
    outline: none;
    margin: 0;
  }

  .table-title{
    width: 291px;
    height: 41px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 500;
    padding: 2rem !important;
    color: var(--white)
  }
    /* Feature Section End*/

    /* Step Card Start*/
  .step-cards-section{
    margin-top: 10rem;
  }

  .step-card-heading{
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto; 
  }
  .step-card-img{
    width: 100%;
  }

  .step-card-arrow{

    height: 65%;
    transform: translate(-72%,-125%);
  }
    /* Step Card End*/

    /* value-Section Start */

    .value-proposition-section{
      margin-top: -20rem;
    }

    .value-subtext{
      font-size: 20px;
      line-height: 1.55;
      font-family: 'Open Sans', sans-serif;
      
    }

    .value-subhead{
      font-size: 24px;
      font-family: 'Open Sans', sans-serif;
    }
    /* Value Section End */

    /* Supercharge Start */

    .super-charge-container{
      margin-top: 15rem;
    }

    .super-charge-heading{
      width: 35rem;
    }

    .super-charge-subheading{
      font-size: 24px;
      width: 28rem;
    }
    .super-charge-subheading2{
      margin-top: 2rem;
      font-size: 24px;
    }

    .super-charge-subheading3{
      width: 50rem;
      font-size: 24px;
    }

    /* Supercharge ENd */

    .Usecase-List-Div{
      margin-top: 10rem !important;
    }

  .cust-cards{
    margin-top: 10rem !important;
  }
  .sales-cards{
    margin-top: 20rem !important;

  }
  .prod-cards{
    margin-top: 12rem  !important;
  }

  .boostbuisiness3{
    margin-top: 15rem !important;
  }
  .boostbuisiness2{
    margin-top: 12rem !important;

  }
  .cust-main{
    margin-top: 0rem !important;
  }

  .footer_page_links a{
    text-decoration: none;
    margin-top: 5px;
  }
  .login-btn-web{
    display: block;
  }
  .login-btn-mob{
    display: none;
  }
  /* mobile css */

  @media only screen and (max-width: 500px ) and (max-width: 480px)  {
  /* navbar */

  .top_bg{
    height: 60rem;
  }

  .main-headings{
    padding: 0;
  }

  .dropdown-menu2 {
    position: static;
  }

  .navbar{
    background-color: rgba(0,0, 0, 0.8)!important;
  }
  .price-btn {
    margin-bottom: 3rem;
  }
  .btn2{
    margin-bottom: 0;
  }

  .login-btn-mob{
    display: block;
  }
  .login-btn-web{
    display: none;
  }

  .navbar-default{
    transition:500ms ease !important;
    background:transparent !important;
  }
  .navbar-default.scrolled{
    /* background:#000 !important; */
    border-bottom: 1px solid white;
  }


  .navbar{
    width: 100vw;
    padding: 0;
    
  }

  /* hero section*/
  .main-heading{
    margin-top: 20px;
  }


  /* nav */


  .heading{
    font-size: 32px;
    margin-bottom: 3rem;
  }
  .box{
    font-size: 35px;
  }
  .small-text{
    width: 100%;
    font-size: 15px;
    padding: 10px;
  }

  /* chat box */
  .chatbox-heading{
    font-size: 20px;
  }
  .chat-width {
    width: 450px;
  }
  .chat-box {
    transform: translate(1%,-61%);
    margin: 0 auto;  
    margin-bottom: -20rem;

  
  }

  .cad-body{
    height: 300px;
  } 
  /* #chat2{
    width: 400px;
  } */
  .chat-answers{

  }


  /* use case */
  .h1{
    font-size: 40px;
  }

  /* usecase card */

  .owl-stage{
    transform: translate3d(0px, 0px, 0px);
      transition: all 0.25s ease 0s;
      width: 430px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      margin-left: 1.5rem;
      overflow: hidden;
  }



  /* train model */

  .train-model-container{
    margin-top: 17rem !important;
  }


  .upload-attr .row{
    flex-direction: column;
    gap: 30px;
  }

  .text-left{
    margin: 0 auto;
    text-align: center;
  }
  .attr-img{
    width: 70px;
    margin-left: 11rem;
  }


  /* Deploy Container */

  .deploy {
    background: url("./bannerimage.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 134px;
    border-radius: 20px;
    width: 450px;
    margin: 0 auto;
  }


  .deploy-text-container {
    width: 64%;
    height: 130px;
    padding: 1rem;
  }


  .deploy-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
  }

  .deploy-body {
    line-height: 13px;
    font-size: 9px !important;
    margin-top: 4px !important;
    letter-spacing: 2x;
  }


  /* faq */
  .faq-head{
    padding: 0 !important;
  }


  .faq-para {
    
    margin: 10px 0px 0px 0px;
  }

  .faq-content {
    margin-top: 2rem;
    flex-direction: column;
  }


  .faq-content .col-4{
    width: 100%;
  }
  .arrows{
    display: none;
  }



  /* Trusted cards */
  .trusted-cards {
    margin-top: 3rem;
    flex-direction: column;
    gap: 50px;
    padding-left: 1rem;
  }


  .usecases-container {
    margin-top: 10rem !important;
  }
  .left-cards {

      margin-left: -0.5rem !important;

  }
  .right-cards {
    margin-left: -3rem;
  }
  .use_single_card3 {
    margin-top: 1rem;
  }

  .mid-head {
    font-size: 42px;
    text-align: left;
    /* margin-left: 30%; */
  }
  .bottom-head {
    font-size: 24px;
  }

  .customer-retain-graph-con {
    margin-top: 3rem;
    flex-direction: column;
    gap: 50px !important;
    margin-left: 2rem;
  }


  .square2 {
    margin-left: 0.5rem;
  }

  .square3{
    margin-top: -3rem;
  }


  .row1,row2{
    display: flex ;
    margin: 2rem 1rem;
  }

  .train-model-container {
    margin-top: 10rem !important;
  }

  .mob-upload-data-container {
    margin-top: 0rem !important ;
  }

  .show{
    display: hide;
  }
  .dropdown-menu.show {
    background: rgba(0,0,0,0.9);
  }
  .dropdown-menu2.show {
    background: rgba(0,0,0,0.9);
  }
  .dropdown-item{
    color:white;
    margin-left: -7px;
    margin-right: 15px;
  }

  .col-4{
    max-width:100%
  }

  /* uses case page */

  .primary-advantages{
    margin: 0 25px;
  }

  .primary-advantages .col-md-4{
    margin-top: 30px;
  }

  .cards{
    margin-top: 25px;
  }

  .global-deployement-card, .elevate-user-card {
    width: 450px;
    margin: 1rem !important;
  }

  .train-chat-card {
    width: 480px;
    margin: 0;
    height: 400px !important;
  }

  .enterprice-card {
    width: 450px;
  }


  .trusted-single-card {
    width: 335px;
  }

  .use-card-title {
    margin-top:30px
  }
  .use-single-card {
    width: 350px;
  }
  .use-single-card1 {
    height: 360px;
  }

  .sub-card {
    height: 260px;}


    .sub-card-row2{
      margin-top: 20px;
    }

    .sub-card-c2 {
      height: 372px;
  }

  .train_heading {
    text-align: center;
    margin-left: 5px;
  }
  .train_subheading {
    
    text-align: center !important;}

    
  .attr-img {
    margin-left: 30vw;
  }

  
  .upload-data-container-icon .row1, .row2 {
    display: flex;
    margin: 2rem 0rem;
    margin-left: -5px;
  }
  .upload-icon-div {
    margin: 0 30px 0 0;
    border: solid 1px rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    padding: 0;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }




  .link {
  width: 0;
  }

  .answers {

  overflow: scroll;
  height: 80px;
  display: block;
  }

  .square {
  width: 300px;
  }


  .crs-head-con{
  display: flex;
    gap: 4px;
    margin-bottom: 8px;
  }

  .graph img {
  margin-left: 2rem;
  }


  /* price page */
  .price-btn {
    width: 250px;
  }

  /* use case */
  .global-deployement-card, .elevate-user-card {
  width: 350px;

  }


  .train-chat-card {
    width: 380px;
    margin: 0;
    height: 371px !important;
  }


  .enterprice-card {
  width: 350px;
  }

  .small-text {
  margin-top: 10rem !important;
  }



  .global-deployement-card, .elevate-user-card {
    width: 330PX !important;
    
  }
    .train-chat-card {
    width: 340px !important;
    margin: 0 auto !important;
    height: 400px !important;
  }



  .upload-icon-div {
    margin: -2px 20px 0 0;
    
  }
    
    .card-icon-div {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }


  .upload-row1 ,.upload-row2 {

    margin-left: 10px  !important;
  }
  .enterprice-card {
    width: 350px !important;
    margin-top: 20px;
  }


  .price-container {
    margin-top: 7rem !important;
  }


  .maincontainer {
    width: 100%;
  }

  .login-btn{
    margin: 10px auto;
  }


  .navbar-nav {
    margin-left: 0rem;
    margin-top: 1rem;
    gap: 10px !important;

  }


  .create-chat-bot {
    width: 100% !important;
    background-color: #015ec2 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px ;
}


.main-headings h4{
  font-size: 54px;
  font-family: 'Open Sans', sans-serif;
}

.main-small-text{
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300 !important; 
  width: 100% !important;
}
.sales-copilot-subcard {
  height: 250px !important;
}
.sub-card{
  width: 305px;
}

.copilot-name {
 
  width: 310px !important;
}

.sales-copilot-subcard2 {
  height: 200px !important;
}

.use-single-card4{
  overflow: scroll;
  height: 1130px;
}


.main-container2-sub-text {
  width: 350px;
  font-size: 18px;
  /* margin-left: -8rem; */
  font-weight: 300 !important;
}

.main-container2-heading {
  width: 222px;
  /* margin-left: -8.7rem; */
  margin: 0 auto;
}

.why-us-div{
  margin-left: 9rem;

}

.head-con{
  flex-direction: column;
}
.main-container2{
  margin-top: 5rem !important;

}
.head-left-con{
margin-bottom: 15rem;
}

.create-chat-bot-div{
  margin-top: 4rem;
}

.usecase-main {
  margin-top: 45rem !important;
}

.use-text {
  font-size: 20px !important;
  }

  .use-div {
    margin-top: 0 !important;
  }


  /* super charge mob */
  .super-charge-container{
    margin-top: 15rem ;
  }

  .super-charge-heading {
    width: 19rem;
  }

  .super-charge-subheading {
    width: 21rem;
  }
  .super-charge-subheading3 {
    width: 21rem;
  }

  /* step img */
  .step-card-arrow {
    position: absolute;
    left: -1.2%;
    /* width: 2%; */
    height: 18%;
    transform: translateY(18%);
  }

  /* Usecase-List-Div mob */
  .Usecase-List-Div{
    margin-top: 15rem !important;
  }

  /* Data Curation  mob*/
  .data-curation-img {
    margin-right: 50px ;
  }

  .use-text{
    width: 100% !important;

  }

  .value-proposition-section{
     margin-top: 5rem;
  }
  .mob-use-cards-sales{
    margin-top: 80rem !important;
  }
  .mob-use-cards-prod{
    margin-top: 40rem !important;
  } 
  .mob-use-cards-doc{
    margin-top: 0 !important;
  } 
  .mob-use-cards-sup{
    margin-top: 40rem !important;
  }
  .mob-use-cards-churn{
    margin-top: 0rem !important;
  }
  
  .boostbuisiness{
    margin-top: 3rem !important;
  }

  .boostbuisiness2{
    margin-top: 70rem !important;
  }
  .boostbuisiness3 {
    margin-top: 65rem !important;
}


.text-img {
  width: 23rem !important;
  position: absolute;
  right: 0%;
  top: 160%;
}

.mob_use_div{
  width: 100% !important;
}
.feature-logo {
  width: 100px !important;
}
.feature-col-text {
  line-height: 30px;
  padding: 0rem 0.6rem !important;
}

.socialmediafooter {
    flex-direction: column;
    align-items: center;
}

.footer_page_links{
  margin: 0.5rem 0;
}

.mt_40{
  margin-top: 40rem !important;
}

  /* Automated AI Mobile */
  .head-section .heading {
    position: absolute;
    top: 34%;
  }

  .head-section .sub-text {
    top: 50%;
  }

  .mid-section {
    margin-top: 170%;
  }

  .contact-card {
    width: 100% !important;
  }

  .end-card {
    height: 350px !important;
  }

  .end-card-heading{
    width: 100% !important;
  }
  .end-section{
    margin-top: 5rem;
  }
  /* Automated AI Mobile End*/
}

  .hide{
    display: none;
  }
  .custmt-0{
    margin-top: 0 !important;
  }

  /* Chat Icon */

  .wp_img{
    height: 3.5rem;
  }

  .wp_icondiv{
    position: fixed;
    bottom: 0;
    right: 9%;
    padding:5px;
    bottom: 2%;
  }

  /*  */

  .pricing-table{
    background-color: #000;
  }

  .margintop-5{
   margin-top: 5rem !important
  }
 
  .mb_10-ve{

    margin-bottom: -10px;
  }

  /* Automated Ai Page Start */
  .banner_Img{
    width: 100%;
  }

  .head-section .heading{
    position: absolute;
    bottom: -40%;
    font-size: 30px;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
  } 

  .head-section .sub-text{ 
    width: 90%;
    margin: 0px auto !important;
    font-size: 18px;
    position: absolute;
    bottom: -80%;
    left: 50%;
    transform: translateX(-50%);
  }


  /* Mid Section Start */
    .mid-section-img-div img{ 
      width: 100%;

    }

    .text-container ul {
      list-style: none; /* Remove default bullets */
      margin-left: 1%;
      font-size: 18px;
    }
    
    .text-container ul li::before {
      content: "\2022";  
      color: #015ec2; 
      font-weight: bold; 
      display: inline-block; 
      width: 10px;
      height: 10px;
      margin-left: -1em; 
      margin-right: 1rem;
    }

    .ul-heading{
      font-size: 18px;
    }


  /* Mid Section End */

  /* End Section Start */
    .contact-card{
      background-color: #191a30;
      margin: 0 auto;
      padding: 1rem;
      height: 80px;
      border-radius: 10px;
    }

    .contact-card-title{
      font-size: 14px;
      opacity: 0.8;
      margin: 0;
    }

    .contact-card-value{
      font-size: 18px;
      font-weight: bold;
      margin: 0 ;
    }

    .contact-card-icon{
      font-size: 2rem;
      margin: 10px auto;
    }

    .contact-card-btn{
      height: 54px;
      padding: 16px auto;
      text-align: center;
      border-radius: 27px;
      background-color: #015ec2;
      cursor: pointer;  
    }


  /* End Section End */

  /* End Card Start */

      .end-card {
        width: 100%;
        height: 310px;
        padding: 55px;
        background-image: radial-gradient(circle 25vh at 50% 125%, #3e5ebb, #0000) !important;
      }
      .end-card-section{
        background-image: linear-gradient(to bottom, #040610, #0a0e25);
      }
      .end-card-btn{
        cursor: pointer;
        height: 54px;
        width: 300px;
        padding: 16px auto;
        text-align: center;
        border-radius: 27px;
        background-color: #015ec2;
      }

  /* End Card End */

  /* Automated Ai Page End */


