@font-face {
    font-family: Ubuntu-Regular;
    src: url(../fonts/Ubuntu/Ubuntu-Regular.ttf);
}

@font-face {
    font-family: Ubuntu-Bold;
    src: url(../fonts/Ubuntu/Ubuntu/Ubuntu-Bold.ttf);
}

@font-face {
    font-family: Ubuntu-Medium;
    src: url(../fonts/Ubuntu/Ubuntu/Ubuntu-Medium.ttf);
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button {
    font-family: 'Ubuntu', sans-serif !important;
}

body {
    min-height: 100vh;
}

.navbar-top {
    padding: 7px 46px;
    background-color: var(--Neutrals100);
}

.support-element {
    padding-top: 5px;
    position: relative;
    top: 5px;
}

.navbar-purple
{
    background-color: var(--Primary1);
    padding: 6px 46px;
    position: relative;
    z-index: 99;
}

.navbar-purple-text
{
    margin-bottom: 0;
    color: var(--Neutrals100);
    font-size: var(--xxxSmall);
}

.navbar-purple-text img
{
    width: 19px;
    margin-right: 7px;
}

.navbar-brand .svg-avatar {
    width: 240px;
    height: 79px;
    top: 2px;
    position: relative;
    z-index: 5;
}

.btn-primary {
    background-color: var(--Primary2);
    font-size: var(--xxSmall);
    border-color: var(--Primary2);
}

.support-element ul li{
    display: inline-flex;
    justify-content: right;
}

.support-element ul li a{
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-size: var(--xxSmall);
    font-weight: var(--semiBold);
    text-transform: capitalize;
    color: var(--Primary1);
    padding-right: 8px;
    margin: 20px 0px 20px 20px;
}

.support-element ul li:first-child a{
    padding-right: 26px;
}

.support-element ul li a img{
  width: 20px;
  margin-right: 5px;
}

.support-element ul li .login-btn:before {
    content: "";
    display: block;
    border-right: 2px solid var(--Neutrals600);
    height: 20px;
    position: absolute;
    right: 0;
    padding-right: 5px;
    /* border-right: 2px solid var(--Neutrals600); */
    position: absolute;
    top: 23px;
}

.support-element ul li button {
    text-transform: capitalize;
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--semiBold) !important;
    letter-spacing: 0.3px;
}

.btn-style1 {
    padding: 12px 28px;
    border-radius: 33px;
    text-align: center;
    cursor: pointer;
}

.btn-style1:hover {
    background-color: var(--PrimaryHover);
}

.btn-style2:hover {
    background-color: var(--PrimaryHover);
}

.btn-style2 {
    padding: 4px 13px;
    border-radius: 10px;
    text-align: center;
    font-size: var(--small);
}

.btn-style2 img{
   width: 25px;
}

.navbar-green {
    /* background-color: var(--Secondary1); */
    background: var(--background1);
    background-color: Secondary1;
    padding: 0px 45px;
    /* position: relative; */
    z-index: 11111111;
}
.navbar-green .navbar-nav .nav-item {
    border-right: 1px solid var(--Neutrals400);
    border-left: 1px solid var(--Neutrals400);
}

.navbar-green .navbar-nav .nav-item:first-child {
    border-right: 1px solid var(--Neutrals400);
    border-left: 1px solid var(--background1);
}

.navbar-green .navbar-nav .nav-item:last-child {
    border-right: 1px solid var(--background1);
    border-left: 1px solid var(--Neutrals400);
}

.navbar-green .navbar-nav .nav-item .nav-link {
    font-size: var(--xxSmall);
    font-weight: var(--regular);
    color: var(--Neutrals100);
    padding: 6px 27px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--regular) ;
}

.ciraai-form2
{
    justify-content: left;
    align-items: center;
    vertical-align: middle;
    display: flex;
}
.navbar-green .navbar-nav .nav-item .nav-link:hover {
    background-color: var(--Primary1);
    color: var(--Neutrals100)!important;
}

.menubar ul li {
    display: inline-flex;
    margin-left: 2px;
}

.menubar ul li a svg
{
    width: 30px;
    height: 27px;
}

.navbar-green .navbar-nav .nav-item .nav-link.active {
    background-color: var(--Primary1);
    color: var(--Neutrals100);
    border-radius: 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--semiBold) !important;
    /* box-shadow: 0px 3px 11px -8px #000; */
}

.main-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.anim-bubbles {
    position: fixed;
    display: flex;
    /* height: 100%; */
    z-index: 0;
}

.anim-bubbles span:nth-child(1) {
    --i: 10;
    animation: animate 1s linear infinite;
    animation-duration: calc(300s / var(--i));
    /* animation-delay: ; */
}

.anim-bubbles span:nth-child(2) {
    --i: 10;
    animation: animate2 10s linear infinite;
    animation-duration: calc(200s / var(--i));
    /* animation-delay: ; */
}

.anim-bubbles span:nth-child(3) {
    --i: 10;
    animation: animate 1s linear infinite;
    animation-duration: calc(300s / var(--i));
    /* animation-delay: ; */
}

.anim-bubbles span:nth-child(4) {
    --i: 7;
    animation: animate 1s linear infinite;
    animation-duration: calc(200s / var(--i));
    /* animation-delay: ; */
}

.anim-bubbles span:nth-child(5) {
    --i: 9;
    animation: animate 1s linear infinite;
    animation-duration: calc(200s / var(--i));
    /* animation-delay: ; */
}

.anim-bubbles span:nth-child(6) {
    --i: 4;
    animation: animate 1s linear infinite;
    animation-duration: calc(200s / var(--i));
    /* animation-delay: ; */
}

.anim-bubbles span:nth-child(7) {
    --i: 2;
    animation: animate 1s linear infinite;
    animation-duration: calc(200s / var(--i));
    /* animation-delay: ; */
}

.anim-bubbles span:nth-child(8) {
    --i: 7;
    animation: animate 1s linear infinite;
    animation-duration: calc(200s / var(--i));
    /* animation-delay: ; */
}

.anim-bubbles span:nth-child(9) {
    --i: 6;
    animation: animate 1s linear infinite;
    animation-duration: calc(200s / var(--i));
    /* animation-delay: ; */
}

.anim-bubbles span:nth-child(10) {
    --i: 3;
    animation: animate 1s linear infinite;
    animation-duration: calc(200s / var(--i));
    /* animation-delay: ; */
}

.anim-bubbles span:nth-child(11) {
    --i: 8;
    animation: animate 1s linear infinite;
    animation-duration: calc(200s / var(--i));
    /* animation-delay: ; */
}

.anim-bubbles span:nth-child(12) {
    --i: 6;
    animation: animate 1s linear infinite;
    animation-duration: calc(200s / var(--i));
    /* animation-delay: ; */
}

.anim-bubbles span {
    position: relative;
    width: 25px;
    height: 25px;
    margin: 30px 80px;
    border-radius: 50%;
    /* background: radial-gradient(circle, rgba(255, 255, 255, 1) 20%, rgba(218, 182, 255, 1) 90%); */
    /* background-color: transparent; */
    background: rgb(218, 182, 255);
    background: radial-gradient(circle, rgba(218, 182, 255, 1) 0%, rgba(129, 38, 220, 1) 100%);
    opacity: 0.8;
}

.anim-bubbles span.brd {
    position: relative;
    width: 25px;
    height: 25px;
    margin: 30px 40px;
    border-radius: 50%;
    background: none;
    background-color: transparent;
    opacity: 0.8;
}

.anim-bubbles span img {
    position: relative;
    width: 70px;
    height: 70px;
    /* margin: 30px 39px;
    animation: animate 15s linear infinite;
    animation-duration: calc(100s / var(--i));
    opacity: 0.8; */
}

.anim-bubbles span:nth-child(even) {
    background: rgb(218, 182, 255);
    background: radial-gradient(circle, rgba(218, 182, 255, 1) 0%, rgba(129, 38, 220, 1) 100%);
}

.ad-element {
    position: relative;
    z-index: 11;
}

@keyframes animate {
    0% {
        transform: translateY(70vh) scale(0.5);
    }

    100% {
        transform: translateY(-50vh) scale(0.6);
    }
}

@keyframes animate2 {
    0% {
        transform: translateY(140vh) scale(0.5);
    }

    100% {
        transform: translateY(-49vh) scale(0.6);
    }
}

@keyframes animate3 {
    0% {
        transform: translateY(210vh) scale(0.5);
    }

    100% {
        transform: translateY(-49vh) scale(0.6);
    }
}

@keyframes animate4 {
    0% {
        transform: translateY(280vh) scale(0.5);
    }

    100% {
        transform: translateY(-49vh) scale(0.6);
    }
}

@keyframes animate5 {
    0% {
        transform: translateY(350vh) scale(0.5);
    }

    100% {
        transform: translateY(-49vh) scale(0.6);
    }
}

@keyframes animate6 {
    0% {
        transform: translateY(420vh) scale(0.5);
    }

    100% {
        transform: translateY(-49vh) scale(0.6);
    }
}

@keyframes animate7 {
    0% {
        transform: translateY(490vh) scale(0.5);
    }

    100% {
        transform: translateY(-49vh) scale(0.6);
    }
}

@keyframes animate8 {
    0% {
        transform: translateY(560vh) scale(0.5);
    }

    100% {
        transform: translateY(-49vh) scale(0.6);
    }
}

@keyframes animate9 {
    0% {
        transform: translateY(630vh) scale(0.5);
    }

    100% {
        transform: translateY(-49vh) scale(0.6);
    }
}

@keyframes animate10 {
    0% {
        transform: translateY(700vh) scale(0.5);
    }

    100% {
        transform: translateY(-49vh) scale(0.6);
    }
}

@keyframes animate11 {
    0% {
        transform: translateY(770vh) scale(0.5);
    }

    100% {
        transform: translateY(-49vh) scale(0.6);
    }
}


@keyframes animate12 {
    0% {
        transform: translateY(840vh) scale(0.5);
    }

    100% {
        transform: translateY(-49vh) scale(0.6);
    }
}


@keyframes animate13 {
    0% {
        transform: translateY(910vh) scale(0.5);
    }

    100% {
        transform: translateY(-49vh) scale(0.6);
    }
}



/* ========================== about section ============================*/

.about-section h1 {
    font-size: var(--heading7);
    font-weight: var(--bold);
    color: var(--Primary1);
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    z-index: 15;
}

.about-section h4 {
    font-size: var(--small);
    color: var(--Neutrals800);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--semiBold) !important;
    margin-bottom: 22px;
    position: relative;
    z-index: 99;
}

.about-section p {
    font-size: var(--xxSmall);
    font-weight: var(--regular);
    color: var(--Neutrals600);
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
}

.btn-secondary {
    background-color: var(--Primary1);
    font-size: var(--xSmall);
    border-color: var(--Primary1);
}

.player video {
    border-radius: 24px;
}


.player img {
    width: 100%;
}

.service-block {
    position: relative;
    z-index: 11;
}

.player img {
    position: relative;
    z-index: 11;
}

canvas {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 701px;
}

#about {
    background: transparent;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.founder
{
    padding: 0;
    margin-top: 35px;
    box-shadow: 1px 3px 9px -2px var(--Primary3);
}
.polygon-img
{
    position: relative;
}
 
  .polygon-img2 {
    position: relative;
    height: 266px;
}

.team2
{
    padding-top: 80px;
}
 
  .t-layout-heading
  {
    padding: 20px 20px;
  }

  .t-layout-desc
  {
    padding: 8px 20px 20px 20px;
  }

  .t-layout-heading h4
  {
    font-size: var(--small);
    color: var(--Primary1);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--bold) !important;
    margin-bottom: 0;
    margin-top: 5px;
    letter-spacing: 0.5px;
  }

  .t-layout-desc p
  {
    font-size: var(--xxSmall);
    color: var(--Neutrals600);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--regular) !important;
  }

  .t-layout-big
  {
    width: 100%;
    height: 100%;
  }

  .t-layout-big img
  {
    width: 100%;
    height: 100%;
  }

  .t-layout-heading2
  {
    padding: 14px 5px 1px 5px;
  }

  .t-layout-desc2
  {
    padding:8px 11px 11px 5px;
  }

  .t-layout-heading2 h4
  {
    font-size: var(--xxSmall);
    color: var(--Primary1);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--semiBold) !important;
    margin-bottom: 8px;
    margin-top: 1px;
    /* letter-spacing: 0.5px; */
  }

  .t-layout-desc2 p
  {
    font-size: var(--xxxSmall);
    color: var(--Neutrals600);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--regular) !important;
  }

  .t-layout-heading2 h6
  {
    font-size: var(--xxxSmall);
    color: var(--Neutrals600);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--semiBold) !important;
  }

  .t-layout-big2
  {
    width: 100%;
    height: 100%;
  }

  .t-layout-big2 img
  {
    width: 100%;
    height: 100%;
  }
/* ============================== mission =================================== */

#mission {
    background-image: url(../images/mission-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* ============================== services =================================== */

#services {
    background-image: url(../images/Mask-group.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-bottom: 76px;
    padding-top: 50px;
    border-radius: 0 0 32px 32px;
    margin: 0px 8px 0px 8px;
}

.green-overlay {
    background-color: transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(115, 245, 167, 1) 80%);
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content {
    padding-top: 0;
}

.service-section h1 {
    font-size: var(--heading7);
    font-weight: var(--bold);
    color: var(--Primary1);
    font-family: 'Ubuntu', sans-serif;
}

.service-section h4 {
    font-size: var(--small);
    color: var(--Neutrals800);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--semiBold) !important;
    margin-bottom: 20px;
}

.service-section p {
    font-size: var(--xxSmall);
    font-weight: var(--regular);
    color: var(--Neutrals600);
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.6;
    margin-bottom: 35px;
}

.service-block-head h4 {
    font-size: var(--heading5);
    color: var(--Neutrals800);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--semiBold) !important;
    padding: 10px 10px;
}

.service-block-text p {
    font-size: var(--xxxxSmall);
    font-weight: var(--regular);
    color: var(--Neutrals600);
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-top: 15px;
}

.service-block {
    border: 1px solid var(--Secondary1);
    border-radius: 23px;
    background-color: #fff;
    position: relative;
    padding: 20px 25px 21px 25px;
}

.purple-overlay {
    background-color: transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(228, 203, 253, 1) 80%, rgba(228, 203, 253, 1) 90%);
    opacity: 0.4;
    position: absolute;
    top: 108px;
    left: 0;
    width: 100%;
    height: 62%;
    border-radius: 12px;
}


.service-img img
{
  width: 60px;
}

.service-block-head {
    justify-content: start;
    display: flex;
    text-align: center;
    vertical-align: middle;
    align-items: center;
}

.service-block .redirect-link {
    background-color: var(--Primary1);
    position: absolute;
    bottom: 2%;
    right: 2%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}

.service-block .redirect-link svg {
    width: 28px;
    height: 28px;
}

.service-block .redirect-link2 {
    background-color: var(--Primary1);
    position: absolute;
    bottom: 2%;
    right: 2%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}

.service-block .redirect-link2 svg {
    width: 24px;
    height: 24px;
}

.service-block {
    background-image: url(../images/purple-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* ============================== solutions =================================== */

#solution {
    background-image: url(../images/solution-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.service-block-head2 h3 {
    font-size: var(--large2);
    color: var(--Neutrals800);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--bold) !important;
    margin-bottom: 4px;
}

.solution-gap {
    padding-bottom: 30px;
}

.service-block2 {
    -webkit-box-shadow: 1px 4px 7px 0px #d3d3d3;
    -moz-box-shadow: 1px 4px 7px 0px #d3d3d3;
    box-shadow: 1px 4px 7px 0px #d3d3d3;
}

.gap-30 {
    padding: 50px 54px 50px 28px;
}

.gap-40 {
    padding: 20px 51px 20px 48px;
    position: relative;
}

.gap-50 {
    padding: 50px 15px 50px 0px;
}

.gap-60 {
    padding: 21px 46px 20px 30px;
    position: relative;
}

.gap-25 {
    padding: 27px 55px 36px 40px;
}

.img-fluid {
    position: relative;
}

.gap-20 {
    padding: 27px 10px 10px 65px;
    display: flex;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}

.vector1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 800px;
    height: 800px;
    z-index: 1;
    background-image: url(../images/Vector\ 4.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.content2 {
    padding-bottom: 90px;
    padding-top: 50px;
}

.content3 {
    padding-bottom: 30px;
}

.solution-block {
    margin-top: 60px;
}

/* ============================== footer =================================== */

.address b
{
    font-size: var(--xxSmall);
    color: var(--Primary1)!important;
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--semiBold) !important;
}

.wave {
    display: block;
    position: relative;
    height: 40px;
    width: 100%;
    background: rgb(99, 23, 175);
    transform: scale(1, 1.5);
  }
  
  .wave:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 300px;
    background-color: white;
    right: -25%;
    top: 20px;
  }
  
  .wave:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 300px;
    background-color: rgb(99, 23, 175);
    left: -25%;
    top: -240px;
    clip-path: ellipse(100% 15% at 100% 100%);
  }

#footer {
    background-image: url(../images/footer-bg3.png);
    /* background-attachment: fixed; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* height: 662px; */
}


.copyright ul li a.link-header2 {
    font-size: var(--xSmall);
    color: var(--Primary1);
    font-weight: var(--semiBold) !important;
    text-decoration: none;
}

.footer {
    padding: 67px 43px;
}

.footer-list {
    position: relative;
    top: 0px;
    padding: 37px 0px 10px 0px;
}

.footer-list ul li a {
    font-size: var(--xxSmall);
    color: var(--Neutrals700);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--regular) !important;
    text-decoration: none;
    /* letter-spacing: 0.2px; */
}

.footer-list ul li a:hover {
    color: var(--Primary1);
}


.footer-list ul li.address {
    font-size: var(--xxSmall);
    color: var(--Neutrals700);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--regular) !important;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-list ul li.address span {
    font-size: var(--xxSmall);
    color: var(--Primary1)!important;
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--regular) !important;
}

.footer-list ul li {
    line-height: 1.6;
}

.footer-list ul li a.link-header {
    font-size: var(--small);
    color: var(--Neutrals700);
    font-weight: var(--semiBold) !important;
}

.footer-list ul li a.link-header2 {
    font-size: var(--xxSmall);
    color: var(--Primary1);
    font-weight: var(--semiBold) !important;
}

.link-header3 p a {
    font-size: var(--small);
    color: var(--Primary1);
    font-weight: var(--semiBold) !important;
    text-decoration: none;
    list-style: none;
}

.link-header4 p a {
    font-size: var(--xxxxSmall);
    color: var(--Neutrals900);
    font-weight: var(--semiBold) !important;
    text-decoration: none;
    list-style: none;
}

.link-header3 p a img {
    width: 60px;
}

.link-header3 {
    padding-top: 10px;
}

.link-header4 {
    padding-top: 10px;
}



.footer-list ul li:first-child {
    margin-bottom: 8px;
}

.footer-list .navbar-brand
{
    position: relative;
    top: 41%;
}

.footer2 p{
    font-size:var(--xxxxSmall);
    color: var(--Neutrals100);
    text-decoration: none;
    font-weight: var(--regular) !important;
}

.footer2 p span a{
    font-size:var(--xxxxSmall);
    color: var(--Neutrals100);
    text-decoration: none;
    font-weight: var(--regular) !important;
}

.footer2 ul li a.link-header {
    font-size: var(--small);
    color: var(--Neutrals700);
    font-weight: var(--semiBold) !important;
    text-decoration: none;
}

.footer2 ul li a svg{
   width: 40px;
   height: 40px;
}

.footer2 ul li a svg:hover circle{
    color: var(--Neutrals700);
 }

 .footer2 ul li a svg:hover path{
    color: var(--Neutrals700);
 }

 .footer2 ul li{
   display: inline-flex;
   margin-left: 10px;
 }

 .copyright-social
 {
    position: relative;
    top: 160px;
    padding: 0px 60px;
 }




/* .link-header4 p a {
    text-decoration: none;
    list-style: none;
} */


/* ================================ animation =========================== */

.anim1 {
    position: absolute;
    bottom: 0;
    right: 5%;
}

.anim2 {
    position: absolute;
    top: 8%;
    left: 13%;
}

.anim3 {
    position: absolute;
    top: 43%;
    left: 5%;
}

.anim4 {
    position: absolute;
    top: -3.3%;
    left: 7%;
}

.anim5 {
    position: absolute;
    top: 51%;
    left: 7%;
    z-index: 0;
}

.anim6 {
    position: absolute;
    bottom: 6px;
    left: -4%;
    z-index: 0;
}

.anim7 {
    position: absolute;
    bottom: -28px;
    right: 6%;
    z-index: 0;
}

.anim8 {
    position: absolute;
    top: 14%;
    left: 5%;
    z-index: 0;
}

.anim9 {
    position: absolute;
    bottom: -3%;
    right: 36%;
    z-index: 0;
}

.anim img {
    width: 55px;
    height: 55px;
    position: relative;
}

.anim3 img {
    width: 60px;
    height: 60px;
    position: relative;
}

.anim4 img {
    width: 70px;
    height: 70px;
    position: relative;
}

.anim5 img {
    width: 53px;
    height: 53px;
    position: relative;
}

.anim6 img {
    width: 53px;
    height: 53px;
    position: relative;
}

.anim7 img {
    width: 50px;
    height: 50px;
    position: relative;
}

.anim8 img {
    width: 50px;
    height: 50px;
    position: relative;
}

.anim9 img {
    width: 100px;
    height: 100px;
    position: relative;
}

.anim1 img {
    animation: animation_one 2s linear infinite;
    animation-duration: 30s;
}

.anim2 img {
    animation: animation_four 3s linear infinite;
    animation-duration: 5s;
}

.anim3 img {
    animation: animation_three 2s linear infinite;
    animation-duration: 50s;
}

.anim4 img {
    animation: animation_four 3s linear infinite;
    animation-duration: 5s;
    transition: transform .3s;
}

.anim5 img {
    animation: animation_five 1s linear infinite;
    animation-duration: 1s;
    transition: transform .1s;
}

.anim6 img {
    animation: animation_five 1s linear infinite;
    animation-duration: 1s;
    transition: transform .1s;
}

.anim7 img {
    animation: animation_five 1s linear infinite;
    animation-duration: 1s;
    transition: transform .1s;
}

.anim8 img {
    animation: animation_five 1s linear infinite;
    animation-duration: 1s;
    transition: transform .1s;
}

.anim9 img {
    animation: animation_five 1s linear infinite;
    animation-duration: 1s;
    transition: transform .1s;
}

@keyframes animation_one {
    0% {
        left: 0px;
        top: 0px;
    }

    25% {
        left: -200px;
        top: 0px;
    }

    50% {
        left: 0;
        top: 0;
    }

    75% {
        left: 0;
        top: 0;
    }

    100% {
        left: 0px;
        top: 0px;
    }

    /* 0%   {left:0px; top:0px;}
    25%  {left:-200px; top:0px;}
    50%  {left:-200px; top:-1100px;}
    75%  {left:-200px; top: 0;}
    100% {left:0px; top:0px;} */
}

@keyframes animation_two {
    /* 0%   {left:0px; top:0px;}
    25%  {left:200px; top:0px;}
    50%  {left:200px; top:200px;}
    75%  {left:0px; top:200px;}
    100% {left:0px; top:0px;} */

    /* 0%   {left:0px; top:0px;}
    20%  {left:480px; top:0px;}
    40%  {left:480px; top:-520px;}
    60%  {left:0px; top:-520px;}
    80%  {left:0px; top:0;}
    100% {left:0px; top:0px;} */


}

@keyframes animation_three {
    0% {
        left: 0px;
    }

    30% {
        left: 300px
    }

    40% {
        left: 400px
    }

    50% {
        left: 500px
    }

    60% {
        left: 600px
    }

    70% {
        left: 500px
    }

    80% {
        left: 400px
    }

    90% {
        left: 300px
    }

    100% {
        left: 0px
    }
}

@keyframes animation_four {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.01);
    }

    40% {
        transform: scale(1.03);
    }

    50% {
        transform: scale(1.05);
    }

    60% {
        transform: scale(1.07);
    }

    70% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(1.03);
    }

    90% {
        transform: scale(1.01);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animation_five {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.02);
    }

    40% {
        transform: scale(1.05);
    }

    50% {
        transform: scale(1.07);
    }

    60% {
        transform: scale(1.09);
    }

    70% {
        transform: scale(1.07);
    }

    80% {
        transform: scale(1.05);
    }

    90% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}


/* 
.animated-bits
{
    min-height: 300px;
} */

.loader {
    /* position: fixed; */
    display: none;
    /* justify-content: center;
    vertical-align: middle;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: var(--Neutrals900); */
}

.hide {
    /* positin: fixed; */
    display: none;
}


/* ==================================== about us =================================*/

.section2 {
    padding: 10px 10px;
    position: relative;
    z-index: 1;
}

.section2 h1 span
{
    font-weight: var(--bold);
    font-style: italic;
}

.section2 h1 {
    font-size: var(--heading8);
    font-weight: var(--semiBold);
    color: var(--Primary1);
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
}

.section2 h4 {
    font-size: var(--large);
    color: var(--Neutrals800);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--semiBold) !important;
    margin-bottom: 20px;
    line-height: 1.4;
}
.section55 h1 span
{
    font-weight: var(--bold);
    font-style: italic;
}

.section55 h1 {
    font-size: var(--heading8);
    font-weight: var(--semiBold);
    color: var(--Primary1);
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
}

.section55 h4 {
    font-size: var(--large);
    color: var(--Neutrals800);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--semiBold) !important;
    margin-bottom: 20px;
    line-height: 1.4;
}
.section3 img {
    width: 100%;
    text-align: center;
    border-radius: 17px;
    position: relative;
    z-index: 1;
}

.section2 {
    height: 245px;
    position: relative;
    z-index: 1;
}

.section55 {
    position: relative;
    z-index: 1;
}


.section222 {
    /* height: 245px; */
    position: relative;
    z-index: 1;
}

.section222 {
    padding: 10px 10px;
    position: relative;
    z-index: 1;
}

.section222 h1 {
    font-size: var(--heading8);
    font-weight: var(--regular);
    color: var(--Primary1);
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
}

.section222 h1 span{
    font-size: var(--heading8);
    font-weight: var(--bold);
    font-style: italic;
    color: var(--Primary1);
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
}

.about-company {
    padding: 40px 10px 80px 10px;
}

.section2 p {
    font-size: var(--xxSmall);
    color: var(--Neutrals600);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--regular) !important;
    line-height: 1.4;
}

.section2 p span{
    font-size: var(--xxSmall);
    color: var(--Neutrals600);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--bold) !important;
    line-height: 1.4;
    font-style: italic;
}
.about-services-sction h1 {
    font-size: var(--heading7);
    font-weight: var(--bold);
    color: var(--Primary1);
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 10px
}

.about-services-sction h4 {
    font-size: var(--small);
    color: var(--Neutrals800);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--semiBold) !important;
    margin-bottom: 20px;
    line-height: 1.4;
}

.about-services-sction p {
    font-size: var(--xxSmall);
    font-weight: var(--regular);
    color: var(--Neutrals600);
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.6;
    margin-bottom: 35px;
}

.about-services {
    padding: 50px 50px 50px 50px;
}

.t-layout {
    padding: 0px 15px;
    position: relative;
    transition: transform .2s;
    /* Animation */
}

.t-layout img {
    width: 100%;
    transition: transform .2s;
}

.layout-text {
    padding: 11px 36px;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    display: block;
    justify-content: center;
    /* vertical-align: middle; */
    text-align: center;
}

.layout-text h4 {
    font-size: var(--xxSmall);
    color: var(--Neutrals800);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--semiBold) !important;
    margin-bottom: 5px;
    margin-top: 5px;
}

.layout-text h6 {
    font-size: var(--xxxSmall);
    color: var(--Primary1);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--semiBold) !important;
}

.team {
    padding-top: 28px;
}

.t-layout:hover{
    transform: scale(1.1);
}

/* .t-layout img:hover{
    -webkit-box-shadow: 1px 4px 7px 0px #d3d3d3;
    -moz-box-shadow: 1px 4px 7px 0px #d3d3d3;
    box-shadow: 1px 4px 7px 0px #d3d3d3;
    border-radius: 20px;
} */

.dm-text {
    padding: 20px 20px 40px 20px;
}

.text-section {
    padding-top: 80px;
}

.dm-text p {
    font-size: var(--xxSmall);
    color: var(--Neutrals600);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--regular) !important;
    margin-bottom: 20px;
}

.anim11 {
    position: absolute;
    top: -6%;
    left: 0%;
    z-index: 0;
}

.anim11 img {
    width: 55px;
    height: 55px;
    position: relative;
    animation: animation_five 1s linear infinite;
    animation-duration: 1s;
    transition: transform .1s;
}

.anim12 {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 0;
}

.anim12 img {
    width: 55px;
    height: 55px;
    position: relative;
    animation: animation_five 1s linear infinite;
    animation-duration: 1s;
    transition: transform .1s;
}

.anim13 {
    position: absolute;
    bottom: -8%;
    left: 2%;
    z-index: 0;
}

.anim13 img {
    width: 60px;
    height: 60px;
    position: relative;
    animation: animation_five 1s linear infinite;
    animation-duration: 1s;
    transition: transform .1s;
}




/* ==================================== services =================================*/

.section2 h5:last-child
{
    margin-top: 20px;
}

.about-services-sction h1 {
    font-size: var(--heading7);
    font-weight: var(--bold);
    color: var(--Primary1);
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 10px
}

.about-services-sction h4 {
    font-size: var(--small);
    color: var(--Neutrals800);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--semiBold) !important;
    margin-bottom: 20px;
    line-height: 1.4;
}

.about-services-sction p {
    font-size: var(--xxSmall);
    font-weight: var(--regular);
    color: var(--Neutrals600);
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.6;
    margin-bottom: 35px;
}

.section4 h5 {
    font-size: var(--xxSmall);
    color: var(--Neutrals600);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--regular) !important;
    line-height: 1.4;
}

.section4 {
    height: 220px;
    padding-top: 27px;
}

.section4 h5 {
    font-size: var(--xxSmall);
    color: var(--Neutrals600);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--regular) !important;
    line-height: 1.4;
}

.section4 h5:last-child
{
    margin-top: 20px;
}

.cntent-space
{
    padding-top: 30px;
}

.anim14 {
    position: absolute;
    top: 0%;
    left: 6%;
    z-index: 0;
}

.anim14 img {
    width: 60px;
    height: 60px;
    position: relative;
    animation: animation_five 1s linear infinite;
    animation-duration: 1s;
    transition: transform .1s;
}

.anim15 {
    position: absolute;
    top: 41%;
    right: 7%;
    z-index: 0;
}

.anim15 img {
    width: 50px;
    height: 50px;
    position: relative;
    animation: animation_five 1s linear infinite;
    animation-duration: 1s;
    transition: transform .1s;
    z-index: 3;
}

/* ==================================== contact =================================*/

.section2 h2 {
    font-size: var(--heading10);
    font-weight: var(--bold);
    color: var(--Primary1);
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
    position: relative;
    left: -20px;
}

.section2 h2 img
{
    position: relative;
    left: 2%;
    width: 48px;
}

.contact-form
{
    padding: 50px 10px;
}

.form-headings h1
{
    font-size: var(--heading8);
    font-weight: var(--bold);
    color: var(--Primary1);
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
    text-align: center;
}

.ciraai-form .form-label
{
    font-size: var(--xxSmall);
    font-weight: var(--bold);
    color: var(--Neutrals800);
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 10px;
}

.ciraai-form .form-control
{
    font-size: var(--xxxxSmall);
    font-weight: var(--regular);
    color: var(--Neutrals900);
    font-family: 'Ubuntu', sans-serif;
    width: 100%;
    -webkit-box-shadow: 1px 3px 10px -4px #d3d3d3;
    -moz-box-shadow: 1px 3px 10px -4px #d3d3d3;
    box-shadow: 1px 3px 10px -4px #d3d3d3;
    padding: 11px 15px;
    border-radius: 13px;
    border: 1px solid var(--Neutrals400);
}

.ciraai-form .form-control::placeholder
{
    color: var(--Neutrals600);
}

.gap100
{
    margin-bottom: 13px;
    position: relative;
    z-index: 1;
}

.form-headings222
{
    padding-bottom: 30px;
}

.gap200
{
    -webkit-box-shadow: 1px 3px 9px -2px var(--Primary3);
    -moz-box-shadow: 1px 3px 9px -2px var(--Primary3);
    box-shadow: 1px 3px 9px -2px var(--Primary3);
    padding: 18px 23px;
    border-radius: 13px;
    margin-bottom: 25px;
    background-color: var(--Neutrals100);
    position: relative;
    z-index: 1;
}

.ciraai-form h5
{
    font-size: var(--xxSmall);
    font-weight: var(--semiBold);
    color: var(--Neutrals800);
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 0;
}

.ciraai-form h5 img
{
    width: 35px;
    margin-right: 13px;
    margin-left: 5px;
}

#contact-map
{
    background-color: #F4EAFE;
}
/* .map-parent{
    height:500px; 
    position:relative; 
    overflow:hidden;
} */

.footer-list ul li a
{
    text-decoration: none!important;
    color: var(--Neutrals700)!important;
}

.contact-map iframe
{
    /* width: 100%;
    height:600px;
    position: relative; */
    width: 100%;
    height: 500px;
    position: relative;
    border-radius: 10px;
    box-shadow: 7px 2px 13px #ccc;
}




/* ========================== product section ============================*/

.product-section h1 {
    font-size:var(--large2);
    font-weight: var(--bold);
    color: var(--Primary1);
    font-family: 'Ubuntu', sans-serif;
}

.product-section h4 {
    font-size: var(--small);
    color: var(--Neutrals800);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--semiBold) !important;
    margin-bottom: 22px;
}

.product-section p {
    font-size: var(--xxSmall);
    font-weight: var(--regular);
    color: var(--Neutrals600);
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.6;
    margin-bottom: 20px;
}

.product-section {
    padding: 20px 42px 10px 31px;
}

.ad-element2 {
    position: relative;
    z-index: 11;
}

#product {
    background: transparent;
    padding-top: 60px;
    padding-bottom: 40px;
}

.gap-11
{
    /* padding: 30px 42px 82px 65px; */
    padding: 0 15px 15px 15px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    align-items: center; 
}

.gap-111
{
    padding: 30px 42px 82px 20px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    align-items: center; 
}

.bullet-list svg circle
{
    width: 100px;
    height: 100px;
}

#pro1
{
    padding-top: 0;
    padding-bottom: 40px;
}

.bullet-bg
{
    background: rgb(61,204,119);
    background: linear-gradient(169deg, rgba(61,204,119,1) 0%, rgba(115,245,167,1) 100%);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    width: 50px;
}

.list-content p
{
    /* font-size: var(--xxSmall); */
    font-size: var(--xxSmall);
    font-weight: var(--regular);
    color: var(--Neutrals600);
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.6;
    margin-bottom: 20px;
    /* margin-bottom: 6px; */
}

.bullet-list img
{
    width: 50px;
    padding: 10px;
}
.list-content h4 {
    /* font-size: var(--small); */
    font-size: var(--xxSmall);
    color: var(--Neutrals800);
    font-family: 'Ubuntu', sans-serif;
    font-weight: var(--semiBold) !important;
    margin-bottom: 10px;
}

.product-section3
{
    padding:16px 15px 10px 19px;
}

.product-section3 h1
{
    font-size: var(--large2);
    font-weight: var(--bold);
    color: var(--Primary1);
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 30px;
}

.list-content
{
    padding-left: 15px;
}


.anim15 {
    position: absolute;
    top: 87%;
    left: 0%;
    z-index: 0;
}

.anim15 img {
    width: 50px;
    height: 50px;
    position: relative;
    animation: animation_five 1s linear infinite;
    animation-duration: 1s;
    transition: transform .1s;
    z-index: 3;
}

.anim16 {
    position: absolute;
    bottom: 10px;
    right: 8%;
    z-index: 0;
}

.anim16 img {
    width: 50px;
    height: 50px;
    position: relative;
    animation: animation_five 1s linear infinite;
    animation-duration: 1s;
    transition: transform .1s;
    z-index: 3;
}
.content5
{
    padding-top: 40px;
}

#pro1
{
    background-image: url(../images/mission-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*==================================== coming soon ======================================*/

#coming_soon
{
    padding: 50px 40px;
}

.coming_soon_block
{
    /* -webkit-box-shadow: 1px 4px 7px 0px #d3d3d3;
    -moz-box-shadow: 1px 4px 7px 0px #d3d3d3;
    box-shadow: 1px 4px 7px 0px #d3d3d3; */
    padding: 50px 50px;
    border-radius: 15px;
    text-align: center;
    /* margin-top: 40px; */
}

.time_block_heading h1
{
    font-size: var(--heading3);
    font-weight: var(--bold)!important;
    color: var(--Neutrals800)!important;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 30px;
}

.time_block h2
{
    font-size: var(--heading2);
    font-weight: var(--bold)!important;
    color: var(--Neutrals800)!important;
    font-family: 'Ubuntu', sans-serif;
}

.coming_soon_block h1
{
    font-size: var(--heading3);
    font-weight: var(--semiBold);
    color: var(--Primary1);
    font-family: 'Ubuntu', sans-serif;
}

.legal-doc
{
    padding: 0;
}

.anim41 {
    position: absolute;
    top: 5%;
    left: 1%;
}

.anim41 img{
    width: 70px;
    height: 70px;
    position: relative;
    opacity: 0.2;
}

.anim42 {
    position: absolute;
    top: 24%;
    left: 37%;
}

.anim42 img{
    width: 60px;
    height: 60px;
    position: relative;
    opacity: 0.2;
}


/* ==================================== comming soon start =================================*/

#coming_soon
{
    background-image: url(../images/comming.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.time_block
{
    background: rgb(255,255,255);
    background: linear-gradient(166deg, rgba(255,255,255,1) 0%, rgba(115,245,167,1) 100%);
    height: 118px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.time_block h1
{
    font-size: var(--heading1);
    font-weight: var(--bold);
    color: var(--Neutrals700);
    font-family: 'Ubuntu', sans-serif;
}

.time_block2 h1
{
    font-size: var(--heading4);
    font-weight: var(--bold);
    color: var(--Primary1);
    font-family: 'Ubuntu', sans-serif;
}

.time_block2
{
    padding: 10px;
    justify-content: center;
    text-align: center;
    justify-content: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

/* ==================================== comming soon end =================================*/

/* ==================================== cookie =================================*/
.cookie-container {
	display: flex;
	align-content: center;
	align-items: center;
	padding: 1rem 2rem;
	background: var(--Info700);
	color: var(--Info100);
	position: fixed;
	bottom:0;
	font-size: 1rem;
	gap: 2rem;
	opacity: 1;
	visibility: visible;
	flex-wrap: wrap;
    z-index: 9999;
}

.cookie-container.hide {
	opacity: 0;
	visibility: hidden;
}

.cookie-container a {
	color: var(--Info100);
}

.cookie-container a:hover {
	color: var(--hover-text);
}

.cookie-container .cookie-text {
	flex: 8 500px;
}

.cookie-container .agree {
	flex: 1 150px;
	text-align: center;
}

.agree button {
	background: var(--Secondary1);
	color: var(--Info100);
	border: none;
	padding: 0.4rem 1.5rem;
	cursor: pointer;
	border-radius: 20px;
	font-size: 1.2rem;
}

.agree button.dis-btn{

    background: var(--Neutrals400);
    color: var(--Neutrals700);
}

.agree button:hover, .agree button.disagree:hover {
	background: var(--Info900);
		color:var(--Info100);
}
.player2 img
{
    width: 450px;
}

.bullet-list svg
{
    width: 50px;
    height: 50px;
}

/* .left-bulletpt
{
    padding-top: 120px;
} */

/* .product-space
{
    padding-top: 70px;
} */

.service-space
{
    padding: 40px 10px 22px 10px!important;
}

.spc
{
    padding-left: 12px;
}

.bullet-list
{
    padding: 0;

}
.mission img
{
    max-width: 450px;
    width: 450px;
}