html {
  scroll-behavior: smooth !important;
}
body{
    background: #01050E;
    /*background: -webkit-linear-gradient(to left, #342873, #4D7AD7, #342873); 
    background: linear-gradient(to left,#342873, #4D7AD7, #342873);*/
    /*#1E307F*/
   
}

@font-face{
    font-family: neuropolitical ;
    src: url('neuropolitical rg.otf');
    font-style: normal;
    font-weight: 200;
}
.nscfont{
    font-family: neuropolitical;
    font-weight: 200;
    color: #2b88c4 ! important;
}

.ball {
width: 50px;
height: 50px;
position: fixed;
top: 0;
left: 0;
border: 3px solid dodgerblue;
border-radius: 50%;
pointer-events: none;
z-index: 99999999;
}
.main-content{
    padding-top: 5vh;
}

.main-content h1{
    color: white;
}


        .cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
        margin: 4rem 5vw;
        padding: 0;
        list-style-type: none;
        }

        .card {
        position: relative;
        display: block;
        height: 100%;  
        border-radius: calc(var(--curve) * 1px);
        overflow: hidden;
        text-decoration: none;
        }

        .card__image {      
        width: 100%;
        height: auto;
        }

        .card__overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;      
        border-radius: calc(var(--curve) * 1px);    
        background-color: var(--surface-color);      
        transform: translateY(100%);
        transition: .2s ease-in-out;
        }

        .card:hover .card__overlay {
        transform: translateY(0);
        }

        .card__header {
        position: relative;
        display: flex;
        align-items: center;
        gap: 2em;
        padding: 2em;
        padding-bottom:10px !important;
        border-radius: calc(var(--curve) * 1px) 0 0 0;    
        background-color: var(--surface-color);
        transform: translateY(-100%);
        transition: .2s ease-in-out;
        }
       .icon-box {
    margin-bottom: 0px;
    position: relative;
}
        .card__arc {
        width: 80px;
        height: 80px;
        position: absolute;
        bottom: 100%;
        right: 0;      
        z-index: 1;
        }

        .card__arc path {
        fill: var(--surface-color);
        d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
        }       

        .card:hover .card__header {
        transform: translateY(0);
        }

        .card__thumb {
        flex-shrink: 0;
        width: 50px;
        height: 50px;      
        border-radius: 50%;      
        }

        .card__title {
        font-size: 1em;
        margin: 0 0 .3em;
        color: #6A515E;
        }

        .card__tagline {
        display: block;
        margin: 1em 0;
        font-family: "MockFlowFont";  
        font-size: .8em; 
        color: #D7BDCA;  
        }

        .card__status {
        font-size: .8em;
        color: #D7BDCA;
        }

        .card__description {
        padding: 0 2em 2em;
        margin: 0;
        color: #D7BDCA;   
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        }

        #more {display: none;}


.fixed-bg-img{
    position: fixed;
    width: 80vh;
    height: 100vh;
    left: 10vh;
    bottom: 0;
    z-index: 999999999 !important;
}
.verizon {
    width:55% !important;
    background-image: linear-gradient(to right, #030B1E 0%, #030B1E 45%, #030B1E 80%,#011b3c 95%, #022555 100%);
    border-radius: 40px;
    border: 2px solid #424b5b !important; 
    padding: 25px 30px;
    margin-top:40px;
    height:60px;
    cursor: pointer !important;
}

.image-container {
  width: 500px;
  height: 500px;
  overflow: hidden;
}

.image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-container {
  width: 500px;
  margin-top: 20px;
}

.photo-container img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 1s;
}

.moving-div {
  position: absolute;
  right: 0;
}

.moving-div1 {
  position: absolute;
  right: 0;
  padding-top:150px;
}

.box-shaded-1 {
  width: 250px;
  height: 70px;
  border-radius: 5px;
  background: #0c162d;
  box-shadow: 0 0 0 1px rgba(255,255,255,.1),0 3px 2px rgba(0,0,0,.04),0 7px 5px rgba(0,0,0,.02),0 13px 10px rgba(0,0,0,.02),0 22px 17px rgba(0,0,0,.02) !important;
  float: right;
  margin-right: 20px;
  margin-bottom: 10px;
  color: White;
}

.box-shaded-11 {
  width: auto;
  height: 70px;
  border-radius: 5px;
  /*background: #0c162d;*/
  /*box-shadow: 0 0 0 1px rgba(255,255,255,.1),0 3px 2px rgba(0,0,0,.04),0 7px 5px rgba(0,0,0,.02),0 13px 10px rgba(0,0,0,.02),0 22px 17px rgba(0,0,0,.02) !important;*/
  float: right;
  margin-right: 40px;
  margin-bottom: 10px;
  color: White;
}


.gridBlock {
  opacity: 0;
}


/* Grid almost fully pulled from https://www.rino-pelle.com/ */
.grid-container {
  width: 100vw;
  height: 400vh;
  position: relative;
}
.grid {
  top: 0;
  left: 0;
  z-index: 1;
  width: 70vw;
  height: 60vw;
  margin: 0 calc(100vw / 20 * 3);
  position: absolute;
  
}
@media only screen and (max-width: 580px) {
  .grid {
    margin: 0;
    width: 100vw;
    height: 89.444vw;
  }
}
.gridBlock {
  background-size: cover;
  background-color: darkgray;
}
.gridLayer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  will-change: transform;
  transform-origin: 44.951% 50%;
}
.gridLayer:nth-child(1) .gridBlock {
  top: 5vw;
  left: 20vw;
  width: 10vw;
  height: 10vw;
}
@media only screen and (max-width: 580px) {
  .gridLayer:nth-child(1) .gridBlock {
    top: 11.111vw;
    left: 23.889vw;
    width: 15vw;
    height: 15vw;
  }
}
.gridLayer:nth-child(2) .gridBlock {
  top: 0;
  left: 32.5vw;
  width: 15vw;
  height: 15vw;
}
@media only screen and (max-width: 580px) {
  .gridLayer:nth-child(2) .gridBlock {
    top: 0;
    left: 43.333vw;
    width: 26.389vw;
    height: 26.389vw;
  }
}
.gridLayer:nth-child(3) .gridBlock {
  left: 0;
  top: 25vw;
  width: 15vw;
  height: 15vw;
}
@media only screen and (max-width: 580px) {
  .gridLayer:nth-child(3) .gridBlock {
    top: 30.278vw;
    left: 0;
    width: 26.389vw;
    height: 26.389vw;
  }
}
.gridLayer:nth-child(4) .gridBlock {
  top: 17.5vw;
  left: 17.5vw;
  width: 30vw;
  height: 30vw;
}
@media only screen and (max-width: 580px) {
  .gridLayer:nth-child(4) .gridBlock {
    top: 30.278vw;
    left: 30.278vw;
    width: 39.444vw;
    height: 39.444vw;
  }
}
.gridLayer:nth-child(5) {
  z-index: 1;
}
.gridLayer:nth-child(5) .gridBlock {
  top: 20vw;
  left: 50vw;
  width: 5vw;
  height: 5vw;
}
@media only screen and (max-width: 580px) {
  .gridLayer:nth-child(5) .gridBlock {
    top: 23.889vw;
    left: 73.889vw;
    width: 15.278vw;
    height: 15.278vw;
  }
}
.gridLayer:nth-child(5) a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gridLayer:nth-child(5) svg {
  width: 1.75vw;
}
@media only screen and (max-width: 580px) {
  .gridLayer:nth-child(5) svg {
    width: 4.722vw;
  }
}
.gridLayer:nth-child(6) .gridBlock {
  left: 50vw;
  top: 27.5vw;
  width: 20vw;
  height: 20vw;
}
@media only screen and (max-width: 580px) {
  .gridLayer:nth-child(6) .gridBlock {
    top: 43.889vw;
    left: 73.889vw;
    width: 26.389vw;
    height: 26.389vw;
  }
}
.gridLayer:nth-child(7) .gridBlock {
  left: 10vw;
  top: 42.5vw;
  width: 5vw;
  height: 5vw;
}
@media only screen and (max-width: 580px) {
  .gridLayer:nth-child(7) .gridBlock {
    display: none;
  }
}
.gridLayer:nth-child(8) .gridBlock {
  bottom: 5vw;
  left: 42.5vw;
  width: 5vw;
  height: 5vw;
}
@media only screen and (max-width: 580px) {
  .gridLayer:nth-child(8) .gridBlock {
    display: none;
  }
}
.gridLayer:nth-child(9) .gridBlock {
  bottom: 0;
  left: 50vw;
  width: 10vw;
  height: 10vw;
}
@media only screen and (max-width: 580px) {
  .gridLayer:nth-child(9) .gridBlock {
    top: 73.889vw;
    left: 58.889vw;
    width: 15.278vw;
    height: 15.278vw;
  }
}
.gridBlock {
  display: block;
  position: absolute;
}


.blog-img{
    width:100%;border-radius: 50px;
}

.blog-img:hover{
    transform: scale(1.09);
    transition: 1s ease;
}


.title__heading {
  margin: 0;
    margin-bottom: 0px;
  font-weight: 900;
  font-size: 60px !important;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(45deg, #332A52, #32297C, #354B96, #3463A5, #336DAD, #345EA3, #344392, #332B82, #33286E, #322863);
    background-size: auto;
    background-clip: border-box;
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-overflow 10s linear infinite;
  user-select: none;
}


@keyframes gradient-overflow {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }

.new-design-basha{
  width:90%;
  height: 400px;
  border-radius:16px;
  position: absolute;
  top: 30px;
  left:0;
}

.new-design-basha-team{
  width:90%;
  height: 400px;
  border-radius:16px;
  top: 30px;
  left:0;
}
/*
.new-design-basha:hover{
  top: -40px;
  left: 40px;
  transition: all 1s ease;
}
*/


.photo-stack {
  position:relative;
  margin:auto;
  width:100%;
}
.photo-stack img {
  width: 100%;
  position:absolute;
  border:1px solid white;
  top:0px;
  transition: transform 0.3s ease;
}
.photo-stack p {
  position: absolute;
  bottom: 0;
  width:100%;
  text-align: center;
  font-weight: bold;
}
.photo-stack img:nth-child(1) {
  z-index:1;
}
.photo-stack img:nth-child(2) {
  transform:rotate(-1deg);  
}
.photo-stack img:nth-child(3) {
  transform:rotate(-3deg);  
}
.photo-stack img:nth-child(4) {
  transform:rotate(1deg);  
}
.photo-stack img:nth-child(5) {
  transform:rotate(3deg);  
}
.photo-stack:hover img:nth-child(1) {
  transform:scale(1.01);
}
.photo-stack:hover img:nth-child(2) {
  transform:rotate(1deg) translate(3%,1%);  
}
.photo-stack:hover img:nth-child(3) {
  transform:rotate(-4deg) translate(-6%,3%);  //>
}
.photo-stack:hover img:nth-child(4) {
  transform:rotate(6deg) translate(5%,-3%);  
}
.photo-stack:hover img:nth-child(5) {
  transform:rotate(3deg) translate(-4%,-2%);  
}
