@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
/* For ex small */
@media (min-width: 320px) and (max-width: 575.98px) {
  /* index page */
  /* common style */
  .btn-main {
    font-size: 14px;
  }
  .timeline {
    width: 100% !important;
  }
  #main .social-link {
    width: 90% !important;
    padding: 20px 0;
    position: fixed;
    bottom: 3%;
    left: 50%;
    background: #ffffff77;
    backdrop-filter: blur(15px);
    border-radius: 50px;
    transform: translate(-50%, -3%);
    z-index: 999;
  }
  #main .social-link i {
    font-size: 20px;
    color: black;
    font-weight: 700;
  }
  #main .social-link .offcanvas-bottom {
    position: absolute;
    transition: 0 !important;
    max-height: 420px !important;
    bottom: 0;
    background: #fafafa;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 50px 50px 34px 34px !important;
    border: 0 !important;
    z-index: -1 !important;
  }

  /* common style */

  /* animation */
  .glitch {
    font-size: 50px;
    margin-top: 100px;
  }
  /* navbar */
  .navbar {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #ffffff77;
    backdrop-filter: blur(15px);
    border-radius: 0 0px 15px 15px;
  }
  .navbar .navbar-brand img {
    width: 40%;
    padding-left: 5px;
  }
  .navbar .navbar-toggler {
    border: 0;
  }
  .navbar .navbar-toggler:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
  }
  .navbar .navbar-nav,
  #main .social-link .offcanvas-bottom .offcanvas-body .navbar-nav {
    align-items: center;
    justify-content: start;
    border-radius: 5px;
  }
  .navbar .navbar-nav .nav-item .nav-link,
  #main
    .social-link
    .offcanvas-bottom
    .offcanvas-body
    .navbar-nav
    .nav-item
    .nav-link {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-decoration: underline;
  }
  .navbar .navbar-nav .nav-item:first-child {
    margin-top: 100px;
  }
  .navbar .navbar-nav .nav-item .nav-link:hover {
    border-bottom: none;
  }
  /* body */

  body::after {
    width: 100%;
    top: 93%;
    font-size: 80px;
    transform: translateY(-97%);
  }
  #main .showcase {
    padding-bottom: 0;
    width: 100% !important;
  }
  #main .showcase .biography p {
    width: auto;
    font-size: 14px;
    line-height: 30px;
  }
  #main .showcase .call-to-action p {
    font-size: 14px;
    width: auto;
    line-height: 35px;
  }
  .btn-action {
    margin-top: 15px;
    margin-bottom: 100px;
  }

  /* index style end */
  /* about style start */
  #main .timeline .intro-text {
    margin-top: 200px;
    font-size: 45px;
    font-weight: 700;
  }
  #main .timeline .intro-text p {
    width: auto;
    font-weight: 400;
    font-size: 13px;
  }
  #main .timeline .intro-text p a {
    text-decoration: underline;
  }
  #main .timeline .article li a {
    font-size: 14px;
  }

  #main .timeline .article li i {
    display: none;
  }
  #main .timeline .article li p {
    font-size: 12px;
    line-height: 20px;
  }
  /* about style end */
  /* project style start */
  #main .timeline .nav-btn {
    width: 100% !important;
  }
  #main .timeline .nav-btn .btn-main {
    background: transparent;
    font-size: 12px;
    padding: 5px 5px;
  }
  #main .timeline .project-preview .item {
    width: 100%;
    height: 250px;
  }
  /* project style end */
  /* contact style start */
  #main .timeline .contact-form {
    width: 100% !important;
  }
  #main .timeline .contact-form form input[type="text"] {
    padding: 7px 16px;
    margin-bottom: 20px;
    width: 100%;
  }
  #main .timeline .contact-form form input[type="email"] {
    padding: 7px 16px;
    margin-bottom: 20px;
    width: 100%;
  }
  #main .timeline .contact-form form textarea {
    padding: 7px 16px;
    margin-bottom: 20px;
    width: 100%;
  }
  #main .timeline .contact-form form button {
    margin: auto;
    padding: 5px 10px;
    font-size: 13px;
  }

  /* contact style end */
}
