/* Navbar Toggler */
.hamburger {
    cursor: pointer;
}
.hamburger input {
    display: none;
}
.hamburger svg {
    height: 2.2em;
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line {
    fill: none;
    stroke: rgb(16, 8, 69);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line-top-bottom {
    stroke-dasharray: 12 63;
}
.hamburger input:checked + svg {
    transform: rotate(-45deg);
}
.hamburger input:checked + svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}

/* header tag */
header {
    text-align: center;
    margin-top: 14em;
    color: #141414;
}
header h2{
    letter-spacing: 1px;
}
header h3 {
    font-size: 1rem;
    letter-spacing: 1px;
}
header h4 {
    font-size: 0.8rem;
    font-weight: 350;
    letter-spacing: 2px;
}
#main {
    margin: 60px auto;
    max-width: 758px;
    padding: 11px 2px 11px;
    text-align: center;
    border-radius: 2px;
}
#main #url {
    width: 90%;
    height: 56px;
    padding: 6px 13px;
    font: 13px lato,arial;
    color: #000;
    background: #fff;
    border: 2px solid #bbb;
    border-radius: 1rem;
    box-sizing: border-box;
}
#main #url:hover {
    border: 2px solid lightgrey;
    box-shadow: 0px 0px 20px -17px;
}
#main #url:active {
    transform: scale(0.95);
}
#main #url:focus {
    border: 2px solid grey;
}

input:not( :placeholder-shown) + input[type="submit"]{
    opacity: 1;
}
#main #short, #main #delete {
    display: inline-block;
    border-radius: 7px;
    border: none;
    color: white;
    font-family: inherit;
    text-align: center;
    font-size: 12px;
    width: 13em;
    padding: 10px;
    transition: all 0.4s;
    cursor: pointer;
    margin-top: 15px;
    vertical-align:middle;
}
/*  */
.remove .text {
    transform: translateX(35px);
    color: white;
    font-weight: bold;
}
.remove .icon {
    position: absolute;
    border-left: 1px solid #ffffff;
    transform: translateX(110px);
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -20px 0px 0px -12px;
    transition: .2s;
}
.remove svg {
    width: 15px;
    fill: #eee;
}
.remove:hover {
    background: #ff3636;
}
.remove:hover .text {
    color: transparent;
}
.remove:hover .icon {
    width: 150px;
    border-left: none;
    transform: translateX(0);
}
.remove:focus {
    outline: none;
}
.remove:active .icon svg {
    transform: scale(0.8);
}
.face-btn{
    background: #0644e0;
    box-shadow: 0px 14px 56px -11px #0644e0;
}
.face-btn:hover{
    box-shadow: 0 0 2px #0644e0, 0 0 5px #0644e0, 0 0 10px #0644e0, 0 0 30px #0644e0;
}
.insta-btn{
    background: linear-gradient(91deg, #ff47e5 0%, #ff6136 100%);
    box-shadow: 0px 14px 56px -11px linear-gradient(91deg, #ff47e5 0%, #ff6136 100%);
}
.insta-btn:hover{
    box-shadow: 0 0 2px #ff47e5, 0 0 5px #ff47e5, 0 0 10px #ff47e5, 0 0 30px #ff47e5;
}
.twitter-btn{
    background: #0ba3df;
    box-shadow: 0px 14px 56px -11px #0ba3df;
}
.twitter-btn:hover{
    box-shadow: 0 0 2px #0ba3df, 0 0 5px #0ba3df, 0 0 10px #0ba3df, 0 0 30px #0ba3df;
}
.youtube-btn{
    background: #e00618;
    box-shadow: 0px 14px 56px -11px #e00618;
}
.youtube-btn:hover{
    box-shadow: 0 0 2px #e00618, 0 0 5px #e00618, 0 0 10px #e00618, 0 0 30px #e00618;
}
.LinksDad{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    max-width: 500px;
    margin: auto;
    margin-bottom: 2em;
    word-break: break-all;
}
.linkUrl{
    margin: 10px 7em;
    min-width: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
}
.Link{
    font: bold 17px lato,arial;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    border: 0;
    border-radius: 3px;
    font-size: 18px;
    padding: 8px;
    text-decoration: none;
}
#video{
    background-color: #059a2f;
}
#audio{
    background-color: #1342b9;
}
.Link:hover{
    color: #fff;
}
#loader{
    display: none;
    margin: auto;
}
.wrapper {
    width: 200px;
    height: 60px;
    position: relative;
    z-index: 1;
}
.circle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #30157d;
    left: 15%;
    transform-origin: 50%;
    animation: circle7124 .5s alternate infinite ease;
}
@keyframes circle7124 {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }
    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100% {
        top: 0%;
    }
}
.circle:nth-child(2) {
    left: 45%;
    animation-delay: .2s;
}
.circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}
.shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow046 .5s alternate infinite ease;
}
@keyframes shadow046 {
    0% {
        transform: scaleX(1.5);
    }
    40% {
        transform: scaleX(1);
        opacity: .7;
    }
    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}
.shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}
.shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}
/*error message*/
#error-message {
    display: none; 
    text-align: center;
    letter-spacing: 1px;
    color: rgb(255, 5, 5);
    margin-top: 1em;
    font-size: 15px;
    -webkit-animation: error 4s ease 1;
    animation: error 4s ease 1;
}
@keyframes error {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}