@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/LatoBold.eot');
    src: url('../fonts/LatoBold.eot') format('embedded-opentype'),
         url('../fonts/LatoBold.woff2') format('woff2'),
         url('../fonts/LatoBold.woff') format('woff'),
         url('../fonts/LatoBold.ttf') format('truetype'),
         url('../fonts/LatoBold.svg#LatoBold') format('svg');
}
@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/LatoRegular.eot');
    src: url('../fonts/LatoRegular.eot') format('embedded-opentype'),
         url('../fonts/LatoRegular.woff2') format('woff2'),
         url('../fonts/LatoRegular.woff') format('woff'),
         url('../fonts/LatoRegular.ttf') format('truetype'),
         url('../fonts/LatoRegular.svg#LatoRegular') format('svg');
}



* {margin: 0;padding: 0;box-sizing: border-box;}
html{
    overflow-x: hidden;
}
body{margin: 0;font-size: 18px; color: #B4B4B4; font-weight: 400; font-family: 'LatoRegular'; user-select: none;overflow-x: hidden;scroll-behavior: smooth; background-color:#0D1117; }
::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-track {background: #010F33;}
::-webkit-scrollbar-thumb {background: #296fc3;}
::-webkit-scrollbar-thumb:hover {background: #1A4478;}
li{list-style: none;}
a{text-decoration: none;transition: 0.5s;}
a:hover{background: linear-gradient(93.88deg, #12FFFF 3.77%, #05A3D5 91.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;}
p{margin: 0}
a.btnDocumentation {
    height: 40px;
    line-height: 36px;
    background-color: #0d6efd;
    color: #fff;
    padding: 0 25px;
    border-radius: 40px;
    border: 1px solid transparent;
    font-size: 16px;
}
a.btnDocumentation:hover {
    border: 1px solid #12FFFF !important;
}
ul,h1,h2,h3,h4,h5,h6,label{padding: 0;margin: 0}
.btn:focus{
    outline: none;
    box-shadow: none;
}
.foot_logo img {
    height: 50px;
}
.foot_text {
    font-size: 16px;
}
.cutomOffcanvas {
    width: 75%;
    background-color:#000;
    padding: 50px 10%;
}
.cutomOffcanvas h2{
    font-size: 40px;
    margin-bottom: 0;
    background: linear-gradient(93.88deg, #12FFFF 3.77%, #05A3D5 91.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.cutomOffcanvas h4{
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.cutomOffcanvas p,
.cutomOffcanvas strong{
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.cutomOffcanvas ul{
    padding-left: 15px;
}
.cutomOffcanvas ul li{
    font-size: 24px;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
    list-style-type: disc;
}
.footCustomBtn{
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #B4B4B4;
    transform: 0.5s;
} 
.footCustomBtn:hover{
    background: linear-gradient(93.88deg, #12FFFF 3.77%, #05A3D5 91.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.BtnClose{
    opacity: .5;
    transform: 0.5s;
    cursor: pointer;
}
.BtnClose:hover{
    opacity: 1;
}
.heroImg{
    width: 100%;
    min-height: 680px;
}
.heroImg img {
    margin-top: -5px;
}
.bg-static {
    background-image: url("../images/1.png");
    background-size: 100%;
    background-position: top center;
    position: relative;
    background-repeat: no-repeat;
}
.bg-static:before{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background-image: url("../images/gif-1.gif");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    z-index: 99;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
    margin-left: 20px;
} 
.bg-move {
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    width: 100%;
    background-image: url("../images/2.png");
    background-size: cover;
    background-position: center;
}
.bg-static:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 650px;
    height: 650px;
    background-image: url("../images/3.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    z-index: 98;
    transform: translate(-50%, -50%);
    animation: rotate360 20s linear infinite;
    margin-left: 20px;
}

@keyframes rotate360 {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.blinking-dot {
    width: 15px;
    height: 15px;
    background-color: green;
    border-radius: 50%;
    animation: blink 1s infinite;
    position: absolute;
    top: 7px;
    left: 75px;
}
.foot_links li{
    position: relative;
}
@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
/*======================== header css start =======================*/
.container{
    max-width: 1080px;
}
.header {
    position: relative;
    z-index: 99;
}
.header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    -webkit-animation: slideDown 0.35s ease-out;
    width: 100%;
}
.header.is-sticky .navbarAi {
    padding: 8px 0;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@-webkit-keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.header.is-sticky .logo img {
    max-width: 80%;
}
.navbarAi{
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 20px 0;
    width: 100%;
}
.AiBtn{
    width: 150px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: #fff;
    line-height: 40px;
    height: 40px;
    background: #2D2D2D;
    border: 1px solid #494949;
    border-radius: 40px;
}

.Aipadding{
    padding-top: 10%;
}
.heroAreaAi {
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
.mainAiHeading{
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    text-align: center;
    background: linear-gradient(93.88deg, #12FFFF 3.77%, #05A3D5 91.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.mainAiHeading span{
    display: block;
    background: linear-gradient(93.88deg, #3C92FF 3.77%, #5E34F5 91.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.AiSubHeading{
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    margin-top: 30px;
    color: #B4B4B4;
}
.mainAiHeading.secondHeading span {
    display: inline-block;
}
.features-list ul {
    list-style-type: none;
    padding: 0;
}
.features-list p{
    font-size: 24px;
}
.features-list li {
    margin-bottom: 20px;
}
.features-list b {
    color: #fff;
    margin-right: 10px;
    font-size: 38px;
    line-height: 1;
}
.AiLgText{
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    background: linear-gradient(95.37deg, #FFFFFF 2.56%, #343434 120.56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: left;
}
.btnLgKeyFeatures button {
    background: #2D2D2D;
    border: 1px solid #494949;
    border-radius: 40px;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #B4B4B4;
    padding-right: 10px;
    transform: 0.5s;
}
.btnLgKeyFeatures button:hover{
    background: #000;
    color: #fff;
}
.btnLgKeyFeatures {
    text-align: center;
    margin-top: 50px;
}
.platformSec{
    padding-bottom: 10%;
}

.appStreamBg .AiLgText{
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    text-align: center;
    background: linear-gradient(93.88deg, #3C92FF 3.77%, #5E34F5 91.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.SignificantBoxInner  .AiLgText,
.appStreamInner .AiLgText{
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
    background: linear-gradient(95.37deg, #FFFFFF 2.56%, #343434 120.56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: left;

}
.SignificantBoxInner  .AiLgText{
    text-align: center;
}
.SignificantBoxInner .AiLgText small{
    font-weight: 600;
    font-size: 50px;
    line-height: normal;
    letter-spacing: normal;
    text-transform: capitalize;
    color: #FFFFFF;
    display: block;
    margin-bottom: 0;
}
.bgColor{
    background: #0D1117;
    border-radius: 30px;
}
.appStreamBg{
    background-image: url(../images/appStreamsBg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-bottom: 10%;
}
.appStreamInner{
    transform: 0.5s;
    border-radius: 40px;
}
.Streams,
.platformSec{
    background: #1A1A1A;
}
.appStreamInner:hover{
    background: #0D1117;
}
.appStreamBox p{
    margin-bottom: 30px;
}
.appStreamInner p b{
    color: #ffff;
}
.points-solution {
    background-image: url(../images/foot_pointBg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #161616;
}
.bg_gray_border{
    background: rgba(255, 255, 255, 0.01);
    border-radius: 20px;
    padding: 30px;
    transition: 0.5s;
}
.bg_gray_border:hover{
    background: rgba(255, 255, 255, 0.1);
}
.bg_gray_border  p {
    font-size: 24px;
}
.points_solution_text_lg{
    text-align: left;
    font-weight: 700;
    font-size: 60px;
    line-height: 61px;
    background: linear-gradient(95.37deg, #FFFFFF 2.56%, #343434 120.56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.points_solution_text_md{
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.points_solution_text{
    min-height: 200px;
}
.footer_bottom li a,
.foot_links li a{
    color: #B4B4B4;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
}
.footer_bottom li a:hover,
.foot_links li a:hover{
    color: #fff;
}
.footer_bottom li a{margin: 0}
.footer_bottom{
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 0;
}
.foot_title{
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #FFFFFF;
}
#footer{
    background: #0D1117;
}
.modalHeadFixed .modal-dialog {
    max-width: 80%;
    margin: 0 auto;
}
.modalHeadFixed .modal-content{
    background: #000;
    border-radius: 0;
}
.modalHeadFixed .modal-header {
    border: 0;
    position: sticky;
    display: block;
    padding: 0;
    width: 100%;
    border-radius: 0;
    z-index: 9999;
    top: 20px;
    margin-left: 20px;
}
.modalHeadFixed .modal-header img {
    cursor: pointer;
    opacity: .5;
}
.modalHeadFixed .modal-header img:hover {
    opacity: 1;
}
.keyFeaturesTitle{
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    text-align: center;
    margin-bottom: 50px;
    background: linear-gradient(93.88deg, #12FFFF 3.77%, #05A3D5 91.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.features-list .featuresTitle{
    font-size: 40px;
    font-weight: 700;
}

html.main {
    overflow: hidden;
}
.contactUS .foot_text{
    margin-bottom: 20px;
}
.contactUS .foot_text a{
    color: #B4B4B4;
}
.contactUS .foot_text a img{
    margin-right: 15px;
}
a.AiBtn2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

/*=============== slider css ===================*/
.carousel {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    padding: 10% 0;
}
.slick-slide{
  margin:0;
}
.slick-slide img{
  width:100%;
}
.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}
.slick-list.draggable {
    padding: 0 !important;
    overflow: visible;
}
.slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.5);
    z-index: 9;
    position: relative;
}
.wrap-modal-slider {
  padding: 0 30px;
  opacity: 0;
  transition: all 0.3s;
}

.wrap-modal-slider.open {
  opacity: 1;
}
.offcanvas-header{
    padding: 0;
}

#NewBanner .title-text {
  font-size: 70px;
  font-weight: bold;
  color: #62e9f7;
}
#NewBanner .section-subtitle {
  color: #888;
}
#NewBanner .icon-box {
  background-color: #1a1d21;
  padding: 20px;
  border-radius: 15px;
  transition: transform 0.2s ease-in-out;
}
#NewBanner .icon-box p{
  height: 70px;
}
#NewBanner .icon-box:hover {
  transform: translateY(-5px);
}
#NewBanner .icon {
  height: 60px;
  margin-bottom: 10px;
  color: #62e9f7;
}
#NewBanner .title-color {
  color: #8875f0;
  font-size: 50px;
}
#NewBanner .highlight {
  color: #62e9f7;
  font-weight: bold;
}
#NewBanner .rotate_360 {
  position: relative;
}

#NewBanner .rotate_img {
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: spin 100s linear infinite; 
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#NewBanner .fixed_img {
  position: relative;
  z-index: 1;
}
#NewBanner .icon-box a {
  font-size: 20px;
  display: block;
}


.smPopup .modal-header {
    border-color: rgba(255,255,255,.1);
}
.smPopup .modal-body p {
    opacity: .6;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.smPopup .modal-body li {
    list-style: disc;
    opacity: 0.7;
    line-height: 1.5;
}

.smPopup .modal-body ul {
    padding-left: 40px;
    margin-bottom: 20px;
}
.smPopup .modal-body ul li {
    list-style: disc;
}

.smPopup .modal-body img { 
    margin-bottom: 30px
}
@media (max-width: 768px) {
  #NewBanner .title-text {
    font-size: 40px;
  }
  #NewBanner .title-color {
    font-size: 30px;
  }
}


/*=============================== resposive css =================================*/
@media(max-width: 1500px){
    .bg-static:before {
        width: 70px;
        height: 70px;
        margin-left: 10px;
    }
    .bg-static:after {
        width: 500px;
        height: 500px;
    }
    .heroImg {
        min-height: 520px;
    }

}
@media(max-width: 1199px){
    .heroImg {
        min-height: 370px;
    }
    .heroImg img {
        margin-top: 0px;
    }
    .container {
        padding: 0 40px;
    }
    .bg-static:before {
        width: 40px;
        height: 40px;
    }
    .bg-static:after {
        width: 350px;
        height: 350px;
    }
    .appStreamBg .AiLgText,
    .points_solution_text_lg,
    .SignificantBoxInner .AiLgText, .appStreamInner .AiLgText,
    .mainAiHeading {
        font-size: 40px;
        line-height: 43px;
    }
    .AiSubHeading {
        font-size: 24px;
        line-height: 30px;
    }
    .SignificantBoxInner .AiLgText small,
    .AiLgText {
        font-size: 34px;
        line-height: 34px;
    }
    .points_solution_text {
        min-height: 300px;
    }
    .features-list b {
        font-size: 24px;
    }
    .features-list p {
        font-size: 18px;
    }
    .modal-dialog {
        max-width: 95%;
        margin: 0 auto;
    }
    .keyFeaturesTitle{
        font-size: 40px;
        line-height: 43px;
    }
    .features-list .featuresTitle {
        font-size: 30px;
    }
}
@media (max-width: 999px){
    .heroImg {
        min-height: 270px;
    }
    .bg-static:after {
        width: 250px;
        height: 250px;
    }
}
@media(max-width: 767px){
    .heroImg {
        min-height: 150px;
    }
    .heroImg img {
        margin-top: 4px;
    }
    .heroImg img.img1 {
        margin-top: 2px;
    }
    .container {
        padding: 0 15px;
    }
    .points_solution_text {
        min-height: auto;
        margin-bottom: 20px;
    }
    .points_solution_text_md {
        margin-bottom: 0;
    }
    .AiSubHeading br{
        display: none;
    }
    .socImg {
        margin-bottom: 40px;
    }
    body{
        font-size: 14px;
    }
    .bg_gray_border,
    .appStreamBox{
        margin-bottom: 20px;
    }
    footer#footer{
        margin-top: 10px;
    }
    #wrapper section{
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo {
        margin: auto;
    }
    .mainAiHeading {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .AiSubHeading {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .bg-static:before {
        width: 20px;
        height: 20px;
        margin-left: 3px;
    }
    .bg-static:after {
        width: 150px;
        height: 150px;
        margin-left: 0;
    }
    section.heroAreaAi.Aipadding {
        padding-bottom: 10%;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .SignificantBoxInner .AiLgText small, .AiLgText {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .btnLgKeyFeatures button{
        font-size: 16px;
    }
    .appStreamBg .AiLgText, .points_solution_text_lg, .SignificantBoxInner .AiLgText, .appStreamInner .AiLgText, .mainAiHeading {
        font-size: 30px;
        line-height: 43px;
    }
    .bgColor {
        padding: 15% 5% !important;
    }
    .features-list img,
    .carousel{
        margin-top: 30px;
    }
    .modal-body {
        margin: 50px 0;
    }
    .BtnClose {
        height: 40px;
    }
    .cutomOffcanvas {
        width: 85%;
        padding: 30px 5%;
    }
    .cutomOffcanvas h2 {
        font-size: 24px;
        margin-bottom: 0px;
    }
    .cutomOffcanvas h4 {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .cutomOffcanvas p, .cutomOffcanvas strong {
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .cutomOffcanvas ul li{
        font-size: 16px;
    }
}






