@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

::selection
{
    background-color: #f39b9b;
}

.navbar .navbar-nav .nav-link {
    font-family: "Space Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 26px;
    color: #FFFFFF;
    margin-right: 0;
    padding: 30px 20px;
}

.logoSlognyr
{
    text-align: left;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    margin: 0;
    margin-top: 20px;
    display: inline-block;
    letter-spacing: 8px;
}

.infoXScheduleBtn
{
    background-color: #000000;
    padding: 10px 30px 10px 30px;
    border-style: none;
    color: #FFFFFF;
    border: 1px solid rgba(000, 000, 000, 0.1019607843) !important;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Space Grotesk", Sans-serif;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 30px;
    transition: 0.3s;
}

.mainHeroBanner
{
    background-color: #0E1424;
    background-image: url(../img/bg-image-2.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 105px 0px 0px 0px;
    position: relative;
    width: 100%;
}

.heroTitleWrap
{
  text-align: center;
}

.heroTitle h1
{
    font-family: Space Grotesk !important;
    font-size: 65px;
    font-weight: 700;
    line-height: 80px;
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
}

.textSlideanimation
{
    margin-top: 10px;
    font-size: 2rem;
   text-align: center;
   display: inline-flex;
   align-items: center;
}

/* @keyframes blink-cursor {
    50% {
      border-color: transparent;
    }
  } */

  #cursor {
    display: inline-block;
    width: 1.7px; /* Thin cursor */
    height: 2.3em; /* Taller than the text */
    background-color: rgb(250, 216, 216); /* Cursor color */
    margin-left: 5px;
    animation: blink 0.7s infinite;
  }
  
  /* Blinking Animation */
  @keyframes blink {
    50% {
      opacity: 0;
    }
  }

  /* Smooth Typing Animation */
#typing-text {
    transition: all 0.2s ease; /* Smooth effect during typing */
  }

.textSlideanimation h2
{
    font-family: Space Grotesk !important;
    color: #000000;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 52px;
}

.herotitleDesc{
    margin-top: 15px;
}


.herotitleDesc p
{
  text-align: center;
  font-size: 16px;
  color: #fff3f3;
}

.heroBannerOuter
{
  padding-left: 5%;
  padding-right: 5%;
}

.heroBannerWrapper
{
    padding: 20px 20px 0px 20px;
    background-color: #D9D9D90F;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #fff4f480;
    border-radius: 10px 10px 0px 0px;
    margin-top: 80px;
}

.scannerDocBox img
{
   width: 200px;
}

/*===============================COMPANY LOGO SEC=================================*/

.companyLogoSec
{
    padding: 100px 0px 100px 0px;
}

.companyTitleHead h4
{
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 26px;
    color: #000000;
    text-align: center;
}

.companyLogoWrapper
{
    /* margin: 60px 0; */
    margin: 60px 0 15px 0;
    width: 100%;
}


.companyLogoWrapper ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.companyLogoWrapper ul li
{
    display: inline-block;
    margin-right: 65px;
    height: 100%;
}

.companyLogoWrapper ul li img
{
  height: 38px;
}

/*================================AUTOMATION SERVICE WRAP BOX================================*/

.aiAutomationServWrap
{
  text-align: center;
}

.aiAutomationServWrap h3
{
    font-size: 48px;
    line-height: 58px;
    margin: 0px 0px 15px 0px;
    font-family: Space Grotesk !important;
    color: #1c1919;
}

.aiAutomationServWrap p
{
    margin: 0px 10px 25px 10px;
    text-align: center;
    font-size: 16px;
}

/*=================AUTOMATION SERVICES SECTION===============*/

.docAutomationSec
{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 35px;
    margin-bottom: 60px;
    padding: 70px 60px 70px 60px; 
    /* background-color: #F2F2FF; */
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
}

.automationToolsImgBox
{
    padding: 10px;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    position: relative;
}

.dashedBorderBox
{
    border: 1px dashed #D9032A;
    position: absolute;
}

.autoToolsElementsWrap
{
    padding: 0px 0px 0px 120px;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

.elementsHeadWrap
{
    text-align: left;   
}

.elementsHeadNumber
{
    position: relative;
    z-index: 1;
}

.elementsHeadNumber .numbTitle
{
    -webkit-text-stroke: 1px #5f4141;
    -webkit-text-fill-color: #ffffff;
    font-size: 100px;
    font-weight: 700;
    line-height: 110px;
    margin: 0px 0px 0px 0px;
    font-family: Space Grotesk !important;
}

.toolsHeadingName h2
{
    font-size: 48px;
    line-height: 58px;
    margin: 0px 0px 20px 0px;
    font-family: Space Grotesk !important;
    font-weight: 700;
    color: #D9032A;
}

.toolsDescription p
{
    margin: 0px 30px 0px 0px;
    font-size: 16px;
    color: #201b1c;
    line-height: 28px;
    
}

.getStratedFreeBtn
{
    margin: 30px 0px 0px 0px;
}

.getStratedFreeBtn a
{
    display: inline-block;
    color: #000000;
    padding: 13px 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    background: transparent;
    border-radius: 30px;
    transition: 0.3s;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #d70030;
}

.getStratedFreeBtn a:hover
{
  background-color: #ffd7d7;
}

.alternateleftTextPad
{ 
    padding: 0;
    padding-right: 110px;
}


/*===============================STYLING INFO-X FORM CSS=================================*/


.fmbox{
	border-radius:25px;
	padding:30px;
	border:1px solid #c5c5c5;
    background-color: #ffffff;
}
.fmrow{
	padding-top:15px;
	position:relative;
}
.fmrow input[type="text"],
.fmrow input[type="email"]{
	width:100%;
	padding:15px 15px;
	outline:none;
	border:1px solid #ececec;
	font-size:14px;
	background:#f7f7f7;
	color:#666666;
	transition: background-color .15s ease-out;
	padding-left:45px;
}
.fmrow input[type="text"]:focus,
.fmrow input[type="email"]:focus,
.fmrow textarea:focus{
	border-color:#bce3ba;
	background:#fffbef;
	transition: background-color .15s ease-out;
}
.fmrow textarea{
	width:100%;
	padding:10px 15px;
	outline:none;
	border:1px solid #ececec;
	font-size:15px;
	background:#f7f7f7;
	height:120px;
	color:#666666;
	transition: background-color .15s ease-out;
}
.fmrow button{
	color: #fff;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid transparent;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    transition: background-color .15s ease-out;
    font-family: 'Roboto', sans-serif;
    background-color: #dc1414;
}
.fmrow button:hover{
	background:#000;
	transition: background-color .15s ease-out;
}
.fmicon{
	position: absolute;
    top: 30px;
    left: 18px;
	color: #dc1414;
}
.phn{
	font-size:25px;
	top:23px;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 280px;
  perspective: 1000px;
  margin-top:40px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
    background-color: #ffffff;
    color: black;
    padding: 40px 21px;
    box-shadow: 0 5px 10px 0 rgb(204 204 204);
	float: left;
    width: 100%;
    position: relative;
}
.flip-card-back {
  background-color: #dc1414;
  color: white;
  transform: rotateY(180deg);
  padding: 9px 21px;
  display: flex;
  align-items: center;
}

h3.formHeading {
    color: #dc1414;
    font-size: 34px;
    font-weight: 200;
    font-family: "Space Grotesk", Sans-serif;
}

.VHCenter
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.achivement{
	padding:40px 0;
}
.achivement ul{
	padding-left:0;
	text-align:center;
}
.achivement ul li, 
.partners ul li{
	list-style:none;
	display:inline-block;
	padding:0 10px;
}

.heading2Awards
{
    font-size: 40px;
    font-family: "Space Grotesk", Sans-serif;
    margin: 30px 0;
}

.infoxFeaturedIn .owl-carousel .owl-item img
{
    margin: auto;
  border: 1px solid #dadada;
  border-radius: 6px;
}

.partners span {
    margin-right: 35px;
    font-weight: 500;
}

.partners span {
    color: #dc1414;
    font-size: 19px;
}

.achivement{
	padding:40px 0;
}
.achivement ul{
	padding-left:0;
	text-align:center;
}
.achivement ul li, 
.partners ul li{
	list-style:none;
	display:inline-block;
	padding:0 10px;
}
.partners{
	padding-bottom:40px;
}
.partners div#owl-partners {
    width: 65%;
}
.partners.text-center.wow.fadeInUp {
    display: flex;
    align-items: center;
    justify-content: center;
}
#owl-partners .owl-dots {
    display: none;
}
.owl-carousel .owl-item img {
    margin: auto;
}
.privancypart.wow.fadeInUp .col-md-12 {
    text-align: center;
}
.privancypart.wow.fadeInUp .col-md-12 a {
    color: #fff;
}
.partners span {
    color: #dc1414;
    font-size: 19px;
    font-family: "Space Grotesk", Sans-serif;
}
h3.formHeading {
    color: #dc1414;
    font-size: 40px;
    font-weight: 100;
}

.aiTextP
{
    /* font-family: 'Noto Serif Display', serif; */
    font-family: "Orbitron", serif;
    color: #000000;
    font-weight: 400;
}

.ezTextP
{
    font-family: "Space Grotesk", Sans-serif;
    font-weight: 300; color: #DA0D20;
    font-weight: 600;
}

.homeezTextAi
{
    /* font-family: 'Noto Serif Display', serif; */
    font-family: "Orbitron", serif;
    font-weight: 300;
    font-size: 55px;
}

/*=============================STYLING FOOTER===================================*/

#footerpart {
    background: #000000;
    color: #fff;
    padding: 20px 0;
}

.footercCopyright {
    font-size: 15px;
    font-weight: 300;
    line-height: 10px;
}

.requestDemoHbSec
{
    background-image: url(../img/ptn-1.png);
    background-repeat: repeat;
    padding: 120px 0;
    margin-top: 80px;
}

.fmboxHbs {
    border: 1px solid #c5c5c5;
    padding: 60px 40px;
    border-radius: 28px;
    background: #ffffff;
}

.requestTitleHubs {
    color: #dc1415;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    padding-bottom: 30px;
}