/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
a{
  text-decoration: none;
}
.vollkorn {
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

  .featurette-heading {
    font-family: "Merriweather";
    font-weight: bold;
    font-style: italic;
  }
  .featurette-heading1 {
    font-family: "Merriweather";
    font-weight: 900!important;
    font-style: italic;
    font-size: larger;
  }

  .lead {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-style: italic;
  }
  .lead2{
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: bold !important;
    font-style: italic;
  }

  p {
    word-spacing: 5px;
  }

  .featurette {
    margin-top: 2rem;
  }

  .image {
    transition: transform 0.7s ease-in-out;
  }

  .image:hover {
    transform: translate(-30px, -30px);
  }

  .Btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
    background-color: #25d366;
  }

  /* plus sign */
  .sign {
    width: 100%;
    transition-duration: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sign svg {
    width: 30px;
    font-weight: bold;
  }

  .sign svg path {
    fill: white;
  }

  /* text */
  .text {
    position: absolute;
    right: 0%;
    width: 0%;
    opacity: 0;
    color: white;
    font-size: 20px;
    font-weight: 400;
    transition-duration: .3s;
  }

  /* hover effect on button width */
  .Btn:hover {
    width: 170px;
    border-radius: 40px;
    transition-duration: .3s;
  }

  .Btn:hover .sign {
    width: 30%;
    transition-duration: .3s;
    padding-left: 20px;
  }

  /* hover effect button's text */
  .Btn:hover .text {
    opacity: 1;
    width: 70%;
    transition-duration: .3s;
    padding-right: 10px;
    
  }

  /* button click effect*/
  .Btn:active {
    transform: translate(2px, 2px);
  }

  .button1 {
    color: #fff;
    width: 4em;
    height: 4em;
    border-radius: 100%;
    background: linear-gradient(30deg, rgb(255, 130, 0) 20%, rgb(255, 38, 0) 80%);
    transition: all 0.3s ease-in-out 0s;
    box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
    animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse1;
    border: 0;

  }
  
  .button1:is(:hover, :focus) {
    transform: scale(1.2);
  }
  
  @keyframes pulse1 {
    100% {
      box-shadow: 0 0 0 45px rgba(193,244,246,0);
    }
  }
  
  
  
  .link{
    overflow: hidden;
    position: relative;
    display: inline-block;
    color: none;
  }

  .link::before,
  .link::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
  }

  .link::before {
    background-color: crimson;
    height: 2px;
    bottom: 0;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
  }

  .link::after {
    content: attr(data-replace);
    height: 100%;
    top: 0;
    transform-origin: 100% 50%;
    transform: translate3d(200%, 0, 0);
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
    color: crimson;
  }

  .link:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }

  .link:hover::after {
    transform: translate3d(0, 0, 0);
  }

  .link span {
    display: inline-block;
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
  }

  .link:hover  span {
    transform: translate3d(-200%, 0, 0);
  }

  /* Presentational Styles */


  .link{
    text-decoration: none;
    color: black;
    font-weight: 700;
    vertical-align: top;
  }
  /* ul .num li{
    list-style: decimal;
    margin-top: 1em;
  } */
  .insta{
    background-image:linear-gradient(#C13584 , #833AB4) ;
    background-repeat: repeat;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: antialiased;
  }
  .blue{
    background-image:linear-gradient(#00B4DB , #0083B0) ;
    background-repeat: repeat;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: antialiased;
  }
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
  .carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  .parallax_index{
    background-image: url(../internship/At\ the\ office-bro.png);
    min-height: 20rem;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5 ease;
    position: relative;
  }
  .parallax_index:before {
    content: "";
    background: rgba(0, 0, 0, 0.87);
    position: absolute;
    inset: 0;
  }
  .parallax_index2{
    background-image: url(../internship/pexels-fauxels-3182773.jpg);
    min-height: 20rem;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5 ease;
    position: relative;
  }
  .parallax_index2:before {
    content: "";
    background: rgba(0, 0, 0, 0.774);
    position: absolute;
    inset: 0;
  }
  .parallax_vid{
    src: url(../internship/Dzinex\ ‑\ Made\ with\ FlexClip.mp4);
    min-height: 20rem;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5 ease;
    position: relative;
  }
  .parallax_vid:before {
    content: "";
    background: rgba(0, 0, 0, 0.774);
    position: absolute;
    inset: 0;
  }
  .parallax_index3{
    background-image: url(../internship/index.jpg);
    min-height: 20rem;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5 ease;
    position: relative;
  }
  .parallax_index3:before {
    content: "";
    background: rgba(0, 0, 0, 0.67);
    position: absolute;
    inset: 0;
  }
  .parallax{
    background-image: url(../internship/smartphone-with-user-interface-concept.jpg);
    min-height: 20rem;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5 ease;
    position: relative;
  }
  .parallax:before {
    content: "";
    background: rgba(0, 0, 0, 0.699);
    position: absolute;
    inset: 0;
  }
  .parallax_fullstack{
    background-image: url(../internship/representations-user-experience-interface-design.jpg);
    min-height: 60vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5 ease;
    position: relative;
  }
  .parallax_fullstack:before {
    content: "";
    background: rgba(0, 0, 0, 0.499);
    position: absolute;
    inset: 0;
  }
  .parallax_para{
    background-image: url(../internship/lap.jpg);
    min-height: 35rem;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5 ease;
    position: relative;
    word-spacing: 1rem;
  }
  .parallax_para:before {
    content: "";
    background: rgba(0, 0, 0, 0.507);
    position: absolute;
    inset: 0;
  }
  .parallax_frontend{
    background-image: url(../internship/u123.jpg);
    min-height: 20rem;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5 ease;
    position: relative;
  }
  .parallax_frontend:before {
    content: "";
    background: rgba(0, 0, 0, 0.499);
    position: absolute;
    inset: 0;
  }
  .parallax_backend{
    background-image: url(../internship/desktop-wallpaper-200-beautiful-software-engineer-for-you-software-engineer.jpg);
    min-height: 20rem;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5 ease;
    position: relative;
  }
  .parallax_backend:before {
    content: "";
    background: rgba(0, 0, 0, 0.699);
    position: absolute;
    inset: 0;
  }
  .parallax_webdesign{
    background-image: url(../internship/webdesign.jpg);
    min-height: 40vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5 ease;
    position: relative;
  }
  .parallax_webdesign:before {
    content: "";
    background: rgba(0, 0, 0, 0.499);
    position: absolute;
    inset: 0;
  }
  .parallax_robotics{
    background-image: url(../internship/Top-7-Projects-in-Robotics-for-Beginners-and-Intermediates.png);
    min-height: 20rem;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5 ease;
    position: relative;
  }
  .parallax_robotics:before {
    content: "";
    background: rgba(0, 0, 0, 0.499);
    position: absolute;
    inset: 0;
  }
  .parallax_data{
    background-image: url(../internship/fds-900x600-min.png);
    min-height: 40vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5 ease;
    position: relative;
  }
  .parallax_data:before {
    content: "";
    background: rgba(0, 0, 0, 0.499);
    position: absolute;
    inset: 0;
  }
  .parallax_ai{
    background-image: url(../internship/Artificial-Intelligence-in-Indonesia-The-current-state-and-its-opportunities.jpeg);
    min-height: 50vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5 ease;
    position: relative;
  }
  .parallax_ai:before {
    content: "";
    background: rgba(0, 0, 0, 0.499);
    position: absolute;
    inset: 0;
  }
  .parallax_about{
    background-image: url(../internship/4k-laptop-dream-desk-27xhabcycspkqeg3.jpg);
    min-height: 20rem;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5 ease;
    position: relative;
  }
  .parallax_about:before {
    content: "";
    background: rgba(0, 0, 0, 0.799);
    position: absolute;
    inset: 0;
  }

  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */

  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
  }
  
  @media (min-width: 62em) {
    .heading {
      margin-top: 7rem;
    }
  }
  