@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
* {
  padding: 0;
  margin: 0;
}

html{
    overflow-x: hidden;
}
body {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    overflow-x: hidden;
    position: relative;
    height: 100%;
    
    margin: 0;
    padding: 0;
    background: url("/static/images/bg2.png") 40% no-repeat ;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
  text-align: center;
}

.active {
  background-color: #ce7ecb2c; 
  color: #fff;
  padding: 2px;
  border-radius: 5px;
}

.active:hover {
  background-color: #7145702c; 
}

.navbar-toggler {

  border: none;
  padding: 10px;
  cursor: pointer;
}

.navbar-toggler-icon {
  font-size: 24px;
  color: #fff;
}

.row {
  margin: 2em;
  padding: 0;
  text-align: center;
}

.lead{
  color:#aaa;
}

.about {
  padding-left: 1em;
  padding-bottom: 1em;
  padding-top: 1em;
  align-items: center;
}


.nav img {
  width: 7em;
  height: auto;
  text-align: center;
  padding-right: 3em;
  margin-left: 3em;
  margin-right: 3em;
}
/* post card styles */

.card{
  display: flex;
  flex-wrap: wrap;
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow:hidden;
  border-radius:20px;
  min-height:450px;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
  width: 22em;
  background-color: #e0c7ed57;
}


&.card-has-bg{
transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  background-size:120%;
  background-repeat:no-repeat;
  background-position: center center;
  &:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);}

  &:hover {
    transform: scale(0.98);
    box-shadow: 0 0 5px -2px rgba(0,0,0,0.3);
    background-size:130%;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);

    .card-img-overlay {
      transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
      background: rgb(255,186,33);
    background: linear-gradient(0deg, rgba(255,186,33,0.5) 0%, rgba(255,186,33,1) 100%);
    }
  }
}
.card-footer .media img{
  background: none;
  border-top: none;
  border:solid 3px #ffffff4d;

}
.card-title{font-weight:800}
.card-meta{color:#0000004d;
  text-transform:uppercase;
  font-weight:500;
  letter-spacing:2px;
}

.card-body{ 
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  
}

&:hover {
  .card-body{
    margin-top:30px;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}


.card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: rgb(255,186,33);
  background: linear-gradient(0deg, rgba(255,186,33,0.3785889355742297) 0%, rgba(255,186,33,1) 100%);
}
}

button {
    font-size: calc(12px + (13 - 12) * ((100vw - 360px) / (1600 - 320)));
    padding: 10px; 
}

button:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-width: 0
}


li{
    margin-top: 0 ;
    margin-bottom: 0 ;
    list-style: none;
    text-decoration: none;
}

input{
    border: 2px solid green;
}


.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
    height: calc(40px + (48 - 40) * ((100vw - 360px) / (1600 - 360))); 
}


input::-webkit-input-placeholder {
  padding-left: 5px;
  transform:translate3d(0,-4px,0)
}

input::placeholder {
    vertical-align:middle ;
    font-size: calc(12px + (14 - 12) * ((100vw - 360px) / (1600 - 360))); 
}

input:focus {
    -moz-box-shadow: none ;
    -webkit-box-shadow: none ;
    box-shadow: none ;
    outline-width: 0
}

.social{
    position: relative;
    left: -10px;
}

.cursor-pointer{
    cursor: pointer;
    color:green;
    font-weight: bold;
}



img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

.logo {
    width: 60px;
    height: auto;
}

.navbar-nav {
    margin: 0 auto;
    padding-bottom: 2em;
    text-align: center;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #0000001a;
}

.marginbottom {
  padding-bottom: 4em;
}

.container {
    margin-left: 10px;
    margin-right: 20px;
    padding-top: 10em;

}

.aurick-section-text {
    text-align: center;
}
.aurick-section-text {
  text-align: center;
  padding-top: 3em;
}
.aurick-section-header {

  padding-bottom: 1em;
}

.aurick-section-desc {
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  /* max-width: 400px; */
  margin: 20px;
  padding-bottom: 20px;
}

.aurick-screen {
  padding-top: 60px;
  padding-bottom: 40px;
  border-radius:  15px 50px 30px;
}

.aurick-image{
  margin: 6em;
  width: 30em;
  height: auto;
  border-radius:  15px 50px 30px;
  
}

.contact {
  margin-bottom: 1em;
  background-color: #e0c7ed57;
}


.footer-a {
  position: relative;
  color: #030303;
  padding: 7rem 0;

}
  .footer-a .container {
    position: relative; }
  .footer-a h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.5; }
  .footer-a .links li {
    margin-bottom: 10px;
    line-height: 1.5;
    display: block; }
    .footer-a .links li a {
      color: #040404; }
      .footer-a .links li a:hover {
        color: #fff; }
  .footer-a .social li {
    display: inline-block;
    position: relative; }
    .footer-a .social li a {
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-block;
      margin: 0;
      padding: 0;
      background-color: #8186d5;
      color: #fff; }
      .footer-a .social li a > span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .footer-a .footer-logo {
    color: #040404;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .1rem; }
  .footer-a .copyright {
    color: #666873; }
  .footer-a .cta {
    -webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    padding: 20px;
    background-color: #8186d5;
    top: -150px;
    position: relative; }
    .footer-a .cta h2, .footer-a .cta h3 {
      line-height: 1.5; }
    .footer-a .cta h3 {
      font-size: 20px; }


@media (max-width: 375px) {
  .container {
    padding-top: 2em;
  }
  .col-lg-3  {
    padding-top: 2em;

  }
  .col-lg-4 {
    padding-top: 2em;
  }
  .about {

  }

}

@media(max-width:1024px){
  .container {
    padding-top: 2em;

  }
  .col-lg-3  {
    padding-top: 2em;

  }
  .col-lg-4 {
    padding-top: 2em;
  }
  .about {
    padding-left: 5px;
  }

}
      

