
  /* BEGIN CARD DESIGN */
  .carousel-item-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .academic-projects-slider .project {
    position: relative;
    width: 500px;
    min-width: 400px;
    height: 452px;
    border-radius: 30px;
    overflow:hidden;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
    margin: 30px;
    background-color: rgba(90, 90, 90, 0.267);
  }

  .personal-projects-slider .project {
    display: inline-block;
    position: relative;
    width: 400px;
    min-width: 400px;
    height: 352px;
    border-radius: 30px;
    overflow:hidden;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
    margin: 30px;
    background-color: rgba(90, 90, 90, 0.267);
  }
  
  .project-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
  }

  .vertical-text {
    position: absolute;
    top: 50px;
    writing-mode: vertical-lr; 
    text-orientation: upright;
  }

  .hero-profile-img {
    height: 70%;
  }

  .project-card-bg {
    height: 70%;
    background-color: rgba(90, 90, 90, 0.267);
  }
  
  .academic-projects-slider .project-description-bk {
    background-image: linear-gradient(0deg , #3f5efb, #fc466b);
    border-radius: 30px;
    position: absolute;
    top: 53%;
    left: -5px;
    height: 65%;
    width: 108%;
    transform: skew(19deg, -9deg);
  }

  .personal-projects-slider .project-description-bk {
    background-image: linear-gradient(0deg , #3f5efb, #fc466b);
    border-radius: 30px;
    position: absolute;
    top: 47%;
    left: -5px;
    height: 65%;
    width: 108%;
    transform: skew(19deg, -9deg);
  }
  
  .second .project-description-bk {
    background-image: linear-gradient(-20deg , #bb7413, #e7d25c)
  }
  
  .project-logo {
    height: 80px;
    width: 80px;
    border-radius: 20px;
    /* background-color: #fff; */
    position: absolute;
    bottom: 30%;
    left: 30px;
    overflow:hidden;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
  }
  
  .project-logo img {
    height: 100%;
  }
  
  .personal-projects-slider .project-description {
    position: absolute;
    color: #fff;
    font-weight: 900;
    left: 150px;
    bottom: 26%;
    right: 30px;
    text-align: right;
  }

  .academic-projects-slider .project-description {
    position: absolute;
    color: #fff;
    font-weight: 900;
    left: 150px;
    bottom: 34%;
    right: 30px;
    text-align: right;
  }

  .academic-projects-slider .project-btn-container {
    position: absolute;
    color: #fff;
    right: 30px;
    bottom: 8%;
    display: flex;
    flex-direction: column;
  }
  
  .academic-projects-slider .project-btn {
    padding: 10px 16px;
    border: 1px solid #fff;
    margin: 2%;
  }

  .personal-projects-slider .project-btn {
    position: absolute;
    color: #fff;
    right: 30px;
    bottom: 10%;

    padding: 10px 20px;
    border: 1px solid #fff;
  }
  
  .project-btn a {
    color: #fff;
  }
  
  .project-technologies {
    position: absolute;
    color: #fff;
    left: 30px;
    bottom: 4%;
  }

  .project-technologies .title {
    font-size: smaller; 
    font-weight: bolder;
    text-align: left;
    margin-bottom: 5px;
  }

  .academic-projects-slider .project-technologies .list {
    font-size: smaller;
    width: 60%;
  }

  .personal-projects-slider .project-technologies .list {
    font-size: smaller;
  }

  .personal-projects-slider {
    margin-top: 100px;
    text-align: left;
  }

  .academic-projects-slider {
    margin-top: 100px;
    text-align: left;
  }

  /* END CARD DESIGN */
  
  body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    background-color: #eee;
    min-height: 100vh;
  }
  .btn i:before {
    width: 14px;
    height: 14px;
    position: fixed;
    color: #fff;
    background: #0077B5;
    padding: 10px;
    border-radius: 50%;
    top:5px;
    right:5px;
  }

  .carousel-indicators {
    bottom: -5%;
  }

  /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  .personal-projects-slider {
    margin-top: 40px;
  }

  .academic-projects-slider {
    margin-top: 30px;
    text-align: left;
  }

  .project {
   font-family: 'Titillium Web'; 
  }

  .academic-projects-slider .project {
    position: relative;
    min-width: 312px;
    height: 600px;
    border-radius: 30px;
    overflow:hidden;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
    margin: 30px;
    background-color: rgba(90, 90, 90, 0.267);
  }

  .personal-projects-slider .project {
    display: inline-block;
    position: relative;
    min-width: 312px;
    height: 450px;
    border-radius: 30px;
    overflow:hidden;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
    margin: 30px;
    background-color: rgba(90, 90, 90, 0.267);
  }

  .academic-projects-slider .project-description-bk {
    background-image: linear-gradient(0deg , #3f5efb, #fc466b);
    border-radius: 30px;
    position: absolute;
    top: 53%;
    left: -15px;
    height: 65%;
    width: 120%;
    transform: skew(19deg, -9deg);
  }

  .academic-projects-slider .project-btn-container {
    position: absolute;
    color: #fff;
    right: 9px;
    bottom: 27%;
    display: flex;
    flex-direction: column;
  }

  .personal-projects-slider .project-description-bk {
    background-image: linear-gradient(0deg , #3f5efb, #fc466b);
    border-radius: 30px;
    position: absolute;
    top: 37%;
    left: -31px;
    height: 65%;
    width: 120%;
    transform: skew(19deg, -9deg);
  }

  .personal-projects-slider .project-btn {
    position: absolute;
    color: #fff;
    right: 30px;
    bottom: 7%;

    padding: 10px 20px;
    border: 1px solid #fff;
  }
}