@font-face {
  font-family: graphik;
  font-weight: normal;
  src: url(graphik-400-regular.otf);
}

@font-face {
  font-family: graphik;
  font-weight: 500;
  src: url(graphik-500-medium.otf);
}

@font-face {
  font-family: graphik;
  font-weight: 600;
  src: url(graphik-600-semibold.otf);
}

@font-face {
  font-family: graphik;
  font-weight: 700;
  src: url(graphik-700-bold.otf);
}

@font-face {
  font-family: graphik;
  font-weight: 800;
  src: url(graphik-800-black.otf);
}




::selection {
  background: #0f36ff;
  color: #ebf4ff;
}

body {
 font-family: "Graphik", sans-serif;
	font-weight: 400;
	font-style: normal;
  font-size: 18px;
  color: #171717;
  line-height: 1.5;
}

h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.8;
}

h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.8;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
}

h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
}


b {
  font-weight:500;
}

/*sidenav*/

.sidenav {
  height: 100%;
  width: 23%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #171717;
  overflow-x: hidden;
  padding-top: 20px;  
  padding-left: 24px;
}

.sidenav header{
  padding-top: 32px;
  padding-left: 24px;
  padding-bottom: 24px;
  line-height: 1.5;
  font-size: 32px;
  font-weight: 600;
  color: #1154ff;
  display: block;
}

.sidenav p {
 margin-top: 8px;
 font-size: 17px;
 display: block;
 color: #fff;
 text-decoration: none;
}

.sidenav a {
 padding-left: 24px;
 padding-top: 4px;
 margin-bottom: 4px;
 font-size: 17px;
 display: block;
 color: #fff;
 text-decoration: none;
 transition: border 0.3s ease-in;
 border-bottom: solid 2px rgba(0,0,0,0);
 padding-bottom: 1px;
}

.sidenav a:hover{
 color: #1154ff;
 font-weight: 500;
 text-decoration-line: underline;
 text-decoration-style: wavy;
}

.sidenav a.selected {
 font-weight: 500;
 color: #1154ff;
 text-decoration-line: underline;
 text-decoration-style: wavy;
}

.link{
  text-decoration: none;
   color: #1154ff;
  font-weight: 500;
}

.links a {
 margin-left: 8px;
 font-size: 16px;
}

.links { 
 	font-family: "Graphik", sans-serif;
  position: absolute; 
  bottom: 32px; 
}


.main {
  margin-left: 23%;
  padding: 48px;
  line-height: 1.6;
}

.intro {
  height: 60vh;
  padding-top: 120px;
}


.main p {
  font-size: 20px;
}

.card-body {
  float: left;
  width: 30%;
  padding-right: 24px;
}

.card {
  height:500px; 
  padding-top: 120px;
}

.card-img-container {
  border-radius: 8px;
  height: 400px;
  overflow: hidden;
}

.card-img-left {
    object-fit: cover;
  	object-position: 50% 50%;
  	transition: .3s all;
}

.card-img-left:hover {
  transform: scale(1.1);
  transform-origin: center;
}

.project-card {
  text-decoration: none;
  color: rgb(23, 23, 23);
}


.card-text{
  padding-bottom: 12px;
}

.number {
  font-family: "Graphik", sans-serif;
  font-weight: 500;
  color: #171717;
  font-size: 48px;
  border-top: solid 2px #eff2f6;
  padding-bottom: 32px;
}

footer {
  border-top: solid 2px;
 	margin-top: 48px;
  padding-top: 12px;
  width: 100%;
  text-align: right;
  font-size: 14px;
}

/* about.html */

.aboutme h1{
  border-top: solid 4px #171717;
  color: #171717;
}

.aboutme {
  width: 100% ;
  padding: 16px;
}

.aboutme p {
  width: 50%;
  margin-bottom: 24px;
}

.aboutme h1 {
  padding-bottom: 24px;
}

/* CASE STUDY */
/* CASE STUDY/sidenav */
.next {
  color: #6d6d6d;
  font-family: "Graphik", sans-serif;
  position: absolute; 
  bottom: 32px; 
}

.previous {
  color: #6d6d6d;
  font-family: "Graphik", sans-serif;
  position: absolute; 
  bottom: 68px;
}



.project-info {
line-height: 1.8;
display: block;
padding: 48px 24px 48px 24px;
}

.hero {
  display: block;
    margin-left: 22%;
    padding-left: 48px;
    padding-top: 48px;
    max-width: 75%;
    line-height: 1.6;
}


/* CASE STUDY/ body */

.casestudy {
  margin-left: 22%;
  width: 75%;
  padding: 48px;
  line-height: 1.6;
}

.casestudy p, ul, ol {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.casestudy .title {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;  
}

.casestudy img, {
 max-width: 75%;
 margin-left: auto;
 margin-right: auto;
 margin-top: 12px;
 margin-bottom: 12px;
}


.content {
  padding: 48px;
  border-bottom: 5px solid #eff2f6;
}

.content-end {
  padding: 48px;
}


.hero h1 {
  border-top: solid 4px #171717;
  color: #171717;
}

.valorgif {
  max-width: 35%;
  border-radius: 38px;
  margin-top: 24px;
  margin-left:30%;
}


.block {
  margin-top: 24px;
  margin-bottom: 24px;
  box-shadow: 0px 5px #dfdfdf;
  font-size: 32px;
  font-weight: 500;
  padding: 32px;
  width: 100%;
  background-color: #eff6ff;
  border-radius: 8px;
  text-align: center;
  border: 2px solid #d7e3f7;
  color: #1154ff;
}


.email {
  text-decoration: none;
  color: rgb(17, 84, 255);
}




/* case study styling ends */

button {
  font-family: "Graphik", sans-serif;
  font-weight: 500;
  display: block;
  border: solid 2px #1154ff;
  border-radius: 4px;
  background-color: #fff;
  color: #1154ff;
  padding: 8px 16px;
  text-align: center;
  font-size: 16px;
  transition-duration: 0.4s;
  margin-left: auto;
  margin-right: auto;
}


button:hover {
  background-color: #1154ff;
  color: white;
}

.container-habits {
  margin-top: 24px;
  border-radius: 8px;
  width: 100%;
  height: 500px;
  background-image: url("04-habits.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
}

.container-brainsquall {
  margin-top: 24px;
  border-radius: 8px;
  width: 100%;
  height: 500px;
  background-image: url("brainsquall-hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
}

.container-valor {
  margin-top: 24px;
  border-radius: 8px;
  width: 100%;
  height: 500px;
  background-image: url("valor-grid.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container-organizeemail {
  margin-top: 24px;
  border-radius: 8px;
  width: 100%;
  height: 500px;
  background-image: url("organize-email-home.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container-perceptif {
  margin-top: 24px;
  border-radius: 8px;
  width: 100%;
  height: 500px;
  background-image: url("contact-tracing.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container-tokentransit {
  margin-top: 24px;
  border-radius: 8px;
  width: 100%;
  height: 500px;
  background-image: url("tt-hero.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container-tokentransit-1 {
  margin-top: 24px;
  border-radius: 8px;
  width: 100%;
  height: 500px;
  background-image: url("fare-capping-mockups.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.container-betterup {
  margin-top: 24px;
  border-radius: 8px;
  width: 100%;
  height: 500px;
  background-image: url("betterup-logo.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container-betterup-1 {
  margin-top: 24px;
  border-radius: 8px;
  width: 100%;
  height: 500px;
  background-image: url("betterup-hero.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



.container-convoy {
  margin-top: 24px;
  border-radius: 8px;
  width: 100%;
  height: 500px;
  background-image: url("ia-cover.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container-cap {
  margin-top: 24px;
  border-radius: 8px;
  width: 100%;
  height: 500px;
  background-image: url("cap.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.image {
		margin-top: 48px;
    margin-bottom: 48px;
    border-radius: 12px;
}


.container .image{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

ul.a {
  list-style-type: circle;
  padding-left: 24px;
}

.final-gif  {
  max-width: 75%;
  display: flex;
  align-content: space-between;
}

.final-gif img {
  max-height: 30%;
}

.final-gif .title {
  margin-top: 30%;
  float: right;
}

.image-long {
 max-width: 50%;
 margin-left: 25%;
}


.aboutme-text{
  margin-left: 25%;
}

.aboutme-photo{
 float: right;
 max-width: 40%;
 height: 200px;
 margin-right: 25px;
}

.icon {
 margin-right: 8px;
max-width: 24px;
}

.icon-large {
  max-width: 48px;
  margin-right: 8px;
}

.icon-list {
     max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 12px;
}

.ca-img {
  margin-left: 10%;
}

.valorgif {
  margin-bottom: 24px;
}

@media (max-width: 720px) {
  
  .icon-list {
    margin-left: 0px;
  }
  

  
  body {
    font-size: 16px;
    padding: 16px;
  }
  
  .sidenav {
  	width: 100%;
    height: auto;
    position: relative;
    background-color: #171717;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  
  .nav-header {
    display: flex;
    justify-content: space-between;
  }
  
  .sidenav header {
    padding: 0;  
  }
  
  header h4 {
    font-size: 16px;
    font-weight: 600;
  }
  

.sidenav p {
 font-size: 16px;
 color: #fff;
 text-decoration: none;
}

  .links {
		position: relative;
    height: auto;
    display: flex;
    bottom: initial;
    margin-top: 24px;
}
  
 .work-about a {
   padding: 0;
   display: inline-block;
  }
  
  
.sidenav a {
  padding-left: 0;
  padding-right: 10px;
 position: relative;
 font-size: 16px;
 color: #fff;
 text-decoration: none;
}


.sidenav a.selected {
 font-weight: 500;
 color: #1154ff;
 text-decoration-line: underline;
 text-decoration-style: wavy;
}

  .main {
    margin-left: 0;
    padding: 0;
  }
  
  .intro h1 {
    font-size: 36px;
  }
  
  .intro {
    padding-top: 30px;
    height: auto;
  }
  
  .card {
    padding-top: 60px;
    height: auto;
  }
  
  .card-img-container {
    height: auto;
  }
  
  .card-body {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  
  .number {
  padding-bottom: 12px;
  }
  
  footer {
    text-align: center;
    font-size: 12px;
  }
  
  .casestudy {
    margin-left: 0;
    width: 100%;
    padding: 24px 0;
}

.hero {
  	padding-top: 8px;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
}
  
  .project-info {
    padding: 0;
  }
  

  
  header h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8;
  }
  
  .container-valor {
    height: 50vh;
    background-size: cover;
    background-position: center;
  }
  
  .container-organizeemail {
    height: 50vh;
    background-size: cover;
    background-position: center;
  }
  
  .container-habits {
    height: 50vh;
    background-size: cover;
    background-position: center;
  }
  
  .container-perceptif {
    height: 50vh;
    background-size: cover;
    background-position: center;
  }
  
  .container-brainsquall {
    height: 50vh;
    background-size: cover;
    background-position: center;
  }
  
    .container-convoy {
    height: 50vh;
    background-size: cover;
    background-position: center;
  }


    .container-cap {
    height: 50vh;
    background-size: cover;
    background-position: center;
  }

  .casestudy .title {
   max-width: 100%;
  }
  
  .casestudy p, ul, ol {
    max-width: 100%;
  }
  
  .content {
    padding-top: 12px;
    padding-bottom: 12px;
}
  
  .content {
    padding: 0;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  
  .block h1 {
    font-size: 16px;
  }
  
  button {
    margin-bottom: 24px;
    font-size: 12px;
  }
  
  .image {
   margin-top: 0px;
}
 
  .content-end {
    padding: 0;
    margin-top: 24px;
    margin-bottom: 24px;
}
  
 
  .aboutme {
    width: 100%;
    padding: 0px;
}
 
  .aboutme h1 {
    margin-top: 12px;
  }
  
  .aboutme p {
    width: 100%;
    padding: 0px;
    margin-bottom: 24px;
}
  
.main p {
    font-size: 16px;
}
  
  .next, .previous {
    bottom: 0;
  }
  
  h4 {
    font-size: 16px;
  }
    
.name {
  display: none;
}

.previous-next {
 margin-top: 12px;
}

.final-gif  {
  max-width: 75%;
  display: block;
  margin-bottom: 48px;
}

  
  .final-gif .title {
    margin-top: 16px;
    width: 100%;
  }
  
  .valorgif {
    border-radius: 16px;
    margin-left: 20%;
    max-width: 60%;
  }

  .aboutme-photo {
   margin-bottom: 24px;
    float: none;
    max-width: 100%;
    height: auto;
  }
  
  .aboutme-text {
    margin-left: 0px;
  }
  
  .how-it-works {
    margin-bottom: 24px;
  }
  
ul.a {
    margin-left: 24px;
 
}

ol li {
  margin-left: 24px;
}


}
