@charset "utf-8";

/* CSS Document */
body, p, h1, h2, h3, h4,h5,h6,span, ul,ol, li,dl,dt,dd,form{padding:0;margin:0;}
html, body { padding: 0; margin: 0; height:auto;}

#p0 { text-indent: 2em; }

/*.row>* {
    padding: 0;

}*/


/*--------------FONTS--------------*/
/*@font-face {
  font-family: 'Graphik-Light';
  src: url('../fonts/Graphik-Light.eot');
  src: url('../fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Graphik-Light.woff') format('woff'),
       url('../fonts/Graphik-Light.ttf') format('truetype'),
       url('../fonts/Graphik-Light.svg#Graphik-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.svgPoppins-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/

/*Header block */
header {
    position: sticky;
    top: 0;
    width: 100%;
/*    background: #3d5cbc;*/
    /*opacity: 0.1;*/
    left: 0;
    z-index: 9999;
/*    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
}


.head_main .head_blk {
    background: rgb(28 51 124);
    padding: 20px 60px;
    /*border-radius: 15px;*/
}

header .head_main {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0);
    width: 100%;
    /*z-index: 10;
    padding: 30px 0 0;*/
}
header .head_main .head-menu {
    align-items: center;
    padding-right: 0;
}
header .head_main .head-menu .menu {
    padding-right: 0;
}
header .head_main .head-menu .menu .collapse.navbar-collapse {
    justify-content: right;
}
header .head_main .head-menu .menu nav.navbar {
    background: transparent!important;
    padding: 0;
}
header .head_main .head-menu .menu nav.navbar ul.navbar-nav li {
    padding: 10px 18px;
}
header .head_main .head-menu .menu nav.navbar ul.navbar-nav li a {
     font-family: "Finlandica", sans-serif;
    color: #fff;
    display: block;
    padding: 0px;
    position: relative;
}
header .head_main .head-menu .menu nav.navbar ul.navbar-nav li a:after {
    content: "";
    clear: both;
    display: block;
    width: 0;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .5s all ease-in-out;
    margin-top: 3px;
}
header .head_main .head-menu .menu nav.navbar ul.navbar-nav li a:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;

}
header .head_main .head-menu .menu nav.navbar ul.navbar-nav li a:hover {
    color: #fff;
    transition: 1s;
}
.logo img{
    width: 100%;
}

/*Header Ends*/

/*Main Content Starts*/
.herobanner {
    background: url('../images1/blue_bg.png') no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 110px 0 250px;
}
.title-text {
      font-family: "Finlandica", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 5px;
}
.para-text {
      font-family: "Finlandica", sans-serif;
    /*font-weight: 600;*/
    color: #d2d2d2;
    /*font-size: 18px;*/
    /*text-transform: uppercase;*/
    padding-top: 10px;
    padding-bottom: 5px;
    padding: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
/*.lbtext{
    color: #1798E0 !important;
}*/
/*.btn-primary {
  background: linear-gradient(360deg, hsla(202, 79%, 52%, 1) 30%, hsla(201, 92%, 79%, 1) 100%);
  border-radius: 10px !important;
  padding: 5px;
  }
  .btn-primary:hover {
  box-shadow: 0 0 0 3px rgba(58, 49, 164, 0.3);
}*/
.btn-primary {
  background: #6d8ae6 !important;
  border-radius: 10px !important;
  padding: 10px 24px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 120, 180, 0.2);
  transform: scale(1);
}

/* On hover: zoom and glow */
.btn-primary:hover {
/*  transform: scale(1.05);*/
  box-shadow: 0 6px 18px rgba(0, 120, 180, 0.35);
  color: #fff;
}
.btn-primary-blue {
  background: #6d8ae6 !important;
  border-radius: 10px !important;
  padding: 10px 20px;
  color: #fff !important;
  font-size: 16px;
  /*font-weight: 500;*/
  transition: all 0.3s ease-in-out;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 120, 180, 0.2);
  transform: scale(1);
}

/* On hover: zoom and glow */
.btn-primary-blue:hover {
/*  transform: scale(1.05);*/
  box-shadow: 0 6px 18px rgba(0, 120, 180, 0.35);
  color: #fff;
}
.btn-outline-primary {
  background-color: transparent;
  color: #fff !important;
  border-color: #fff !important;
  border-radius: 10px !important;
  padding: 10px;
  display: inline-block;
/*  width: 110px;*/
}
.btn-outline-primary:hover{
    background-color:  #fff !important;
    color: #3A31A4 !important;
}
.btn-primary-outline {
  background:linear-gradient(360deg, hsla(202, 79%, 52%, 1) 30%, hsla(201, 92%, 79%, 1) 100%) border-box;
  color: linear-gradient(360deg, hsla(202, 79%, 52%, 1) 30%, hsla(201, 92%, 79%, 1) 100%);
  border-radius: 10px !important;
  padding: 5px;
}
.btn-primary-outline:hover{
  background-color:  #3A31A4 !important;
  color: #fff !important;
/*  border-radius: 5px;*/
  border-color: #4c4c4c;
}
.btn-secondary {
    background: #fff;
    color: #3a31a4;
    border-radius: 10px;
}
.btn-secondary:hover {
    background: #fff;
    color: #3a31a4;
}



.slideno{
    background: #229FE5;
    background: linear-gradient(to top, #229FE5 0%, #99D8FB 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    border-color: #4c4c4c;
    border-bottom:5px;
    font-size: 50px;
}

.banner_card {
    background-color: #203662;
    /*border-bottom: 5px solid #3a31a4;*/
    border-radius: 20px;
}

li.nav-item {
    font-size: 15px;
}
.banner-content{
    padding: 30px;
}

body {
    font-family: "Finlandica", sans-serif;
    background-color: #fff;
}
.tagline {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 300;
}
.taglineb {
    font-size: 20px;
    text-transform: uppercase;
    color: #494949;
    letter-spacing: 3px;
    font-weight: 400;
}
.taglinew {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 400;
}
.blue_heading {
    font-size: 35px;
    text-transform: uppercase;
    color: #2749b4;
    font-weight: 700;
}
.white_heading {
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.feature-box {
  background: #203662;
  padding: 30px 20px;
  border-radius: 15px;
  /*transition: all 0.10s ease-in-out;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);*/
  height: 100%;
  position: relative;
  text-align: left;

}
.feature-box p{
    font-size: 14px;
    color: #d2d2d2;
    letter-spacing: 0.5px;
}
.feature-box h4 {
    color: white!important;
    font-weight: bold;
    margin-top: 10px;
  }
.card-headline{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
  .smartwatch {
      max-width: 100%;
      height: auto;
      display: block;
      margin: auto;
  }

  .feature-section {
      display: flex;
      align-items: center;
/*      justify-content: space-between;*/
      flex-wrap: wrap;
      margin-top: 40px;
  }

  .features {
      flex: 1;
      max-width: 100%;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
  }
   .features h4{
    font-size: 18px;
   }

  .image-container {
      flex: 1;
      text-align: center;
  }

.image-container img {
    animation: swingEffect 1s infinite alternate ease-in-out;
}

@keyframes swingEffect {
    0% {
        transform: rotate(1deg);
    }
    100% {
        transform: rotate(-1deg);
    }
}

  @media (max-width: 991px) {
      .feature-section {
          flex-direction: column;
          text-align: center;
      }

      .features {
          max-width: 100%;
          grid-template-columns: 1fr;
      }
  }

  .feature_bg{
    background: #eef8ff;
  }
.request_contact p{
    font-size: 14px;
    color: #d2d2d2;
    letter-spacing: 0.5px;
  }
  .request_contact img{
    max-width: 60px;
  }
.blue-container{
    background: #203662;
    text-align: left;

}
.white-container{
    background: #fff;
    text-align: left;

}
.b-paratext{
    color: #203662 !important;
}
  /*Key Features Section Starts*/
  .keyfeature {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 500px;
    padding-bottom: 25px;
}
.keyfeature i{
    font-size: 30px;
    color: #3a31a4;
}
.container strong{
    font-weight: 700;
    color: #76c1ea !important;
    text-transform: uppercase;
}
.container .fw-bold{
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
}
.para-text{
    color: d2d2d2 !important;
    padding: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-circle {
    width: 60px;
    height: 60px;
    /*border: 2px dashed #3a31a4;
    border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
/*    animation: rotateEffect 5s linear infinite;*/
}
.icon-circle:after {
    content: "";
    clear: both;
    display: block;
    width: 60px;
    height: 60px;
    border: 2px dashed #3a31a4;
    border-radius: 50%;
    animation: rotateEffect 5s linear infinite;
        position: absolute;
}
@keyframes rotateEffect {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
 i {
    display: inline-block;
}
.text-content h2{
    font-size: 38px;
    font-weight: 800;
}
.text-content p{
    font-size: 16px;
    color: #d2d2d2;
/*  padding-top: 15px;*/
    letter-spacing: 0.5px;
    line-height: 30px;
}
.text-container{
    text-align: left;
}
.text-container h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.text-container p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}

/*Main Content Ends*/

.footer-copyright{
    color: #d2d2d2;
    font-size: 14px;
    letter-spacing: 1px;
}
.foot_links {
  padding: 0;
  margin: 15px auto 0;
}

.foot_links li {
  list-style: none;
  padding: 0 30px;
  position: relative;
}
.foot_links li:last-child {
    padding-right: 0;
}

.foot_links li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  border-right: 1px solid #bbb;
}

.foot_links li a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

.foot_links li a:hover {
  color: #fff;
}
.foot_cnt_btn a {
    max-width: 165px;
    width: 100%;
}
.foot_links li a:after {
    content: "";
    clear: both;
    display: block;
    width: 0;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .5s all ease-in-out;
    margin-top: 3px;
}
.foot_links li a:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;

}




        .carousel-item {
            /*background: #203662;*/

            color: #fff;
            padding: 20px 0;
        }
        .carousel-inner {
            max-width: 100%;
            margin: auto;
        }
        .row {
            align-items: center; /* Align content vertically */
        }
        .carousel-item img {
            width: 100%;
            max-width: 500px;
            height: auto;
            border-radius: 10px;
            transition: transform 0.5s ease-in-out, opacity 0.5s;
        }
        .carousel-item .text-content {
            padding: 20px;
            transition: transform 0.5s ease-in-out, opacity 0.5s;
            padding-right: 50px;
        }
        .carousel-item.active img,
        .carousel-item.active .text-content {
            transform: translateX(0);
            opacity: 1;
        }
        .carousel-item:not(.active) img {
            transform: translateX(-50px);
            opacity: 0;
        }
        .carousel-item:not(.active) .text-content {
            transform: translateX(50px);
            opacity: 0;
        }

        #banner {
      position: relative;
      height: 100vh;
      overflow: hidden;
      color: #fff;
    }

    #tsparticles {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
        opacity: 0.5;
    }

    .banner-content {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        /*height: 100%;*/
        padding: 20px 0 20px 0;
    }

    .text-content h2 {
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

.text-content h4 {
    text-transform: uppercase;
    font-weight: 700;
    background: #229FE5;
    background: linear-gradient(to top, #229FE5 0%, #99D8FB 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
.btn-align{
    width: 15px !important;
    font-weight: 800;
    margin-top: -45px;
    margin-left: -20px;
}
    .herobanner .text-content p {
      color: #d2d2d2;
    }

    .statbanner .btn-banner {
        background-color: #1798e0;
        border-radius: 10px;
        color: #3a31a4;
    }

    /*Feature Section Starts */
    .keyfeature-section {
      position: relative;
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
      height: 600px;
    }

    .circle-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
    }

    .feature-point {
      position: absolute;
      width: auto;
      /*text-align: center;*/
      color: #fff;
      font-size: 14px;
    }

    .feature-point h6 {
      font-weight: 700;
      margin-bottom: 5px;
      font-size: 18px;
      letter-spacing: 0.5px;
      color: #76c1ea;
    }

    .feature-point p {
      width: 320px;
      font-size: 14px;
      color: #d2d2d2;
      letter-spacing: 0.5px;
    }

    /* Clock 1 (top-right) */
    .pos-1 {
      top: 10%;
      right: 15%;
      transform: translate(50%, 0);
    }

    /* Clock 3 (right-center) */
    .pos-2 {
      top: 47%;
      right: 24%;
      transform: translate(100%, -50%);
    }

    /* Clock 5 (bottom-right) */
    .pos-3 {
      bottom: 16%;
      right: 15%;
      transform: translate(50%, 0);
    }

    /* Clock 7 (bottom-left) */
    .pos-4 {
      bottom: 16%;
      left: 15%;
      transform: translate(-50%, 0);
    }

    /* Clock 9 (left-center) */
    .pos-5 {
      top: 47%;
      left: 17px;
      transform: translate(-30%, -50%);
    }

    /* Clock 11 (top-left) */
    .pos-6 {
      top: 10%;
      left: 15%;
      transform: translate(-50%, 0);
    }

    .image-container1 {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 500px;
      height: 500px;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      z-index: 1;
    }

    .image-container1 img {
      width: 100%;
    }
.pos-1, .pos-2, .pos-3 {
    text-align: left;
}
.pos-4, .pos-5, .pos-6 {
    text-align: right;
}









    /*Feature Section Ends */
.right_btn{
    margin-right: 0;
    margin-left: auto;
    display: block;
    max-width: 160px;
    width: 100%;
}


footer {

    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 50px; /* Add space between content and footer */
}



.main_banner h6 {
    position: relative;
}
.main_banner h6:before {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    left: -22px;
    top: 0px;
    background: #249EE5;
    background: linear-gradient(0deg,rgba(36, 158, 229, 1) 0%, rgba(147, 214, 250, 1) 100%);
    width: 5px;
    height: 25px;
    border-radius: 50px;
}

.email-box {
  background-color: #fff;
  border-radius: 15px;
  max-width: 550px;
  width: 100%;
}

.email-input {
  border: none;
  border-radius: 999px 0 0 999px;
  padding: 5px 10px;
  box-shadow: none;
}

.email-input:focus {
  box-shadow: none;
}

.btn-demo {
  background-color: #5c80f6;
  color: #fff;
  border-radius: 0 999px 999px 0;
  padding: 0.75rem 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.btn-demo:hover {
  background-color: #4a6fd1;
  color: #fff;
}

.grey_section{
    background: #efefef;
    /*padding-top: 200px;*/
    margin-top: -170px;
}
.how_section img {
   text-align: center;
}
.explore_bg {
    background: url('../images1/blue_bg.png') no-repeat center center fixed;
    border-radius: 10px;

}
.footer_para{
    text-align: left !important;
    font-size: 14px;
    color: #d7d7d7;
    display: block;
    letter-spacing: 0.5px;
}
.services_heading{
    text-align: left !important;
    /*text-transform: uppercase;*/
    font-size: 18px;
    color: #2749b4;
    display: block;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}
.services_para{
    text-align: left !important;
    font-size: 14px;
    color: #2a2a2a;
    display: block;
    letter-spacing: 0.5px;
}
.footer_line {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid rgba(228, 228, 228, 0.1);
}
.footer_line_right {
/*    padding-top: 20px;
    padding-bottom: 20px;*/
    border-right: 0.5px solid rgba(228, 228, 228, 0.1);
}
.footer_heading {
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 10px;
}
.footer .email-box {
  background-color: #fff;
  border-radius: 15px;
/*  max-width: 500px;*/
  width: 100%;
}
.text-left {
    text-align: left !important;
}
.logo img{
    width: 150px !important;
}
.logo_header img{
/*    width: 85% !important;*/
    max-width: 140px !important;
    width: 100%;
}
.form-control {
    border: none ! important;
}
img {
    width: auto;
}
.service-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  /*gap: 10px;*/
  margin: 20px 0;
}

.service-label {
  border: 2px solid #6c8ef5;
  padding: 1px 7px;
  border-radius: 10px;
  font-weight: bold;
  color: #f35b84;
  font-size: 16px;
  white-space: nowrap;
}

.line {
  position: relative;
  height: 1px;
  background-color: #6c8ef5;
  flex: 1;
}

.line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #6c8ef5;
  border-radius: 50%;
}

.left-line::after {
  left: 0;
}

.right-line::after {
  right: 0;
}
.card {
    border: 2px solid #6d8ae6;
    border-radius: 15px;
}
footer {
    background: url(../images1/blue_bg.png) no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
}
.how_section .card {
    padding: 20px;
}
.how_section .card h6 {
    text-transform: uppercase;
    color: #6c8ef5;
    padding-bottom: 10px;
}
.how_section .card h5 {
    color: #2a2a2a;
    /*font-weight: bold;*/
    padding-bottom: 12px;
}
.how_section .card h5 b {
    color: #f35b84;
}
.video_section {
    margin-top: -200px;
    position: relative;
}
.video_section .video_blk {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
}
.icon_arw {
    width: 22px;
    height: 22px;
    display: block;
    border: 1px solid #6c8ef5;
    border-radius: 100%;
    line-height: 18px;
    margin-left: 5px;
}
.icon_arw img {
    width: 100%;
    width: 10px;
    height: 10px;
}
.lnk_btn {
    max-width: 155px;
    width: 100%;
    align-items: center;
    padding: 10px;
}
.icon_arw.icon_wht {
    border-color: #fff;

}

.dashb .btn-group .btn-outline-primary1.active {
    background-color: #3a31a4 !important;
    background: #3a31a4 !important;
    color: #fff;
}
