/* 
     ?????? ? ??????
      Copyright (C) 2023 Hakrabi
      #3 - LAST TO FALL 
      Visit my tumblr to get more codes: https://hakrabi.tumblr.com
      DON'T REMOVE MY CREDITS.
*/

.LTF-container {
    width: 850px;
    height: auto;
    background-image: linear-gradient(180deg, var(--LTF-clrb1), var(--LTF-clrb2));
    padding: 22px;
    margin: auto;
  }

  .LTF-box {
    width: 820px;
    height: auto;
    background-color: var(--LTF-clrbg);
    backdrop-filter: blur(50px);
    background-position: center;
    padding: 17px;
  }

  .LTF-title-container {
    display: flex;
    justify-content: center;
  }

  .LTF-title {
    width: 230px;
    color: var(--LTF-clrtitle);
    text-transform: uppercase;
    padding: 20px;
    font: var(--LTF-text-size) 'Caprasimo';
    margin: auto;
    text-align: center;
  }

  .LTF-title span {
    color: var(--LTF-clrs);
    font-size: var(--LTF-text-size);
  }

  .LTF-img img {
    width: 390px;
    height: 250px;
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);

  }

  .LTF-text {
    color: var(--LTF-clrt);
    padding: 15px;
    text-align: justify;
    font-family: calibri;
    font-size: 14px;
  }

  a.credi {
    color: #4d4d4d;
    font-family: Arial;
    text-decoration: none;
    font-size: 9px;
    letter-spacing: 2px;
    width: auto;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    transition: color 0.3s cubic-bezier(0.11, 0.7, 0, 1);
  }
  
  a.credi:hover {
    color: #ed6f88;
    transition: 0.2s;
  }
  
  .citos:after {
    position: absolute;
    width: 0%;
    display: block;
    height: 2px;
  }