html{
    overflow-x: hidden;
    margin: 0% !important;
    padding: 0%;
}

body{
    overflow: hidden;
    background-color: #0c0f18;
}

.cookie{
    /* position: fixed;
    bottom: 2%;
    left: 0%; */
    bottom: 2% !important;
     z-index: 9999;
     color: black;
     transition: all 0.65s linear;
     border-radius: 0.5rem;
     max-width: 750px;
}
/* 
@keyframes appear {
    from{opacity: 0;}
    to{
        opacity: 1;
    }
} */

.removenotice{
    transition: all 0.65s linear;
    overflow: hidden;
    opacity: 0;
    z-index: -99999;
}

.offcanvas-header{
    padding: 5px 15px;
    padding-right: 20px;
}

.offcanvas-header img{
    width: 70px;
}

.os::before{
    width: 100% !important;
    cursor: context-menu;
}

header{
  min-height: 100vh !important;
}

header::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-box-shadow: inset -35vw 0px 506px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset -35vw 0px 506px -3px rgba(0, 0, 0, 0.75);
    box-shadow: inset -40vw 0px 506px -3px rgba(12, 47, 61, 0.46);
  }

video{
    filter: blur(3px);
}

.pop{
    width: 550px !important;
    animation: levitate 5s linear forwards;
}

@keyframes levitate {
    0%{
        /* transform: translateY(0px) scale(1); */
        filter: blur(3px);
    }
    50%{
        /* transform: translateY(-2.8%) scale(1.028); */
        filter: blur(0px);
    }
    100%{
        transform: translateY(-2.8%) scale(1.032);
        filter: blur(0px);
    }
}

.loaderos {
    width: 112px;
    height: 112px;
    position: relative;
  }
  
  .box1,
  .box2,
  .box3 {
    border: 16px solid #f5f5f5;
    box-sizing: border-box;
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    display: block;
  }
  
  .box1 {
    width: 112px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
    animation: abox1 4s 1s forwards ease-in-out infinite;
  }
  
  .box2 {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
    animation: abox2 4s 1s forwards ease-in-out infinite;
  }
  
  .box3 {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
    animation: abox3 4s 1s forwards ease-in-out infinite;
  }
  
  @keyframes abox1 {
    0% {
      width: 112px;
      height: 48px;
      margin-top: 64px;
      margin-left: 0px;
    }
  
    12.5% {
      width: 48px;
      height: 48px;
      margin-top: 64px;
      margin-left: 0px;
    }
  
    25% {
      width: 48px;
      height: 48px;
      margin-top: 64px;
      margin-left: 0px;
    }
  
    37.5% {
      width: 48px;
      height: 48px;
      margin-top: 64px;
      margin-left: 0px;
    }
  
    50% {
      width: 48px;
      height: 48px;
      margin-top: 64px;
      margin-left: 0px;
    }
  
    62.5% {
      width: 48px;
      height: 48px;
      margin-top: 64px;
      margin-left: 0px;
    }
  
    75% {
      width: 48px;
      height: 112px;
      margin-top: 0px;
      margin-left: 0px;
    }
  
    87.5% {
      width: 48px;
      height: 48px;
      margin-top: 0px;
      margin-left: 0px;
    }
  
    100% {
      width: 48px;
      height: 48px;
      margin-top: 0px;
      margin-left: 0px;
    }
  }
  
  @keyframes abox2 {
    0% {
      width: 48px;
      height: 48px;
      margin-top: 0px;
      margin-left: 0px;
    }
  
    12.5% {
      width: 48px;
      height: 48px;
      margin-top: 0px;
      margin-left: 0px;
    }
  
    25% {
      width: 48px;
      height: 48px;
      margin-top: 0px;
      margin-left: 0px;
    }
  
    37.5% {
      width: 48px;
      height: 48px;
      margin-top: 0px;
      margin-left: 0px;
    }
  
    50% {
      width: 112px;
      height: 48px;
      margin-top: 0px;
      margin-left: 0px;
    }
  
    62.5% {
      width: 48px;
      height: 48px;
      margin-top: 0px;
      margin-left: 64px;
    }
  
    75% {
      width: 48px;
      height: 48px;
      margin-top: 0px;
      margin-left: 64px;
    }
  
    87.5% {
      width: 48px;
      height: 48px;
      margin-top: 0px;
      margin-left: 64px;
    }
  
    100% {
      width: 48px;
      height: 48px;
      margin-top: 0px;
      margin-left: 64px;
    }
  }
  
  @keyframes abox3 {
    0% {
      width: 48px;
      height: 48px;
      margin-top: 0px;
      margin-left: 64px;
    }
  
    12.5% {
      width: 48px;
      height: 48px;
      margin-top: 0px;
      margin-left: 64px;
    }
  
    25% {
      width: 48px;
      height: 112px;
      margin-top: 0px;
      margin-left: 64px;
    }
  
    37.5% {
      width: 48px;
      height: 48px;
      margin-top: 64px;
      margin-left: 64px;
    }
  
    50% {
      width: 48px;
      height: 48px;
      margin-top: 64px;
      margin-left: 64px;
    }
  
    62.5% {
      width: 48px;
      height: 48px;
      margin-top: 64px;
      margin-left: 64px;
    }
  
    75% {
      width: 48px;
      height: 48px;
      margin-top: 64px;
      margin-left: 64px;
    }
  
    87.5% {
      width: 48px;
      height: 48px;
      margin-top: 64px;
      margin-left: 64px;
    }
  
    100% {
      width: 112px;
      height: 48px;
      margin-top: 64px;
      margin-left: 0px;
    }
  }

  .osbtn {
    align-items: center;
    background-color: transparent;
    color: rgb(209, 255, 243);
    cursor: pointer;
    display: flex;
    font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    border: 0;
    padding: 1rem;
    transition: background-color 0.2s linear;
  }
  
  .osbtn:before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    margin-right: 10px;
    transition: all .42s cubic-bezier(.25,.8,.25,1);
    width: 0;
  }
  
.osbtn:hover{
    background-color: rgba(240, 248, 255, 0.197);
}

  .osbtn:hover:before {
    background-color: #fff;
    width: 3rem;
  }

  .osc {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
   }
   
   .osc {
    width: 12rem;
    height: auto;
   }
   
   .osc .circle {
    transition: all 0.15s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;
   }
   
   .osc .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
   }
   
   .osc .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }
   
   .osc .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
   }
   
   .osc .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: -2px 0 0 1.85rem;
    color: #f8f8ff;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
   }
   
   .osc:hover .circle {
    width: 100%;
   }
   
   .osc:hover .circle .icon.arrow {
    background: rgba(169, 27, 27, 0);
    transform: translate(0.95rem, 0);
   }
   
   .osc:hover .button-text {
    color: #fff;
   }

   .card {
    width: 220px;
    min-height: 254px;
    background-color: #22465d;
    border-radius: 8px;
    z-index: 2;
    position: relative;
   }

   .after{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #376784;
    z-index: -4;
    transform: rotateZ(5deg);
    border-radius: 15px;
   }
   
   .tools {
    display: flex;
    align-items: center;
    padding: 9px;
   }
   
   .circle {
    padding: 0 4px;
   }
   
   .box {
    display: inline-block;
    align-items: center;
    width: 10px;
    height: 10px;
    padding: 1px;
    border-radius: 50%;
   }
   
   .red {
    background-color: #ff605c;
   }
   
   .yellow {
    background-color: #ffbd44;
   }
   
   .green {
    background-color: #00ca4e;
   }
   
   .stack{
    /* background-color: red; */
    background-image: url(../assets/vecti.png);
    background-size: cover;
    background-position: bottom center;
    padding: 65px 0;
   }

   .stack img{
    width: auto;
    height: 65px;
    border-radius: 3px;
   }

   .stack .group{
    background-color: #373c56;
    border-color: rgba(81, 255, 206, 0) !important;
    cursor: context-menu;
   }

   .stack .group:hover{
    background-color: rgba(81, 255, 206, 0.41);
   }

   .fprojects .card{
    flex-grow: 1;
    min-width: 265px;
    max-width: 550px !important;
    margin: 25px auto;
    height: auto;
    transition: all 0.067s linear;
    cursor: context-menu;
    overflow: hidden;
   }

   @media screen and (min-width: 420px) {
    .fprojects .card{
        min-width: 400px;
    }
   }

   .fprojects .card:hover{
    transform: scale(1.05);
    z-index: 999;
   }

   .fprojects .card .bar{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 44px;
    z-index: -2;
    background-color: rgba(255, 255, 255, 0.87);
    width: 100%;
   }

   .btbadge{
    background-color: rgba(255, 255, 255, 0.442);
    font-size: 0.7rem;
    padding: 3px;
   }

   .buttondet {
    position: relative;
    overflow: hidden;
    height: 3rem;
    padding: 0 2rem;
    border: none;
    border-radius: 1rem;
    background: #3d3a4ea7;
    background-size: 400%;
    color: #fff;
  }
  
  .buttondet:hover::before {
    transform: scaleX(1);
  }
  
  .buttondet .button-content {
    position: relative;
    z-index: 1;
  }
  
  .buttondet::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background-color: rgb(27, 49, 70);
    transition: all 0.115s;
  }

  .nav-item a{
    color: white !important;
  }

  .blobs {
    width: 300px;
    height: 300px;
    position: absolute;
    overflow: hidden;
    border-radius: 70px;
    transform-style: preserve-3d;
  }
  
  .blobs .blob-center {
    transform-style: preserve-3d;
    position: absolute;
    background: #aac2d5;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform-origin: left top;
    transform: scale(0.9) translate(-50%, -50%);
    animation: blob-grow_2 linear 3.4s infinite;
    border-radius: 50%;
    box-shadow: 0 -10px 40px -5px #bba1a1;
  }
  
  .blob {
    position: absolute;
    background: #aac2d5;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    animation: blobs_2 ease-out 3.4s infinite;
    transform: scale(0.9) translate(-50%, -50%);
    transform-origin: center top;
    opacity: 0;
  }
  
  .blob:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  
  .blob:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  
  .blob:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  
  .blob:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  
  .blob:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  @keyframes blobs_2 {
    0% {
      opacity: 0;
      transform: scale(0) translate(calc(-330px - 50%), -50%);
    }
  
    1% {
      opacity: 1;
    }
  
    35%, 65% {
      opacity: 1;
      transform: scale(0.9) translate(-50%, -50%);
    }
  
    99% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      transform: scale(0) translate(calc(330px - 50%), -50%);
    }
  }
  
  @keyframes blob-grow_2 {
    0%, 39% {
      transform: scale(0) translate(-50%, -50%);
    }
  
    40%, 42% {
      transform: scale(1, 0.9) translate(-50%, -50%);
    }
  
    43%, 44% {
      transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
  
    45%, 46% {
      transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
  
    47%, 48% {
      transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
  
    52% {
      transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
  
    54% {
      transform: scale(1.7, 1.6) translate(-50%, -50%);
    }
  
    58% {
      transform: scale(1.8, 1.7) translate(-50%, -50%);
    }
  
    68%, 70% {
      transform: scale(1.7, 1.5) translate(-50%, -50%);
    }
  
    78% {
      transform: scale(1.6, 1.4) translate(-50%, -50%);
    }
  
    80%, 81% {
      transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
  
    82%, 83% {
      transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
  
    84%, 85% {
      transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
  
    86%, 87% {
      transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
  
    90%, 91% {
      transform: scale(1, 0.9) translate(-50%, -50%);
    }
  
    92%, 100% {
      transform: scale(0) translate(-50%, -50%);
    }
  }

  .loaderc {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 160px;
    height: 100px;
    margin-left: -80px;
    margin-top: -50px;
    border-radius: 5px;
    background: #1e3f57;
    animation: dot1_ 4s cubic-bezier(0.55,0.3,0.24,0.99) infinite;
  }
  
  .loaderc:nth-child(2) {
    z-index: 11;
    width: 150px;
    height: 90px;
    margin-top: -45px;
    margin-left: -75px;
    border-radius: 3px;
    background: #3c517d;
    animation-name: dot2_;
  }
  
  .loaderc:nth-child(3) {
    z-index: 12;
    width: 40px;
    height: 20px;
    margin-top: 50px;
    margin-left: -20px;
    border-radius: 0 0 5px 5px;
    background: #6bb2cd;
    animation-name: dot3_;
  }
  
  @keyframes dot1_ {
    3%,97% {
      width: 160px;
      height: 100px;
      margin-top: -50px;
      margin-left: -80px;
    }
  
    30%,36% {
      width: 80px;
      height: 120px;
      margin-top: -60px;
      margin-left: -40px;
    }
  
    63%,69% {
      width: 40px;
      height: 80px;
      margin-top: -40px;
      margin-left: -20px;
    }
  }
  
  @keyframes dot2_ {
    3%,97% {
      height: 90px;
      width: 150px;
      margin-left: -75px;
      margin-top: -45px;
    }
  
    30%,36% {
      width: 70px;
      height: 96px;
      margin-left: -35px;
      margin-top: -48px;
    }
  
    63%,69% {
      width: 32px;
      height: 60px;
      margin-left: -16px;
      margin-top: -30px;
    }
  }
  
  @keyframes dot3_ {
    3%,97% {
      height: 20px;
      width: 40px;
      margin-left: -20px;
      margin-top: 50px;
    }
  
    30%,36% {
      width: 8px;
      height: 8px;
      margin-left: -5px;
      margin-top: 49px;
      border-radius: 8px;
    }
  
    63%,69% {
      width: 16px;
      height: 4px;
      margin-left: -8px;
      margin-top: -37px;
      border-radius: 10px;
    }
  }

  .wwait{
    background-image: url(../assets/pattern.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .ctas {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin: auto;
    padding: 1em 2.5em 1em 2.5em;
    border: none;
    background: #fff;
    transition: all 0.1s linear;
    box-shadow: 0 0.4em 1em rgba(0, 0, 0, 0.1);
   }
   
   .ctas:active {
    transform: scale(0.95);
   }
   
   .ctas span {
    color: #464646;
   }
   
   .ctas .border {
    position: absolute;
    border: 0.15em solid #fff;
    transition: all 0.05s 0.03s linear;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
   }
   
   .ctas:hover .border {
    display: block;
    width: 110%;
    height: 130%;
    border-radius: 50px;
    border: .3em solid rgb(63, 125, 151) !important;
   }
   
   .full-rounded {
    border-radius: 2em;
   }

   .list-group-item{
    background-color: rgba(216, 216, 216, 0.426);
    cursor: context-menu;
    border-color: rgb(42, 59, 73);
   }

   .list-group-item:hover{
    background-color: rgba(216, 216, 216, 0.426);
   }

   .ourteam .tm{
    position: relative !important;
    z-index: 0;
   }

   .ourteam .list-group img{
    object-fit: cover;
    background-color: rgba(129, 205, 246, 0.386);
   }

   @media only screen and (max-width: 310px){
    p{
        font-size: 0.95rem !important;
    }

    .stack img{
        height: 20px;
    }

    .stack span{
        font-size: 0.9rem;
    }
   }

   .offcanvas{
    background-color: #eaf2ff00;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  
  #contact-now .offcanvas-body{
    background-color: #8e282800;
  }
  
  .offcanvas-backdrop.show.fade{
    background-color: rgb(10, 12, 20);
    opacity: 0.8;
    background-image: none;
     filter: none;
    -webkit-filter: none;
   
  }
  
  .offcanvas  i{
    color: rgba(255, 255, 255, 0.948);
    font-size: 2.25rem;
    padding: 7px 10px;
    border-radius: 5px;
    background-color: #3f84bc;
    transition: all 0.2s linear;
  }

  .offcanvas a{
    transition: all 0.1s linear;
    text-decoration: none;
  }

  .offcanvas a:hover i{
   color: rgb(236, 243, 255);
   background-color: #33737e;
  }

  .project-details{
    color: #0c0f18 !important;
  }