.big-card{
    width: 600px;
    height: 320px;
    box-shadow: 2px 2px 10px #c5c5c5;
    position: absolute;
    top: 20%;
    background-color: white;
}
.navbar{
  background: rgba(255,255,255,0.98) !important;
  box-shadow: 2px 2px 10px #c5c5c5;
  height: 80px;
  padding: 0;
}
.navbar .navbar-toggler {
  margin-right: 20px;
  background: #0f9;
  padding: 5px;
  border-radius: 20px;
}
a.logo {
  color: #000;
  margin-left: 10px !important;
}
.logo h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.0;
  margin-top: 0;
  margin-bottom: 0;
}
.navbar #navbarNav {
  background: #fff;
}
.navbar #navbarNav .navbar-nav .nav-item {
  padding: 20px;
}
#smtxt {
  font-size: 15px;
}
.small-card{
    width: 300px;
    height: 160px;
    background-color: #2856ff;/*#00adff;*/
    box-shadow: 2px 2px 10px #c5c5c5;
    position: absolute;
    top: 50%;
    left: 58%;
    color: white;
    text-align: center;
}
.cards{
    margin-top: 150px;
}
.underline {
  border-bottom: 3px solid #0f9;
}
.animated-text{
    font-size: 30px;
    line-height: 1.2;
}

.primary-clr{
    color:  #0f9 !important;
}
.talk-btn{
    border-radius: 50px;
    font-size: 25px;
    border: 2px solid white;
    padding: 5px 30px;
    background: transparent;
    color: white;
    text-transform: uppercase;
    margin: 0 auto;
} 
.overlay{
    width: 100%;
    height: 110%;
    position: absolute;
    background-color: #8dffc1;
}
.section-box{
  width: 100%;
  background-color: crimson;
  position: relative;
}


body {
    background-color: #fff;
    font-family: 'Roboto Slab', serif;
}
.output {
    color: #333;
    font-style: italic;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}
.second-txt{
    font-size: 26px;
    font-weight: 400;
    color: #333 !important;
    font-family: 'Roboto Condensed', sans-serif;
}
.output h1 {
    font-size: 26px;
}
/* Cursor Styling */
.cursor::after {
    content: '';
    display: inline-block;
    margin-left: 3px;
    background-color: #00ffc4;
    animation-name: blink;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}
h1.cursor::after {
    height: 24px;
    width: 13px;
}
p.cursor::after {
    height: 24px;
    width: 13px;
}
.animated-txt{
    height: 100px;
}
@keyframes blink {
    0% {
        opacity: 1;
   }
    49% {
        opacity: 1;
   }
    50% {
        opacity: 0;
   }
    100% {
        opacity: 0;
   }
}

#contact-us {

}

#contact-us .section-box {
  background-color: #fff;
  padding-top: 80px;
  height: 100vh;
}

#contact-us .section-box h2 {
  margin-bottom: 40px;
  text-align: center
}
#urgent p {
  text-align: left;
}
#urgent h3 {
  font-size: 22px;
  width: fit-content;
}


#long-body .section-box {
  background-color: #2856ff;/*#ff2828*//*#2856ff*//*#00adff;*/
  color: #fff;
  /*padding: 80px 0 80px 0;*/
}
#long-body .section-box h2 {
  margin-bottom: 20px;
}
#long-body .section-box p {
  font-family: "Montserrat";
  line-height: 30px;
}
#long-body .section-box h2, #long-body .section-box p {
  text-align: center
}
.customer_logo {
  width: 50%;
}
.skills-more a {
  color: #fff;
}
.slider div {
  font-family: "Montserrat", sans-serif;
}
.slider div img {
  height: 400px;
}
.slider div p {
  text-align: center;
}
.slider div p {

}



html,
body {
  color: #252423;
}

body {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100vh;
}

.animation-wrapper {
  margin: auto;
  width: 90%;
  padding-bottom: 1.5%;
  height: 100vh;
}

.stagger-visualizer {
 /*  position: absolute; */
  width: 1100px;
   height: 550px; 
  transform-origin: left top;
}

.stagger-visualizer .dots-wrapper {
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.stagger-visualizer .dot {
  position: relative;
  z-index: 1;
  width: 23px;
  height: 23px;
  margin: 16px;
  background-color: #00ffc4;
  border-radius: 50%;
}

@media (max-width: 768px){
  .stagger-visualizer{
    transform: scale(1) !important;
    width: 100% !important;
  }
  .big-card{
    width: 100% !important;
    top:15%;
    padding: 50px 15px !important;
  }
  .animation-wrapper{
    height: 100vh !important;
    overflow: hidden;
  }
  .small-card{
    display: none;
  }
  .small-card1{
    width: 100%;
    height: 160px;
    background-color: #2856ff;/*#00adff;*/
    box-shadow: 2px 2px 10px #c5c5c5;
    position: absolute;
    top: 65%;
    color: white;
    text-align: center;
  }
  a.logo {
    margin-left: -60px !important;
  }
  #long-body .section-box h2, #long-body .section-box p.aligned_text {
    text-align: left;
  }
  .customer_logo {
    width: 100%;
  }
}

@media (min-width: 740px) {
  .stagger-visualizer .dot {
    background-color: transparent;
  	background-position: center;
  	background-size: contain;
  	/*   background-image: linear-gradient(180deg, #FFFFFF 8%, #D3CDC6 100%); */
  }


}

.stagger-visualizer .cursor {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 37px;
  height: 37px;
  margin: 9px;
  background-color: #0f9;
  border-radius: 50%;
}