@charset "UTF-8";



html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

body {
font-optical-sizing: auto;
font-style: normal;
margin:0;
background-size: cover;
background-color: #EDF2F5;
font-family: "Manjari", sans-serif;
}

a {
text-decoration: none;
color: #2E333B;
}

img {
width: 100%;
}

em {
font-size: 16px;
color: #008F56;
font-weight: 400;
line-height: 1.2em;
font-style: normal;
}



#header h1{
font-size: 64px;
font-weight: 700;
text-align: left;
margin-bottom: 0px !important;
margin-top: 60px;
background: linear-gradient(to right, #f32170, #FE9C12,#cf23cf, #1EE0A9);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
animation: gradientAnimation 5s linear infinite;
animation-direction: alternate;
background-size: 300% 100%;
}

.wrapper {
max-width: 1600px;
margin:0 auto;
}

.wrapper-left {
position: sticky;
top: 32px;
padding-left: 32px;


}

.wrapper-right {
padding: 24px;
margin-left: 0px;
margin-right: 0px;

display: grid;

}

.divider1 {
border-top: 1px solid #E0E8FA;
height: 2px;
margin-bottom: 32px;
margin-top: 32px;
}

.divider-color {
  height: 4px;
background-image: url("../images/divider-color1@2x.png");
}

.portfoliopageheader h1{
font-size: 64px;
color: #1A2B4F;
font-weight: 600;
text-align: left;
margin-top: 24px;
}

.portfoliopageheader img {
width: 100%;
margin: 0 auto;
text-align: center;
}

.videosection {
display: inline-flex;
margin:0 auto;
text-align: center;
}

.left {
width: 50%;
}

.right {
width: 40%;
}

.maingrid {
display: flex;
margin-bottom: 64px;
}

.maingrid h1 {
font-size: 24px;
font-weight: 600; 
color: #1A2B4F;
}

.maingrid p {
font-size: 15px;
color: #1A2B4F;
line-height: 1.7em;
}

.maingrid h2 {
font-size: 18px;
font-weight: 400; 
color: #1A2B4F;
}

.maingrid h3 {
font-size: 14px;
font-weight: 400; 
color: #1A2B4F;
margin-bottom: 0px;
}

.description-lg {
padding-right: 16px;
}

.description-sm h2 {
font-weight: 600;
color: #1A2B4F;
}

.column-sm {
width: 100%;
padding-right: 24px;
}

.section-header h1 {
font-size: 28px;
font-weight: 600; 
color: #1A2B4F;
}

.section-header p {
font-size: 15px;
color: #1A2B4F;
line-height: 1.7em;
max-width: 600px;
}

#pagesplitcontainer {
display: flex;

}



.navlistcontainer {
margin-right: 24px;
}

.navlistcontainer ul {
padding: 0;
}

.navlistcontainer  li {
margin-top: 24px;
list-style: none;
display: flex;
align-items: end;
font-size: 15px;
font-weight: 500;
}

.navlistcontainer  ul a{
color: #1A2B4F;
}

.navlistcontainer  ul a:hover{
color: #EE3F5C;
}

 .current-page  ul  a{
color: #EE3F5C;
}
.navlistcontainer svg {
  padding-right: 8px;
}


.leftnavpanelcontainer {
margin-top: 45px;
}



.mobile-style {
visibility: hidden;
display: none;
}

#hiddennavigation {
visibility: hidden;
}

#hiddennavigation p {
  margin:0;
}

.visiblenav {
visibility: visible !important;
height: 50px;
background-color: #fff;
width: 100px;
top:0;
float: right !important;
}



.menu-container {
position: relative;
display: inline-block;
float: right;
margin-top: 24px;
}

button {
background: none;
border: none;
cursor: pointer;
}

.dropdown-menu {
position: absolute;
top: 32px;
right: 0;
background: white;
border: 1px solid #ddd;
border-radius: 6px;
min-width: 150px;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
display: none;
z-index: 100;
}

.dropdown-menu a {
display: block;
padding: 10px;
font-size: 15px;
color: #121F3A;
font-weight: 500;
list-style: none;
}

.dropdown-menu ul li {
}

.dropdown-menu a:hover {
background-color: #f5f5f5;
}
.navhidden {
visibility: hidden;
}

#navhidden {
position: sticky;
top: 100px; 
}

/* START IMAGES CONTAINER */
#imagescontainer {
display: flex;
margin-top: 32px;
margin-bottom: 32px;
}

#imagescontainer img {
width: 90%;
}

.imagesconatinerheader h1{
font-size: 18px;
color: #121F3A;
margin-top: 24px;
}

#imagescontainer p {
font-size: 13px ;
color: #121F3A ;
font-weight: 400;
margin-top: 12px;
padding-left: 4px;
}
/* END IMAGES CONTAINER */




/* START METRIC TILE STYLES - ALLORA */
#metric {
display: flex;
width: 100%;
}

.metriccontainer-allora {
padding: 16px;
background: #F9DDF1;
border-radius: 8px;
border: 1px dashed #E9C1D6;
}

.metriccontainer-allora h1 {
font-size: 16px !important;
color: #C81CA6 !important;
font-weight: 500;
line-height: 1.2em;
font-style: normal;
margin-bottom: 0px !important;
margin-top: 4px;
}

.metriccontainer-allora h2 {
font-size: 24px !important;
color: #C81CA6 !important;
font-weight: 600;
line-height: 1.2em;
font-style: normal;
margin-bottom: 12px;
margin-top: 4px;
padding-bottom: 12px;
border-bottom: 1px solid #E0E8FA;
}

.metriccontainer-allora p {
font-size: 14px !important;
color: #C81CA6 !important;
font-weight: 400;
line-height: 1.4em;
font-style: normal;
margin-bottom: 0px !important;
margin-top: 4px;
}
/* END METRIC TILE STYLES - ALLORA */


/* START METRIC TILE STYLES */
#metric {
display: flex;
width: 100%;
}

.metriccontainer {
padding: 16px;
background: #DDF9EF;
border-radius: 8px;
border: 1px dashed #C1E9D8;
}

.metriccontainer h1 {
font-size: 14px !important;
color: #1B5542 !important;
font-weight: 400;
line-height: 1.2em;
font-style: normal;
margin-bottom: 0px !important;
margin-top: 4px;
}

.metriccontainer p {
font-size: 18px !important;
color: #1B5542 !important;
font-weight: 600;
line-height: 1.2em;
font-style: normal;
margin-bottom: 0px !important;
margin-top: 4px;
}
/* END METRIC TILE STYLES */

/* START BACK BUTTON  */
.tagback {
display: inline-flex;
align-items: center;
background-color: #fff; 
color: #354772; 
padding: 6px 14px 6px 12px;
border-radius: 100px;
border: 1px solid #CEDCED;
font-family: Arial, sans-serif;
font-size: 13px;
width: auto;
height: 24px;
margin-top: 24px;
margin-bottom: 24px;
}

.tagback svg{
width: 20px;
height: 20px;
fill: none;
stroke: #E81FAF;
stroke-width: 2;
margin-right: 6px;
}
/* END BACK BUTTON  */


#rightbuttonscontainer {
float: right;
padding-top: 16px;
}

.container .top-bar {
position: sticky;
top: 0;

z-index: 1000;
transition: all 0.3s ease;
}

.container {
margin:0 auto;
}

.stickyheader {
position: sticky;
top: 0;
width: 100%;
z-index: 1000;
transition: all 0.3s ease;
backdrop-filter: blur(10px);


}

.stickyheader p {
font-size: 32px;
color: #1A2B4F;
font-weight: 600;
margin-bottom: 0;
margin-top: 24px;
}

.top-bar {
display: block;
position: sticky;
overflow: visible;
border-bottom: 1px solid #D9DFEB !important;
border-bottom-style: ;
padding-bottom: 16px;
}

.top-bar-inner {
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
transition: padding 0.3s ease;
padding-left: 50px;
padding-right: 50px;

}

.stickyheader .top-bar.shrink .top-bar-inner  {

padding-top: 0px;
padding-right: 24px;
padding-left: 24px;
}

.stickyheader .top-bar.shrink .top-bar-inner {
padding-left: 10px;
padding-right: 10px;
}

.topbarbuttons {
padding-bottom: 16px;
padding-top: 16px;
}

.shrink2 .topbarbuttons{
padding: 4px 4px 4px 0px;
margin:0 auto;
transition: all 0.3s ease;
}

.shrink2 svg {
margin-right: 0px;
}

.topbarbuttons:after {
content: "";
display: table;
clear: both;
}

.topbarbuttons h1 {
font-size: 14px;
color: #121F3A;
font-weight: 600;
text-align: left;
margin-top: 24px;
}

.topbarbuttons p {
font-size: 12px;
color: #121F3A;
font-weight: 400;
text-align: left;
}

.backtotop {
color: #354772; 
padding: 12px 22px 12px 22px;
border-radius: 100px;
border: 3px solid #CEDCED;
font-size: 20px;
position: sticky;
top: 24;
float: right;
width: 24px;
background-color: #fff;
margin-left: 16px;
transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
z-index: 9999;
}

.backtotop:hover {
z-index: 9999;
background-color: #F5F9FD; 
color: #354772; 
padding: 12px 22px 12px 22px;
border-radius: 100px;
border: 3px solid #E81FAF;
font-size: 20px;
transform: scale(1.2)
}

.backtotop svg{
width: 20px;
height: 20px;
fill: none;
stroke: #E81FAF;
stroke-width: 2;
margin-right: 6px;
transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.backtotop:hover svg{
width: 20px;
height: 20px;
fill: none;
stroke: #E81FAF;
stroke-width: 2;
margin-right: 6px;
transform: scale(1.2)
}



#header-resume h1{
font-size: 32px;
font-weight: 600;
text-align: left;
margin-bottom: 0px !important;
margin-top: 24px;
background: linear-gradient(to right, #f32170, #FE9C12,#cf23cf, #1EE0A9);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
animation: gradientAnimation 5s linear infinite;
animation-direction: alternate;
background-size: 300% 100%;
}


.headertags {
padding-bottom: 16px;
padding-top: 16px;
}

.headertags.shrink {
  padding: 10px;
}

.headertags:after {
content: "";
display: table;
clear: both;
}

.headertags h1 {
font-size: 14px;
color: #121F3A;
font-weight: 600;
text-align: left;
margin-top: 24px;
}

.headertags p {
font-size: 12px;
color: #121F3A;
font-weight: 400;
text-align: left;
}

.maintag {
display: inline-flex;
background-color: #fff;
color: #1A2B4F;
padding: 16px 16px 12px 16px;
font-size: 14px;
transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
height: 24px;
border-radius: 100px;
border: 3px solid #CEDCED;
}

.maintag:hover {
display: inline-flex;
background-color: #fff;
color: #1A2B4F;
padding: 16px 16px 12px 16px;
font-size: 14px;
transform: scale(1.1);
height: 24px;
border-radius: 100px;
border: 3px solid #CEDCED;
}

.maintag svg {
width: 20px;
height: 20px;
margin-right: 6px;
fill: none;
stroke: #1A2B4F;
stroke-width: 2;
margin-right: 6px;
transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.maintag:hover svg {
width: 20px;
height: 20px;
margin-right: 6px;
fill: none;
stroke: #E81FAF;
stroke-width: 2;
margin-right: 6px;
transform: scale(1.1);
}



#myBtnContainer p{
color: #1A2B4F;
font-weight: 600;
margin-bottom: 16px;
margin-top: 64px;
}

.btn {
background-color: #fff;
color: #1A2B4F;
font-size: 14px;
transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
height: 32px;
border-radius: 100px;
border: 3px solid #CEDCED;
cursor: pointer;
margin-right: 4px;
font-weight: 400;
padding: 0px 12px 0px 12px;
}

.btn:hover {
background-color: #fff;
color: #1A2B4F;
font-size: 14px;
transform: scale(1.1);
height: 32px;
border-radius: 100px;
border: 3px solid #CEDCED;
}

.projectcontainerprimary {
display: flex;
margin-bottom: 100px;
}

.projectcontainerprimary p{
font-size: 18px;
color: #1A2B4F;
font-weight: 500;
max-width: 430px;
}

.projectcontainer {
margin-bottom: 64px;
}

.viewcasestudybtn {
align-items: center;
display: inline-flex;
border-radius: 100px;
border: 3px solid #CEDCED;
background-color: #fff;
margin-top: 24px;
}

.viewcasestudybtn span {
font-size: 13px;
font-weight: 600;
padding: 16px 0 12px 16px;
display: flex;
align-content: center;
color: #EE3F5C;
}

.viewcasestudybtn svg {

padding-right: 12px ;
fill: none;
stroke: #EE3F5C;
stroke-width: 2;
}

#fullwidth {
display: flex;
max-width: 1600px;
margin: 0 auto;

}

#liftlabheadercontainer {
max-width: 86%;
border-radius: 12px;
margin-bottom: 0px;
}

.headerimages  {width: 6% !important;}
#icons2 {
display: inline-block;
padding-top: 0px;
}

.companytag {
display: flex;
font-size: 13px;
align-items: center;
margin-top: 8px;
font-weight: 500;
color: #1A2B4F;
}

.companytag svg {
height: 16px;
width: 16px;
stroke: 1.5px #1A2B4F solid;
margin-right: 12px;
}

.right-case {
width: 50%;
align-content: center;
height: 100%;
}

.right-case  img {
width:100%;
}

.left-case {
width: 50%;
display: grid;
height: 100%;


}

.left-case p{ 
margin-bottom:12px; 
margin-top:12px
}

.left-case h1{ 
margin-bottom:0px;
margin-top:8px 
}

.filterDiv {
display: none;
}

.show {
display: block;
}


.yeartag {
padding: 8px;
background-color: #CDE6F6;
color: #5B72A1;
font-size: 12px;
font-weight: 400;
border-radius: 100px;
margin-top: 8px;
float: left;
}


/* START LOGO STYLES */
.alloralogo 
{
background-image: url("../images/upshotlogo-black@2x.png");
width: 45px;
height: 45px;
background-size: cover;
}

.liftlablogo 
{
background-image: url("../images/liftlablogo@2x.png");
width: 110px;
height: 45px;
background-size: contain;
background-repeat: no-repeat;
}

.hellolandinglogoblack 
{
background-image: url("../images/hellolandinglogoblack@2x.png");
width: 45px;
height: 45px;
background-size: contain;
background-repeat: no-repeat;
}

.peoplegrovelogoblack
{
background-image: url("../images/peoplegrovelogo@2x.png");
width: 45px;
height: 45px;
background-size: contain;
background-repeat: no-repeat;
}

.consensyslogoblack
{
background-image: url("../images/consensyslogoblack@2x.png");
width: 45px;
height: 45px;
background-size: contain;
background-repeat: no-repeat;
}

.comcastlogoblack
{
background-image: url("../images/comcastlogoblack@2x.png");
width: 45px;
height: 45px;
background-size: contain;
background-repeat: no-repeat;
}

.sparkcentrallogoblack
{
background-image: url("../images/sparkcentrallogoblack@2x.png");
width: 45px;
height: 45px;
background-size: contain;
background-repeat: no-repeat;
}

.trucoinlogoblack
{
background-image: url("../images/portfolioimages/trucoin/trucoinlogoblack@2x.png");
width: 132px;
height: 45px;
background-size: contain;
background-repeat: no-repeat;
}

.tonicdesignlogoblack
{
background-image: url("../images/portfolioimages/tonicdesign/toniclogoblack@2x.png");
width: 132px;
height: 45px;
background-size: contain;
background-repeat: no-repeat;
}

.tunefmlogoblack
{
background-image: url("../images/portfolioimages/tunefm/tunefmlogoblack@2x.png");
width: 132px;
height: 45px;
background-size: contain;
background-repeat: no-repeat;
}

.qvclogoblack
{
background-image: url("../images/qvclogoblack@2x.png");
width: 45px;
height: 45px;
background-size: contain;
background-repeat: no-repeat;
}


.singularitylogoblack {
background-image: url("../images/portfolioimages/singularitydesign/singularitylogo@2x.png");
width: 132px;
height: 45px;
background-size: contain;
background-repeat: no-repeat;
}
/* END LOGO STYLES */











#allcompanies {
display: flow;
margin:0 auto;
}

#smcompanies-row {

justify-content: space-between;

}

.smworkcontainer {
display: inline-grid;
margin-bottom: 24px;
}

#companylistcontainer {
display: flow;
margin-bottom: 32px;
}

.mainbox {
background-color: #FCFDFF;
border: 1px solid #EFF3FC;
border-radius: 20px;
margin-right: 24px;
padding: 24px 24px 0px 24px;
min-height: 100%;
}

.mainbox h2 {
line-height: 1.2em;
font-size: 18px;
font-weight: 400;
color: #1A2B4F;
}

.mainbox p {
font-size: 14px;
color: #73819E;
font-weight: 400;
line-height: 1.45em;
width: 240px; 
margin:0;
}

.mainbox h1 {

font-size: 18px;
font-weight: 600;
color: #1A2B4F;
width: 240px;
margin-top: 16px;
}

.mainbox h2 {
line-height: 1.2em;
font-size: 16px;
font-weight: 600;
color: #1A2B4F;
width: 240px;
margin-top: 16px;
margin-bottom: 4px;
}

.mainbox h1:hover {
background: linear-gradient(to right, #f32170, #FE9C12,#cf23cf, #1EE0A9);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
animation: gradientAnimation 5s linear infinite;
animation-direction: alternate;
background-size: 300% 100%;
}

.insidemainbox {
padding: 0px;
}


/* START RESUME PAGE STYLES */
/* START RESUME PAGE STYLES */
/* START RESUME PAGE STYLES */
/* START RESUME PAGE STYLES */
.resume-job h1 {
font-size: 24px;
margin-bottom: 0px;
margin-top: 0px;
}

.resume-job h1 em{
color: #0052FF;
font-style: normal;
}

#resumemaincontainer {
width: 100%;
border-right: 1px solid #D9DFEB;
padding-right: 24px;
}

#resumecontainer-right {
width: 100%;
}

#resumesplitview {
display: flex;
margin-bottom: 32px;
}

#resumemaincontainer .joblocation h1{
color: #53668F;
font-size: 16px;
font-weight: 400;
margin-top: 4px;
}

.jobtitle {
color: #121F3A;
font-size: 16px;
}

#resumeheader h1{
font-size: 36px;
color: #121F3A;
}

.knowledge {
padding-left: 24px;
margin-bottom: 64px;
}

.knowledge h1{
font-size: 20px;
margin-top: 0px;
}

.knowledge ul {
list-style: none;
}

.knowledge li{
font-size: 14px;
color: #121F3A;
margin-top: 8px;
}

.knowledge li em{
font-size: 14px;
color: #0052FF;
font-style: normal;
font-weight: 500;
}

.responsibilities {
max-width: 600px;
}

.responsibilities ul {
margin-top: 12px;
list-style: none;
margin-bottom: 32px;
}

.responsibilities li{
margin-bottom: 16px;
font-size: 14px;
color: #121F3A;
}

.responsibilities h1{
font-size: 16px;
color: #121F3A;
margin-top: 24px;
}

#workhistoryheader h1{
font-size: 24px;
font-weight: 600;
color: #1A2B4F;
margin-bottom: 32px;
}

.mylocationtag {
margin-bottom: 32px;
}
/* END RESUME PAGE STYLES */
/* END RESUME PAGE STYLES */
/* END RESUME PAGE STYLES */
/* END RESUME PAGE STYLES *

/* START ANIMATION STYLES */
@keyframes gradientAnimation {
0% {
background-position: 0;
}
to {
background-position: 100%;
}
}
/* END ANIMATION STYLES */




/* START WHAT AM I UP TO STYLES */
/* START WHAT AM I UP TO STYLES */
.whatamidoing {
margin-bottom: 64px;
}

.whatamidoing p {
font-size: 18px !important;
font-weight: 400;
text-align: left;
letter-spacing: .25pt;
line-height: 1.2;
color: #3B5386;
max-width: 850px;
}

.whatamidoing a {
color: #13AC9B;
font-weight: 600;
}
/* END WHAT AM I UP TO STYLES */
/* END WHAT AM I UP TO STYLES */








/* START RESPONSIVE STYLES */
/* START RESPONSIVE STYLES *
/* START RESPONSIVE STYLES */
/* START RESPONSIVE STYLES */
@media (min-width: 320px) and (max-width: 815px) {

body {
font-style: normal;
margin:0;
padding:20px;
background-size: cover;
background-color: #EDF2F5;
}

#header h1{
font-size: 32px;
margin-top: 32px
}

.whatamidoing {
margin-bottom: 64px;
}

#pagesplitcontainer {
}

#myBtnContainer p{
color: #1A2B4F;
font-weight: 600;
margin-bottom: 16px;
margin-top: 64px;
}

#imagescontainer {
display: inline-grid;
margin-top: 32px;
margin-bottom: 32px;
}

.maingrid {
display: grid;
width: 100%;
} 

.description-lg {
width: 100%;
padding-right: 0px;
}

.description-sm {
width: 100%;
padding-right: 0px;
}

.videosection {
display: flex;
max-width: 340px !important;
}

video {
max-width: 320px;
}

img {
width: 100%;
}

#pagesplitcontainer {
display: grid;
padding: 0px;
}

.navhidden {
visibility: visible;
}

.wrapper-left {
margin-top: 0px;
width: 100%;
top: 0;
position: sticky;
}

.wrapper-right {
padding: 0px;
border:none;
}

.left {
width: 100%;
}

.right {
width: 100%;
}

.top-bar {
position: sticky;
overflow: visible;
max-width: 100%;
}

.top-bar-inner {
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
transition: padding 0.3s ease;
padding: 12px !important;
max-width: 100% !important;
}

.stickyheader p {
font-size: 16px !important;
margin: 0 !important;
}


#fullwidth {
display: grid !important;
margin: 0 auto;
padding: 0px !important;
}

#liftlabheadercontainer {
margin-bottom: 0px !important;
padding-bottom: 0px !important;
padding:0px !important;
margin-top: 0px;
}

#icons2 {
padding-top: 0px !important;
margin-top: 0px;
}

.right {
width: 100%;
display: flex;
align-content: center;
}

.right img {
width:100%;
}

.right-case  {
width: 100% !important;
margin-top: 16px;
}

.smworkcontainer {
display: flow;
}

.companylistcontainer {
display: flow;
}

#smcompanies-row {
display: flow;
justify-content: space-between;
}

.mainbox {
min-height: 25%;
margin-right: 0;
}

.smworkcontainer {
display: inline-grid;
margin-bottom: 24px;
width: 100%;
}

.hiddenmobile {
display: none;
}

.viewcasestudybtn {
width: 80%;
margin:0 auto;
display: flex !important;
margin-top: 24px;
margin-bottom: 16px;
}

.left-case {
width: 100%;
}

}
/* END RESPONSIVE STYLES */
/* END RESPONSIVE STYLES */
/* END RESPONSIVE STYLES */
/* END RESPONSIVE STYLES */




#particles-js{
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -99;

}
.nucleobase {
  display: inline-block;
  position: relative;
}
.nucleobase:not(:last-child) {
  margin-right: 4.86vh;
}
.nucleobase:before, .nucleobase:after {
  content: "";
  display: inline-block;
  width: 3vh;
  height: 3vh;
  border-radius: 50%;
  position: absolute;
}
.nucleobase:nth-child(1) {
  -webkit-animation-delay: -1.869s;
          animation-delay: -1.869s;
}
.nucleobase:nth-child(1):before {
  -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -1.869s;
          animation-delay: -1.869s;
  background-color: #ff8490;
}
.nucleobase:nth-child(1):after {
  -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -1.869s;
          animation-delay: -1.869s;
  background-color: #ff737c;
}
.nucleobase:nth-child(2) {
  -webkit-animation-delay: -3.738s;
          animation-delay: -3.738s;
}
.nucleobase:nth-child(2):before {
  -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -3.738s;
          animation-delay: -3.738s;
  background-color: #ff8490;
}
.nucleobase:nth-child(2):after {
  -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -3.738s;
          animation-delay: -3.738s;
  background-color: #ff737c;
}
.nucleobase:nth-child(3) {
  -webkit-animation-delay: -5.607s;
          animation-delay: -5.607s;
}
.nucleobase:nth-child(3):before {
  -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -5.607s;
          animation-delay: -5.607s;
  background-color: #ff8490;
}
.nucleobase:nth-child(3):after {
  -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -5.607s;
          animation-delay: -5.607s;
  background-color: #ff737c;
}
.nucleobase:nth-child(4) {
  -webkit-animation-delay: -7.476s;
          animation-delay: -7.476s;
}
.nucleobase:nth-child(4):before {
  -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -7.476s;
          animation-delay: -7.476s;
  background-color: #ff8490;
}
.nucleobase:nth-child(4):after {
  -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -7.476s;
          animation-delay: -7.476s;
  background-color: #ff737c;
}
.nucleobase:nth-child(5) {
  -webkit-animation-delay: -9.345s;
          animation-delay: -9.345s;
}
.nucleobase:nth-child(5):before {
  -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -9.345s;
          animation-delay: -9.345s;
  background-color: #ff8490;
}
.nucleobase:nth-child(5):after {
  -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -9.345s;
          animation-delay: -9.345s;
  background-color: #ff737c;
}
.nucleobase:nth-child(6) {
  -webkit-animation-delay: -11.214s;
          animation-delay: -11.214s;
}
.nucleobase:nth-child(6):before {
  -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -11.214s;
          animation-delay: -11.214s;
  background-color: #ff8490;
}
.nucleobase:nth-child(6):after {
  -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -11.214s;
          animation-delay: -11.214s;
  background-color: #ff737c;
}
.nucleobase:nth-child(7) {
  -webkit-animation-delay: -13.083s;
          animation-delay: -13.083s;
}
.nucleobase:nth-child(7):before {
  -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -13.083s;
          animation-delay: -13.083s;
  background-color: #ff8490;
}
.nucleobase:nth-child(7):after {
  -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -13.083s;
          animation-delay: -13.083s;
  background-color: #ff737c;
}
.nucleobase:nth-child(8) {
  -webkit-animation-delay: -14.952s;
          animation-delay: -14.952s;
}
.nucleobase:nth-child(8):before {
  -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -14.952s;
          animation-delay: -14.952s;
  background-color: #ff8490;
}
.nucleobase:nth-child(8):after {
  -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -14.952s;
          animation-delay: -14.952s;
  background-color: #ff737c;
}
.nucleobase:nth-child(9) {
  -webkit-animation-delay: -16.821s;
          animation-delay: -16.821s;
}
.nucleobase:nth-child(9):before {
  -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -16.821s;
          animation-delay: -16.821s;
  background-color: #ff8490;
}
.nucleobase:nth-child(9):after {
  -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -16.821s;
          animation-delay: -16.821s;
  background-color: #ff737c;
}
.nucleobase:nth-child(10) {
  -webkit-animation-delay: -18.69s;
          animation-delay: -18.69s;
}
.nucleobase:nth-child(10):before {
  -webkit-animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -18.69s;
          animation-delay: -18.69s;
  background-color: #ff8490;
}
.nucleobase:nth-child(10):after {
  -webkit-animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  -webkit-animation-delay: -18.69s;
          animation-delay: -18.69s;
  background-color: #ff737c;
}

@-webkit-keyframes animBefore {
  0% {
    top: -6vh;
    z-index: 1;
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 1;
  }
  50% {
    top: 6vh;
    z-index: -1;
  }
  75% {
    background-color: #ffdab2;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    z-index: -1;
  }
  100% {
    top: -6vh;
    z-index: -1;
  }
}

@keyframes animBefore {
  0% {
    top: -6vh;
    z-index: 1;
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 1;
  }
  50% {
    top: 6vh;
    z-index: -1;
  }
  75% {
    background-color: #ffdab2;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    z-index: -1;
  }
  100% {
    top: -6vh;
    z-index: -1;
  }
}
@-webkit-keyframes animAfter {
  0% {
    top: 6vh;
    z-index: -1;
  }
  25% {
    background-color: #ff329b;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    z-index: -1;
  }
  50% {
    top: -6vh;
    z-index: 1;
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 1;
  }
  100% {
    top: 6vh;
    z-index: 1;
  }
}
@keyframes animAfter {
  0% {
    top: 6vh;
    z-index: -1;
  }
  25% {
    background-color: #ff329b;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    z-index: -1;
  }
  50% {
    top: -6vh;
    z-index: 1;
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 1;
  }
  100% {
    top: 6vh;
    z-index: 1;
  }
}
@-webkit-keyframes animDotBar {
  0% {
    height: 8.25vh;
  }
  25% {
    height: 0;
  }
  50% {
    height: 8.25vh;
  }
  75% {
    height: 0;
  }
  100% {
    height: 8.25vh;
  }
}
@keyframes animDotBar {
  0% {
    height: 8.25vh;
  }
  25% {
    height: 0;
  }
  50% {
    height: 8.25vh;
  }
  75% {
    height: 0;
  }
  100% {
    height: 8.25vh;
  }
}

.DNA_cont {
  display: inline-block;
  margin:0 auto;
  position: relative;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
          float: left;
          margin-right: 0px;
          margin-left: 0px;
          
}

#dnaigorcontainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
















canvas {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
