/*!
 * Start Bootstrap 
 * Copyright 2013-2018 Start Bootstrap
 */

body,
html {
  width: 100%;
 /* height: 100%;*/
  background: #eaeff2;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url(https://typographer.io/1/fonts/mss:proxima-nova::regular@4.2.0/woff2?token=ab6a55e63e);
    font-weight: 400;
    font-display: swap;
}

body {
  font-family: 'Proxima Nova', sans-serif;
  /*font-family: 'Didact Gothic', sans-serif;*/
  color: rgb(3, 20, 30);
  /* font-family: 'Source Sans Pro'; */
}


.smart-markup{
  background: #f8fafc;
}
.section-title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  
  margin: 32px 0 12px;
}

.styled-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.styled-list.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
}

.styled-list li {
  border-left: 2px solid #eee;
  padding-left: 12px;
}

.list-title {
  display: block;
  font-weight: 600;
  color: #111;
}

.list-desc {
  display: block;
  font-size: 0.9rem;
  color: #555;
}

/* Mobile */
@media (max-width: 768px) {
  .styled-list.two-col {
    grid-template-columns: 1fr;
  }
}

.btn-xl {
  padding: 1.25rem 2.5rem;
}
#portfolioZero { background-color:#ea8461; color:#fff;}
#portfolioDSM { background-color:#2987cc; color:#fff;}
#portfolioOne { background-color:#67a0bd; color:#fff;}
#portfolioTwo { background-color:#ea8461; color:#fff;}
#portfolioThree { background-color:#ea8461; color:#fff;}
#portfolioFour { background-color:#ea8461; color:#fff;}
#portfolioEasyJet { background-color:#D4E0E8; color:#2A2B2C; padding-top: 1rem;}
/* #portfolioZero.content-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
} */
#portfolioEasyJet.conten-section {
  padding-top: 1rem;
}
  /* NAME BLOCK */
.brand {
  text-decoration: none!important;
  color: #0f172a;
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding-top: 20px;
  padding-left: 20px;
}

.role {
  font-size: 12px;
  color: #64748b;
  margin-top: 2px;
}

/* NAV */
.top-actions {
  display: flex;
  gap: 25px;
}

.top-actions a {
  text-decoration: none;
  font-size: 14px;
  color: #475569;
  position: relative;
}

/* subtle hover */
.top-actions a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #0f172a;
  transition: 0.2s ease;
}

.top-actions a:hover::after {
  width: 100%;
}

/* MOBILE */
@media (max-width: 768px) {
  .top-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .top-actions {
    gap: 15px;
  }
}
#topCoverImg .logo {
  position: absolute;
  top:0.5rem;
  left:0.5rem;
}
/*
.content-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}*/

.content-section-top {
  /* padding-top: 1rem; */
  /* padding-bottom: 1rem; */
}

.content-section-heading h2 {
  font-size: 2rem;
  text-transform: uppercase;
  padding-top: 20px;
}

.content-section-heading h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
}

#resume h3{ padding-bottom: 3rem;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

/* Map */
.map {
  height: 30rem;
}


.container {
  max-width: 1100px;
  margin: auto;
  padding: 30px 20px;
}

h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

/*p {
  color: #555;
  line-height: 1.6;
}*/

.subtitle {
  font-size: 18px;
  max-width: 600px;
}

/* HERO METRICS */
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 0px;
}

.metric {
  background: rgb(243, 244, 248);
  padding: 25px;
  border-radius: 12px;
  text-align: left;
 
}

.metric span {
  font-size: 28px;
  font-weight: bold;
  display: block;
}

/* SECTIONS */
.section {
  margin-top: 20px;
  margin-bottom: 20px
}
#topCoverImg {
  position: relative;
  padding: 0;
}

#topCoverImg .container-fluid,
#topCoverImg .row {
  position: relative;
  
}

#topCoverImg .image-opening {
  position: relative;
  width: 100%;
}

#topCoverImg .image-opening img {
  display: block;
  width: 100%;
  height: auto;
}

#topCoverImg .top-inner {
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 10;
  width: auto;
}
#topCoverImg .image-opening {
  position: relative;
  z-index: 1;
}

#topCoverImg .top-inner {
  position: absolute;
  z-index: 20;
}

#topCoverImg .brand,
#topCoverImg .name {
  position: relative;
  
}

#topCoverImg .name {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.highlight {
  background: rgb(234, 235, 243);
  padding: 30px;
  border-radius: 12px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 40px;
}

/* PROCESS */
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.process-grid div {
  border-left: 3px solid #0c5460;
  padding-left: 15px;
}

/* QUOTE */
.quote {
  margin-top: 60px;
  font-style: italic;
  font-size: 20px;
  color: #333;
}

/*INBOX*/
.heroInbox {
  
  padding: 50px 20px;
  position: relative;
}
.smart-markup span.name{
  color: #ffffff!important;}

/* subtle accent line 
.hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 80px;
  width: 4px;
  height: 120px;
  background: #4f46e5;
}*/

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* BADGE */
.badge {
  display: inline-block;
  background: #0c5460;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 40px;
}

/* GRID */
.hero-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: start;
}

/* LEFT SIDE */
.hero-main h1 {
  font-size: 64px;
  line-height: 1.05;
  margin: 0;
  color: #0f172a;
}

.hero-main h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-top: 20px;
  color: #64748b;
  font-weight: 500;
}

/* RIGHT SIDE */
.hero-side p {
  font-size: 18px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* META INFO */
.hero-meta {
  border-left: 2px solid #e2e8f0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-meta span {
  font-size: 12px;
  text-transform: uppercase;
  color: #94a3b8;
  letter-spacing: 1px;
}

.hero-meta p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #0f172a;
}

/* Process*/
.process-ai {
  padding: 50px 20px;
  background: #f8fafc;
}

.process-header {
  max-width: 600px;
}

.process-header h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.process-header p {
  color: #64748b;
}

/* GRID */
.process-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 60px;
}

/* COLUMN */
.process-col h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

/* ITEMS */
.item {
  margin-bottom: 25px;
}

.item span {
  font-size: 12px;
  text-transform: uppercase;
  color: #94a3b8;
  letter-spacing: 1px;
}

.item p {
  margin: 5px 0 0;
  color: #475569;
}

/* HIGHLIGHT */
.highlight {
  border-left: 3px solid #0c5460;
  padding-left: 20px;
}

/* STATEMENT */
.ai-statement {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 500;
  max-width: 700px;
  color: #0f172a;
}

/* MOBILE */
@media (max-width: 768px) {
  .process-compare {
    grid-template-columns: 1fr;
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-main h1 {
    font-size: 42px;
  }

  .hero-main h2 {
    font-size: 26px;
  }

  .hero::before {
    display: none;
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .metrics {
    grid-template-columns: 1fr 1fr;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

.map iframe {
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("../img/bg-masthead.webp");
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-masthead.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1 {
    font-size: 5.5rem;
  }
}

/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  background: #1D809F !important;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 3000;
}

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 9999;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
  background: #343a40;
}

.service-icon {
  background-color: #fff;
  color: #f26d7d;
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.7rem;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.callout {
  padding: 15rem 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("../img/bg-callout.webp");
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-callout.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.callout h2 {
  font-size: 4rem;
  font-weight: 700;
  display: block;
  max-width: 30rem;
}
.logo{
  z-index: 2000;
}

.image-opening{ 
/* position: absolute;
top:0px; */
width: 100%;
z-index: 100;
}
.content-logo{
  /* width: 25%; */
}

.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}

.portfolio-item .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-item .caption .caption-content {
  color: #fff;
  margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.1rem;
}

@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 10px;
    border-radius: 10px;
  }
  .portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 2.5rem;
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
  .portfolio-item:hover .caption {
    background-color: rgba(29, 128, 159, 0.9);
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
}

footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

footer.footer .social-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: #23272b;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
  background-color: #000000;
  text-decoration: none;
}

a {
  color: #1D809F;
}

a:hover, a:focus, a:active {
  color: #155d74;
}

.btn-primary {
  background-color: #1D809F !important;
  border-color: #1D809F !important;
  color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #155d74 !important;
  border-color: #155d74 !important;
}

.btn-secondary {
  background-color: #ecb807 !important;
  border-color: #ecb807 !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #ba9106 !important;
  border-color: #ba9106 !important;
}

.btn-dark {
  color: #fff !important;
}

.btn {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.bg-primary {
  background-color: #1D809F !important;
  /*background-color: #f26d7d !important;*/
  
}

.text-primary {
  color: #1D809F !important;
}

.text-secondary {
  color: #ecb807 !important;
}
@media (max-width: 768px){

  .content-logo{ width: 45%;}

  .image-opening{ position: relative;}
  #portfolioZero.content-section,  #portfolioOne.content-section {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
}
}
