@font-face {
  font-family: 'heatwoodregular';
  src: url('../webfontkit-heatwood/heatwood-webfont.woff2') format('woff2'), url('../webfontkit-heatwood/heatwood-webfont.woff') format('woff');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'robotoregular';
  src: url('../webfontkit-roborto/Roboto-Regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.keen-slider {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.keen-slider,
.keen-slider__slide {
  overflow: hidden;
  position: relative
}

.keen-slider__slide {
  width: 100%;
  min-height: 100%
}

.keen-slider[data-keen-slider-v] {
  flex-wrap: wrap
}

.keen-slider[data-keen-slider-v] .keen-slider__slide {
  width: 100%
}

.keen-slider[data-keen-slider-moves] * {
  pointer-events: none
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.0;
  font-weight: 300;
  overflow-x: hidden;
  color: #303030;
  background-color: white;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

a {
  transition: all .3s ease;
  text-decoration: none;
}

ul {
  padding: 0
}

a:hover {
  text-decoration: none
}

button:focus {
  outline: none
}

p {
  line-height: 1.9
}

.landing-page {
  position: relative;
}

.projects-top {
  padding: 0 15%;
}

.read-more-spacer {
  margin: 0.5rem;
}

.read-more {
  background: #FEDE9C;
  box-shadow: 2px 2px 10px 2px rgba(205, 205, 205, .25);
  border-radius: 10px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.0;
  font-weight: 350;
}

.read-more:hover {
  box-shadow: 2px 2px 10px 2px rgba(215, 215, 215, .65);
}

.read-more-arrow {
  padding-left: 5px;
  padding-bottom: 4px;
  align-items: center;
}

.case-study-tags {
  border-radius: 10px;
  color: #777777;
  border-color: #F3f3f3;
  border-width: 2px;
  padding: 2px 5px!important;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 0.8rem!important;
  font-weight: 350;
  margin: 2px;
}

.case-study-tags:hover {
  cursor: default;
}

.top-section-splitter {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  justify-content: center;
  align-content: center;
}

.tm-logo {
  padding-top: 0%;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: auto;
  transform: scale(.9, .9);
  background-image: url("../img/Logo/Logo_Normal.png")
}

.tm-logo:hover {
  cursor: pointer;
  background-image: url("../img/Logo/Logo_Hover.png");
}

.nav-logo {
  position: absolute;
  opacity: 1;
  transition: opacity .5s linear;
  z-index: 1000;
}

.nav-logo-active:hover {
  opacity: 0;
}

.tm-slogan {
  font-size: .8rem
}

.navbar-toggler {
  transform: scale(1.25);
  color: darkslategray
}

.navbar-toggler-icon {
  background-image: url('https://mdbootstrap.com/img/svg/hamburger7.svg?color=303030');
}

.navbar-expand-lg {
  padding-left: 0;
  padding-right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-family: 'inter', 'sans-serif';
  font-weight: regular;
  font-size: 1.1rem;
  color: darkgray;
}

.navbar-expand-lg .navbar-nav .tm-nav-link {
  font-size: 1.3rem;
  font-weight: 400
}

.nav-item {
  padding-top: 0;
  margin-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nav-brand {
  align-content: flex-start;
  justify-content: flex-start top;
}

.highlight {
  transition: .5s;
  background-size: 200% 200%;
  background-image: linear-gradient(90deg, #ffffff00 50%, #ffc3003a 50%);
  background-position: 0% 0;
  color: black
}

.tools {
  display: flex;
  flex-direction: row-reverse;
}

.user-text {
  padding-right: 5%;
}

.nav-item:last-child {
  margin-right: 0
}

.nav-item.active .tm-nav-link {
  color: #9CC !important;
}



.tm-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 10%
}

.tm-row {
  display: flex;
  flex-direction: row;
  background-color: white;
  padding: 0 15px
}

.tm-col-left {
  width: 55%;
  height: 100%;
}

.tm-col-right {
  width: 35%;
  height: 100%;
  scale: auto;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  align-content: top;
}

.logo {
  width: 100px;
  height: 100px;
}

.left {
  width: 55%;
  height: 100%;
}

.right {
  width: 60%;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
}

.yellow-box {
  background-color: #fdb92d;
  width: 60px;
  height: 5px;
  left: 200px;
  top: 159px;
}

.yellow-box-bootstrap {
  background-color: #fdb92d;
  width: 60px;
  height: 5px;
  margin-top: 5px;
}

.yellow-underline {
  width: auto;
  max-width: 100%;
  background: linear-gradient(white 55%, #FEE0A0 10%) transparent 80%;
}

.tools-name {
  font-family: 'robotoregular';
  font-size: 1.5rem;
}

.about-me-img {
  max-width: 100%;
  height: auto;
}

.tm-content {
  vertical-align: top;
}

.info-heading {
  margin-top: 50px;
  margin-left: 0 !important
}

.info-content {
  margin-top: 20px;
  margin-left: 0 !important
}

.click-link {
  color: darkgrey;
}

.click-link:hover {
  color: #9CC;
}

.font-dark {
  color: #303030;
}

.icon {
  padding-left: 5px;
  padding-bottom: 4px;
  align-items: center;
}

.media,
.tm-site-header {
  margin: 0;
  padding-left: 0;
  justify-content: left;
}

.flex-container {
  display: flex;
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: top
}

.latest-greatestGrid {
  display: grid;
  grid-template-columns: 2fr 5fr 4fr;
  grid-template-areas: "date adventure movies""none learning books";
  grid-gap: 40px;
}

.latest-greatestGrid>div {
  text-align: left;
  font-size: 30px
}

.interest-content1 {
  grid-area: date;
}

.interest-content2 {
  grid-area: adventure;
}

.interest-content3 {
  grid-area: movies;
}

.interest-content4 {
  grid-area: learning;
}

.interest-content5 {
  grid-area: books;
}

.interest-padding {
  padding-bottom: 50px;
}

.interest-content {
  font-weight: 300;
  padding-top: 10px;
  padding-right: 10px;
}

.interest-heading {
  font-family: 'robotoregular';
  font-weight: 600;
  font-size: 26px;
  padding-bottom: 10px;
}

.interest-content1 {
  font-weight: 300;
  font-size: 18px;
  padding-top: 5%;
  padding-bottom: 10%;
}

.footer {
  font-family: 'open-sans', serif;
  font-weight: normal;
  font-size: 20px;
  display: block;
  text-align: center;
  align-items: center;
}

.signature {
  font-family: 'heatwoodregular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.1rem;
  padding-bottom: 5%;
  color: #414141;
  z-index: 5;
  position: relative;
}

.col3-left {
  width: 30%;
  height: auto;
}

.col3-center {
  width: 40%;
  height: auto;
  padding-right: 10%;
}

.col3-right {
  width: 30%;
  height: auto;
}

.flex-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fancy-image {
  max-width: 100%;
  cursor: pointer
}

.project-img {
  transition: ease-in-out .3s;
  transform: scale(.95);
  border-radius: 10px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c4c4c4;
  box-shadow: 0 4px 10px rgba(169, 168, 168, .25);
  ;
}

.tm-content-title {
  font-family: 'robotoregular';
  font-weight: regular;
  font-size: 3rem
}

.tm-content-subtitle {
  font-family: 'robotoregular';
  font-weight: regular;
  font-size: 2rem
}

.tm-content-subheading {
  font-size: 1.5rem !important
}

hr {
  border-top: 1px solid white
}

.btn {
  padding: 10px 25px;
  border-radius: 0;
}

.btn-big {
  padding: 9px 40px;
  font-size: 1.2rem;
  ;
}

.btn-primary {
  background-color: white;
  color: black;
  border: 0;
}

.btn-primary:hover {
  background-color: #9CC;
  color: black;
}

.tm-site-footer {
  padding: 40px 0 20px;
  max-width: 660px;
  font-size: .95rem;
}

.tm-col-footer {
  padding-left: 0
}

.tm-text-link {
  color: white
}

.tm-text-link:hover,
.tm-text-link:focus {
  color: #9CC;
}

.m-5 {
  border-top: 0;
  ;
}

.tm-service-text {
  max-width: 365px
}

.tm-service-img {
  margin-right: 25px
}

.tm-service-img-r {
  margin-left: 25px
}

.form-control,
textarea {
  color: white;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #999A9B;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  padding: 10px 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.form-control:focus {
  color: white;
  background-color: transparent;
  box-shadow: none;
  border-color: #9CC;
  outline: none;
}

.mb-85 {
  margin-bottom: 85px
}

.tm-contact-main {
  max-width: 690px
}

.tm-contact {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.mb-2 {
  border-top: 0
}

.mb-4 {
  border-top: 0
}

.navbar {
  padding-bottom: 0%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: content-box;
  opacity: .95;
  z-index: 10;
}

.nav-hold {
  position: -webkit-sticky;
  position: sticky;
  top: -0px;
  z-index: 1000;
  max-width: 100%;
  width: 100%;
}

.reco-name {
  font-family: 'robotoregular';
  font-weight: regular;
  font-size: 18px;
  color: #383833;
  width: 100%;
}

.reco-title {
  font-family: 'robotoregular';
  font-weight: regular;
  font-size: 18px;
  color: #777777;
  width: 100%;
}

.reco-container {
  text-align: center;
  position: relative;
  top: 20px;
}

.navigation-wrapper .reco-next-icon {
  padding: 10px;
  background-image: url("../img/recoarrow1.svg");
  position: absolute;
  transform: scale(1.5);
  top: 165px;
  left: 0;
}

.navigation-wrapper .carousel-control-next {
  right: -20%;
  cursor: pointer;
}

.reco-indicators {
  position: relative;
  margin: auto;
  top: 25px;
  display: none;
  width: 100%;
}

.reco-indicators .dot {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #C4C4C4;
  border-radius: 50%;
  border: 0;
  font-size: 0;
  padding: 0;
  opacity: .5;
}

.carousel-indicators .dot--active {
  opacity: 1 !important;
}

.footer-connected {
  font-family: 'robotoregular';
  font-weight: semi-bold;
  font-size: 24px;
}

.footer-city {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: regular;
  font-size: 14px;
  color: #888;
}

.footer-email {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: regular;
  font-size: 18px;
}

.footer-email:hover {
  cursor: pointer;
}

.footer-design {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: regular;
  font-size: 14px;
  color: #666666;
}

.footer-coding {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: light;
  font-size: 14px;
  color: #777777;
}

.contact-text {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  color: #3d3d3d;
}

.contact-text:hover {
  cursor: pointer;
}

.bottom-line-box {
  height: 16px;
  width: 20%;
  background-color: black;
}

.c1 {
  background-color: #FEDE9C;
}

.c2 {
  background-color: #D7EDF1;
}

.c3 {
  background-color: #DBDCF5;
}

.c4 {
  background-color: #D3FAE7
}

.c5 {
  background-color: #F6E4E4;
}

#footer-banner-mobile {
  display: none;
}

.form-control::-webkit-input-placeholder {
  color: white
}

.form-control:-ms-input-placeholder {
  color: white
}

.form-control::placeholder {
  color: white
}

.loader {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader>div {
  width: 70%;
  padding: .25% 10%;
}

.loader.hidden {
  animation: fadeOut 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden
  }
}

.main-loadertext {
  font-family: 'robotoregular';
  font-size: 1.5rem;
  text-align: center;
  color: #3d3d3d;
  display: flex;
  flex-direction: column;
}

.sub-loadertext {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.2rem;
  text-align: center;
  color: #3d3d3d;
}

.button_container {
  position: fixed;
  top: 5%;
  right: -5px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}

.button_container.active .top {
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #303030;
}

.button_container.active .middle {
  opacity: 0;
  background: #303030;
}

.button_container.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #303030;
}

.button_container span {
  background: #303030;
  border: none;
  height: 2px;
  width: 70%;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 18px;
}

.button_container span:nth-of-type(3) {
  top: 26px;
}

.overlay {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}

.desktop-invisible {
  display: none
}

.landing-page {
  background: url('../img/landing-page.gif') no-repeat 0 0/contain;
}

.landing-page-2 {
  background-color: #ECF7F9;
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
}

.landing-title{
  font-family: 'robotoregular';
  font-weight: regular;
  font-size: 2.5vw;
}

.landing-hello{
  font-family: 'robotoregular';
  font-weight: regular;
  font-size: 2vw;
}


.landing-content {
  font-size: 1.5vw;
  text-align: left;
}

.dummy{
  margin-top: 10vh;
  margin-bottom: 100vh;
}

.landing-img1{
  position: absolute;
  bottom: 10vh;
  animation-name: left-slide-in;
  animation-duration: 3s;
}

.landing-img2{
  position: absolute;
  top: 10vh;
  animation-name: right-slide-in;
  animation-duration: 3.5s;
}

.landing-text{
  position: absolute;
  top: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ipad-visible{
  display: none;
}

#down_arrow{
  position: absolute;
  top: 95vh;
  left: 50%;
  width: 40px;
}
@keyframes left-slide-in {
  0%   {transform: translateX(-100%);}
  100% {transform: translateX(0);}
}

@keyframes right-slide-in {
  0%   {transform: translateX(100%);}
  100% {transform: translateX(0);}
}

@media (max-width: 1500px) {
  #down_arrow{
  width: 30px;
  }
}

@media (max-width:1200px) {
  .nav-item {
    margin-right: 30px
  }

  .read-more-spacer {
    margin: .5rem
  }

  .tools-name {
    font-size: 1.3rem
  }
}

@media (max-width:992px) {
  .tm-nav {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    top: 44px;
    right: 4px
  }

  .nav-hold {
    top: -6px
  }

  .navbar-expand-lg .navbar-nav .tm-nav-link {
    font-size: 1.8rem;
    padding: 26px 0 0 0
  }

  #header,
  #header-cs {
    padding-bottom: 40px
  }

  .signature {
    padding-top: 30px
  }

  .navbar-collapse {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100vh
  }

  .navbar {
    opacity: 1
  }

  .navbar-collapse,
  .nav-item {
    display: inline;
    align-items: left
  }

  .nav-link {
    text-align: left;
    margin-left: 20px;
    margin-right: 0
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #303030AA
  }
  .navbar-brand {
    margin-left: 15px
  }

  .navbar-toggler,
  .collapsed {
    margin-right: 15px;
    z-index: 100
  }

  .navbar-nav {
    margin-top: 80px
  }

  .ball-canvas {
    display: flex;
    position: absolute;
    z-index: 1000
  }

  .project-title {
    margin-top: 1rem
  }

  .tm-content {
    margin-top: 20px
  }

  .tm-site-footer {
    padding-top: 40px
  }

  .tm-col-left {
    width: 40%
  }

  .tm-col-right {
    width: 60%;
    padding-left: 100px;
    padding-right: 30px
  }

  .tools-img {
    display: none
  }

  .tools-name {
    font-size: 1.5rem
  }

  .tm-col-footer {
    padding-left: 0
  }

  .carousel-control-next {
    display: none
  }

  .reco-container {
    height: 320px
  }

  .loader>div {
    width: 100%;
    padding: .25% 5%
  }

  #fun-heading {
    font-size: 1.25rem
  }

  #fun-content {
    font-size: 1rem
  }

  .tm-content-subheading {
    font-size: 1.3rem !important
  }
}

@media (max-width:768px) {
  .tm-container {
    padding-left: 0%;
    padding-right: 0%
  }

  .tm-row {
    flex-direction: column
  }

  .tm-col-left,
  .tm-col-right,
  .tm-bg-left,
  .tm-bg-right {
    width: 100%
  }

  #tm-main-nav {
    /* top: 10px; */
    padding-bottom: 0;
    height: 100vh
  }

  .tm-bg {
    flex-direction: column
  }

  .tm-bg-left {
    height: 200px;
    border-bottom: 50px solid rgba(0, 0, 0, .5);
    border-right: 0;
    border-top: 0
  }

  .tm-bg-right {
    height: calc(100% - 200px)
  }

  .projects-top {
    padding: 0 0
  }

  .user-text {
    padding-right: 0
  }

  .tm-bg-controls-wrapper {
    margin-left: 0;
    margin-top: 50px
  }

  .tm-content {
    max-height: none;
    margin-top: 40px
  }

  .tm-col-right {
    padding-top: 40px;
    padding-left: 30px
  }

  .tools {
    flex-direction: row
  }

  .container {
    padding-left: 2%;
    padding-right: 2%;
  }

  .row {
    padding-left: 0%;
    padding-right: 0%;
    margin-left: 0%;
    margin-right: 0%
  }

  .tm-col-footer {
    padding-left: 10px;
    padding-right: 10px
  }

  #footer-banner-desktop {
    display: none
  }

  #footer-banner-mobile {
    display: flex
  }

  .reco-container {
    height: 430px
  }

  .landing-title{
    font-size: 2.2rem;
  }

  .landing-hello{
    font-size: 1.8rem;
  }
  .landing-content{
    font-size: 18px; 
  }

  .landing-text{
    top: -10vh;
  }
  .landing-img1{
    bottom: 8vh;
    left: 0;
  }
  .landing-img2{
    right: 0;
  }

  .ipad-visible{
    display: block;
  }

  .navbar.navbar-collapse {
    background-color: white!important;
    top: 0;
    left: 0;
  }
}

@media (min-width: 575px) {
  .nav-item:hover .tm-nav-link,
  .nav-item:focus .tm-nav-link {
    color: #9CC
  }

}

@media (max-width:500px) {
  .mobile-invisible {
    display: none
  }

  .desktop-invisible {
    display: block
  }

  #fun-heading {
    font-size: 1.15rem
  }

  #fun-content {
    font-size: 0.95rem
  }

  .reco-indicators {
    display: flex;
    justify-content: center;
    align-items: center
  }
  
  .landing-img2{
    bottom: 15vh;
    right: 0;
    top: unset;
  }

  .landing-img1{
    display: none;
  }

  .landing-hello{
    font-size: 1.7rem;
  }
  .landing-title{
    font-size: 2rem;
  }

  .landing-content{
     font-size: 18px; 
  }

  .tm-content-title{
    font-size: 1.6rem;
  }

  .landing-text{
    top: -20vh;
  }

  #down_arrow{
    top: 98vh;
  }
}

@media (max-width:460px) {
  .tm-container {
    padding-left: 5%;
    padding-right: 5%
  }

  .tm-logo {
    margin-right: 15px
  }

  .tm-sitename {
    font-size: 1.8rem
  }

  .tm-slogon {
    font-size: .8rem
  }

  .landing-page {
    background: url('../img/landing-page.gif') no-repeat 0 15px/contain;
  }
}

@media (max-width:450px),
(min-width:768px) and (max-width:830px),
(min-width:992px) and (max-width:1040px) {
  .tm-container {
    padding-left: 5%;
    padding-right: 5%
  }

  .tm-service-media {
    flex-direction: column
  }

  .tm-service-media-img-l {
    flex-direction: column-reverse
  }

  .tm-service-text {
    margin-top: 20px
  }

  .tm-service-img {
    margin-right: 0
  }

  .tm-service-img-r {
    margin-left: 0
  }

  .contact-text {
    font-size: .9rem;
  }
}