/* color defination */
:root{
  --bg-dark:#f9f9f9;
  --primary-color:#8b85ca;
  --primary-blue:#A0D8EF;

}


body {
  font-family: 'Lato';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat';
}

hr.star-light,
hr.star-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

hr.star-light:after,
hr.star-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f005';
  font-family: FontAwesome;
  font-size: 2em;
}

hr.star-light {
  border-color: #fff;
}

hr.star-light:after {
  color: #fff;
  background-color: var(--bg-dark);
}

hr.star-dark {
  border-color: #404b46;
}

hr.star-dark:after {
  color: #35443d;
  background-color: white;
}

section {
  padding: 6rem 0;
}

section h2 {
  font-size: 2.25rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  section h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem;
}

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.scroll-to-top a {
  width: 3.5rem;
  height: 2rem;
  background-color: rgba(33, 37, 41, 0.5);
  line-height: 2rem;
}

#mainNav {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
  font-family: 'Montserrat';
}

#mainNav.navbar{
   box-shadow: 0px 0px 0px 1px #f5f5f5;
}

#mainNav .navbar-brand {
  color: #000000;
}

#mainNav .navbar-nav {
  margin-top: 1rem;
  letter-spacing: 0.0625rem;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #4f4f4f;
  margin-right:10px;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: var(--primary-color);
}

#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: var(--primary-color);
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: var(--primary-color);
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.8rem;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #mainNav .navbar-brand {
    font-size: 1.5em;
    -webkit-transition: font-size 0.3s;
    -moz-transition: font-size 0.3s;
    transition: font-size 0.3s;
  }
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: var(--primary-color);
    /*background: #fff;*/
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: var(--primary-color);
    /*background: #fff;*/
  }
  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

header.masthead {
  padding-top: 200px;
  padding-bottom: 6rem;
}

header.masthead h1 {
  font-size: 2rem;
  line-height: 4rem;
}

header.masthead h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: 'Lato';
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(6rem + 106px);
    padding-bottom: 6rem;
  }
  header.masthead h1 {
    font-size: 2.5em;
    line-height: 4rem;
  }
  header.masthead h2 {
    font-size: 1.3em;
    line-height:2rem;
  }
}

* {box-sizing: border-box;}
.portfolio {
  margin-bottom: -15px;
}
.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 4;
  }
  @include media-breakpoint-only(xl) {
    column-count: 5;
  }
}
.port_container {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 2em;
}

.port_image {
  display: block;
  width: 100%;
  height: auto;
}

.port_overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.9); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition:all .5s ease;
  opacity:0.7;
  color: white;
  font-size: 16px;
  padding: 20px;
  text-align: center;
}

.port_container:hover.overlay {
  opacity: 1;
}

@media (min-width: 576px) {
  .portfolio {
    margin-bottom: -30px;
  }
  /* .portfolio .portfolio-item {
    margin-bottom: 30px;
  } */
}

.portfolio-modal .portfolio-modal-dialog {
  padding: 3rem 1rem;
  min-height: calc(100vh - 2rem);
  margin: 1rem calc(1rem - 8px);
  position: relative;
  z-index: 2;
  -moz-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
}

.portfolio-modal .portfolio-modal-dialog .close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.portfolio-modal .portfolio-modal-dialog .close-button i {
  line-height: 38px;
}

.portfolio-modal .portfolio-modal-dialog h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .portfolio-modal .portfolio-modal-dialog {
    min-height: 100vh;
    padding: 5rem;
    margin: 3rem calc(3rem - 8px);
  }
  .portfolio-modal .portfolio-modal-dialog h2 {
    font-size: 3rem;
  }
}


.textcontainer{
    width: 100%;
    padding-right: 6%;
    padding-left: 6%;
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
}
.normaltext{
  max-width:  800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9rem;
  letter-spacing: .02rem;
}
.floating-label-form-group {
  position: relative;
  border-bottom: 1px solid #e9ecef;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}

.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e9ecef;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #71c1a7;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e9ecef;
}


.footer {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #383d3b;
  color: #fff;
}

.copyright {
  background-color: #2c3230;
}

a {
  color: var(--primary-color);
}

a:focus, a:hover, a:active {
  color: var(--primary-color);
}

.btn {
  border-width: 2px;
}

.bg-primary {
  background-color: var(--bg-dark)!important;
}

.bg-secondary {
  background-color: #383d3b !important;
}
.bg-grey{
  background-color: var(--bg-dark) !important;
}

.bg-white{
  background:#fff;
}
.bg-third{
  background-color: var(--primary-color) !important;
}

.text-primary {
  color: var(--primary-color)!important;
}

.text-secondary {
  color: #383d3b !important;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-secondary {
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #1a252f;
  border-color: #1a252f;
}

.header-container{
  margin-left: auto;
  margin-right: auto;
  margin-top:60px;

}
#appstore{
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: -260px;
margin-bottom: 200px;

}

/* .bg-container{
} */

.card-description{
  border-left: 4px solid var(--primary-color);
  padding-left: 1rem;
}

.portfolio-card{
  overflow:hidden;
  background-color: transparent;
  /* transition:all 2s ease; */
  margin-left:auto;
  margin-right: auto;
  transition: all .5s ease;
  border-radius: 20px;
}
.img-hover-zoom{
  max-height: 300px;
  overflow: hidden;
}
.portfolio-card:hover{
  background-color: #f8f8f8;
  box-shadow: 0 0 40px rgba(33,33,33,.3); 
  
}
.portfolio-card img{
  transition:all .5s ease;
}
.portfolio-card:hover img{

          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05);

}



.card-portfolio img{
object-fit:cover;
}

.portfolio-tag{
  position:absolute;
  top: 20px;
  left: 40px;
  width: 4em;
  height: 2.5em;
}
.portfolio-title{
  position:absolute;
  bottom:50px;
  left: 40px;
}

.portfolio-subtitle{
  position:absolute;
  bottom:20px;
  left: 40px;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  background:rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  /* max-width: 550px;
  width: calc(100% + 20px); */
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h3 {
  color: #fff;
  text-align: center;
  position: relative;
  top:80px;
  font-size: 28px;
  font-family: 'Vollkorn', serif;
  font-style:bold;
  overflow: hidden;
  padding: 0.5em;
  background-color: transparent;
}

.hovereffect h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h3:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  position: relative;
  top:80px;
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0.6);
  font-style: italic;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.card-portfolio{
  /* height: 300px;
  max-width: 550px; */
  overflow:hidden;
  margin-left: auto;
  margin-right: auto;
}


header.page-header {
  padding-bottom: 4rem;
  padding-top: calc(1.5rem + 72px);
}

header.page-header h1 {
  font-size: 1.2rem;
  line-height: 4rem;
}

header.page-header h2 {
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: 'Lato';
  font-style: italic;
  color:#4f4f4f;
}

@media (min-width: 992px) {
  header.page-header {
    margin-top:60px;
    padding-bottom: 6rem;
  }

  header.page-header h1 {
    font-size: 2.5em;
    line-height: 4rem;
  }
  header.page-header h2 {
    font-size: 1rem;
    line-height: 1.2rem;
    font-family: 'Lato';
    font-style: italic;
    color:#949494;
  }
}
.date-and-place{
  text-align:left;
  /* border-left: 4px solid #4f4f4f */
}
.date-and-place p{
  font-size: 1.5em;
  line-height: 1.4rem;
  font-family: 'Lato';
  font-weight:700;
  
}
.date-and-place h3{
  font-size: 1em;
  line-height: 1.4rem;
  font-family: 'Lato';
}
.intro{
  text-align:left;
  border-left: 4px solid var(--primary-color)
}
.intro p{
  line-height: 1.9em;
  letter-spacing: .02em;
}
.section-title{
  font-size: 2em;
  line-height: 2.5rem;
  color:#000;
  font-family: 'Lato';
  font-weight:900;
  text-align: center;
}
.subtitle{
  font-size: 0.9rem;
  line-height: 1.2rem;
  color:#000;
  font-family: 'Lato';
  font-style:italic;
  /* font-weight:700; */
}
.text-bold-primarycolor{
  font-size: 1.2em;
  line-height:2.5rem;
  color:var(--primary-color);
  font-family:'Lato', sans-serif;
  font-weight:900;
}
.bold-title{
  padding-top: 1rem;
  font-size: calc(3rem + 4vw);
  line-height: calc(3rem + 4vw);
  color:#000;
  font-family:'Lato', sans-serif;
  font-weight:900;
}


.custom-counter {
  margin: auto;
  padding: auto;
  list-style-type: none;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color:#71c1a7;
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}

.colored-card{
  
  padding-top:15px;
  padding-left:15px;
  padding-right:5px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background:#e0e0e0;
  margin-left:10px;
  
}
.img-shadow{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-with-pink-line{
  padding-top:20px;
  padding-left:25px;
  padding-right:10px;
  padding-bottom: 15px;
  margin-right: 20px;
  margin-bottom: 20px;
  background:#f9f9f9;
  border-top: 2px solid #CCA6BF;
}
.reflection-card{
  padding-top:2rem;
  padding-left:2rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  background:#E7F8F7;
}
.reflection-card h5{
color:var(--primary-color);
}

.card-with-green-line{
  padding-top:25px;
  padding-left:25px;
  padding-right: 25px;
  padding-bottom: 20px;
  margin-right: 24px;
  margin-bottom: 20px;
  background:#f9f9f9;
  border-top: 2px solid #5C9291;
}

.card-normal{
  padding-top:20px;
  padding-left:25px;
  padding-right:10px;
  padding-bottom: 15px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  background:#fff;
}

.conclude-card{
  max-width: 450px;
  padding-top:15px;
  padding-left:20px;
  padding-bottom: 15px;
  margin-right: 20px;
  margin-bottom: 20px;
  background:#d5e9e6
}

.conclude-card-negative{
  max-width: 450px;
  padding-top:15px;
  padding-left:20px;
  padding-bottom: 15px;
  margin-right: 20px;
  margin-bottom: 20px;
  background:#f7dcdc
}
.text-shadow{
/* text-shadow: 2px 2px 2px #7A7A7A; */
}
.logo-style{
  margin-right: 40px;
  margin-left:15px;
}
/* a:hover{
  opacity:.5;
} */


.with-border{
  border-left:double;
  display: block;
}
.primary-color-text{
  color:var(--primary-color);
  margin-right:1rem;
}
.sub-title{
  font-size: 1.5rem;
  line-height: 1.8rem;
  color:#000;
  font-family: 'Lato';
  font-weight:900;
  text-align: left;
}
.title-card{
  font-size: 1rem;
  line-height: 1.2rem;
  color:#000;
  font-family: 'Lato';
  font-weight:900;
  text-align: left;
}
.flex-even{
  flex:1;
}
.shadow-pink-up-left{
  -webkit-box-shadow: -10px -10px 0px 0px rgba(204,166,191,1);
}
 .button-underline {
  font: 1rem Lato, sans-serif;
  display: inline-block;
  padding-bottom:0.5em;
/*   border-radius: 5px; */
  text-decoration: none;
  
  /* Set up the hover */
  /* If you aren't using autoprefix, remember to prefix the gradient for other browsers */
  background-image: linear-gradient(var(--primary-color),var(--primary-color));
  background-size: 0 2px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all .2s ease-out;
}

.button-underline:hover {
  color:var(--primary-color);
  /* The following line makes the underline only as wide as the text */
  background-size: calc(100% - 2em) 2px, auto;
  background-size: 100% 2px, auto;
  
} 
.invision-prototype{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.highlight{
  color:#4A38A6;
  
  background-color:#f1f1f1;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: background-color 2s; /* For Safari 3.0 to 6.0 */
        transition: background-color2s; /* For modern browsers */
        text-decoration: none !important

}
.highlight:hover{
  background-color:C7C0E8 ;
}



