/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

/*  Main Design  */
body{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    color: #747e74;
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a {
   text-decoration: none;
   display: inline-block;
}
h1. h3{
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    color: #38424d;
}
h3{
    font-size: 28px;
}
span{
    display: contents;
    color: #8074fc;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #747e74;
    margin: 0;
}
.pt-30{
    padding-top: 30px;
}
.pt-80{
    padding-top: 80px;
}
.pt-120{
    padding-top: 120px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-80{
    padding-bottom: 80px;
}
.mb-30{
    margin-bottom: 30px;
}

@keyframes bounceTop-1 {
    0%,100%{
        transform: translateY(-30px);
    }
    50%{
        transform: translateY(0px);
    }
}
@keyframes animation-1 {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}

/*  Buttons */
.main-btn{
    text-decoration: none;
    display: inline-block;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 55px;
    border: 2px solid #8074fc;
    border-radius: 5px;
    background-color: #8074fc;
    color: white;
}
.main-btn:hover{
    border: 2px solid #4733ff;
    background-color: #4733ff;
    color: white;
}
.main-btn-2{
    text-decoration: none;
    display: inline-block;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 55px;
    border: 2px solid #ffb260;
    border-radius: 5px;
    background-color: #ffb260;
    color: white;
}
.main-btn-2:hover{
    background-color: #ff8915;
    border: 2px solid #ff8915;
    color: white;
}

/*  Navbar  */
.navbar-area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.navbar-area.converter{
    background-image: linear-gradient(to right, #ffffff, #0897e6);
}
.navbar-area.notFound {
    background-color: white;
    box-shadow: 0 8px 16px rgba(0,0,0,.2);
    border-bottom: 1px solid black;
}
.navbar {
    position: relative;
    padding: 20px 0;
}
.navbar-brand .logo {
    max-width: 150px;
}
.navbar-nav .nav-item {
    position: relative;
    margin-left: 40px;
}
.navbar-nav .nav-item.register-btn {
    margin-left: 20px;
}
.navbar-nav .nav-item .nav-link {
    position: relative;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 400;
    color: black;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
    color: white;
}
.navbar-nav .nav-item .nav-link.error:hover {
    color: #8073fb;
}
.navbar-light .navbar-toggler{
    color: transparent !important;
    border-color: transparent;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-btn{
    text-decoration: none;
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    background-color: white;
    color: #000000;
}
.navbar-btn:hover{
    background-color: #0897e6;
    border: 2px solid #0085ce;
    color: white;
}
.navbar-btn.error{
    border: 2px solid #8073fb;
    background-color: #8073fb;
    color: #ffffff;
}
.navbar-btn.error:hover{
    background-color: #6051ff;
    border: 2px solid #6051ff;
}
.sticky{
    position: fixed;
    background-color: white;
    box-shadow: 0 20px 50px 0 rgba(0,0,0,0.5);
}
.navbar-area.sticky .container .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: black;
}
.navbar-area.sticky .container .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link.active,
.navbar-area.sticky .container .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link:hover{
    color: #8074fc;
}
.navbar-area.sticky .container .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .navbar-btn{
    color: white;
    background-color: #0897e6;
}
.navbar-area.sticky .container .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .navbar-btn:hover{
    background-color: #075cad;
    border: 2px solid #05429d;

}
/*  Home  */
.header-hero {
    position: relative;
    top: 0;
    height: 800px;
    background-position: bottom center;
}
/* Header Shapes */
.header-hero .shape.shape-1{
    position: relative;
    width: 70px;
    height: 70px;
    left: 90px;
    top: 110px;
    border-radius: 50%;
    background: #4db9f4;
    animation: animation-1 2s linear infinite;
}
.header-hero .shape.shape-2{
    position: absolute;
    width: 39px;
    height: 39px;
    left: 600px;
    bottom: 10px;
    border-radius: 50%;
    background: #2495d3;
    animation: animation-1 2s linear infinite;
}
.header-hero .shape.shape-3{
    position: absolute;
    width: 19px;
    height: 19px;
    left: 50px;
    top: 400px;
    border-radius: 50%;
    background: #0897e6;
    animation: animation-1 2s linear infinite;
}
.header-hero .shape.shape-4{
    position: absolute;
    width: 35px;
    height: 35px;
    left: 550px;
    top: 165px;
    border-radius: 50%;
    background: #0c5c85;
    animation: animation-1 2s linear infinite;
}
.header-hero .shape.shape-5{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 600px;
    top: 190px;
    border-radius: 50%;
    background: #0c5c85;
    animation: animation-1 2s linear infinite;
}
.header-hero-content{
    position: relative;
}
.header-hero-content .header-title{
    font-size: 42px;
    font-weight: bolder;
    color: #38424d;
}
.header-hero-content .text{
    margin-top: 30px;
}
.header-hero-content ul{
    margin-top: 30px;
}
.header-image{
    position: relative;
    padding-top: 80px;
    animation: bounceTop-1 3s ease infinite;
}
.header-shape-1{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50%;
    background-image: url("./public/images/header-shape-1.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.header-shape-2{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

/*  Features    */
.feature-section .single-feature{
    padding: 30px;
    text-align: center;
    box-shadow: 0 15px 17px 0 rgb(154 154 154 / 16%);
}
.feature-section .single-feature .icon{
    position: relative;
    width: 75px;
    height: 75px;
    display: flex;
    margin: 0 auto 30px;
    background-color: #8074fc;
    color: white;
    font-size: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.feature-section .single-feature .icon::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: inherit;
    top: -8px;
    right: -8px;
    z-index: -1;
    opacity: .2;
    transition: all .3s ease-out 0s;
}
.feature-section .single-feature .icon.color-2{
    background-color: #ffb260;
}
.feature-section .single-feature:hover .icon::after{
    top: 8px;
    right: 8px;
}

.feature-section .single-feature .content h3{
    font-weight: 600;
    margin-bottom: 25px;
}
/*  Footer  */
.footer-area{
    position: relative;
    overflow: hidden;
}
.footer-area .footer-logo{
    max-width: 200px;
}
.footer-title .title{
    font-size: 20px;
    font-weight: 500;
}
.footer-link-wrapper{
    width: 50%;
}
.footer-about{
    max-width: 320px;
}
.footer-about .text{
    margin-top: 30px;
}
.footer-about .social{
    margin-top: 30px;
}
.footer-about .social li{
    display: inline-block;
    margin-right: 25px;
}
.footer-about .social li a{
    font-size: 20px;
    color: #747e88;
    transition: all .3s ease-out 0s;
}
.footer-about .social li a:hover{
    color: #8074fc;
}
.footer-link .link{
    padding-top: 10px;
}
.footer-link .link li{
    margin-top: 10px;
}
.footer-link .link li a{
    text-decoration: none;
    font-size: 18px;
    color: #747e88;
    transition: all .3s ease-out 0s;
}
.footer-link .link li a:hover{
    color: #8074fc;
}
.footer-copyright .copyright{
    border-top: 2px solid #747e88;
    padding-top: 10px;
    padding-bottom: 25px;
}
.footer-copyright .copyright .copyright-text .text{
    color: black;
}
.footer-copyright .copyright .copyright-text .text a{
    color: #000000;
    text-decoration: none;
}
.footer-copyright .copyright .copyright-text .text a:hover{
    color: #8074fc;
}
.footer-area .footer-shape{
    position: absolute;
}
.footer-area .footer-shape.shape-1{
    width: 75px;
    height: 75px;
    left: 70px;
    top: 50px;
    background-color: #fe5f59;
    border-radius: 50%;
    opacity: .55;
    animation: animation-1 2s linear infinite;
}
.footer-area .footer-shape.shape-2{
    width: 39px;
    height: 39px;
    left: 350px;
    top: 100px;
    background-color: #0c5c85;
    border-radius: 50%;
    opacity: .55;
    animation: animation-1 2s linear infinite;
}
.footer-area .footer-shape.shape-3{
    width: 20px;
    height: 20px;
    left: 500px;
    top: 200px;
    background-color: #361cc1;
    border-radius: 50%;
    opacity: .55;
    animation: animation-1 2s linear infinite;
}
.footer-area .footer-shape.shape-4{
    width: 25px;
    height: 25px;
    left: 800px;
    top: 110px;
    background-color: #133de0;
    border-radius: 50%;
    opacity: .55;
    animation: animation-1 2s linear infinite;
}
.footer-area .footer-shape.shape-5{
     width: 18px;
     height: 18px;
     right: 400px;
     top: 200px;
     background-color: #637ae0;
     border-radius: 50%;
     opacity: .55;
     animation: animation-1 2s linear infinite;
 }

/* Free Converter Design */
.page-content {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.page-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
}
.page-subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.url-form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.url-form input[type="text"] {
    padding: 10px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ccc;
    width: 400px;
    font-size: 16px;
}
.convert-btn {
    background-color: #0897e6;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    cursor: pointer;
}
.convert-btn:hover {
    background-color: #006ca4;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    cursor: pointer;
}
.submit-btn {
    background-color: #287afd;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}
.submit-btn:hover {
    background-color: #0c60e1;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}
.separator {
    margin-top: 50px;
    border: 1px solid black;
    width: 100%;
}
.table-responsive{
    width: 75%;
    height: 200px;
    overflow-y: scroll;
}
.created-links-title {
    font-size: 36px;
    text-align: center;
    margin: 50px 0;
}
.created-links-table {
    border-collapse: collapse;
    width: 80%;
    margin: 0 auto;
    background-color: #0897e6;
}
.table-header th {
    font-weight: bold;
    color: #fff;
    text-align: left;
    padding: 10px;
}
.table-row td {
    border: 1px solid black;
    text-align: left;
    padding: 10px;
    background-color: #fff;
}


/*  Media   */
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 5px 12px;
        background-color: #ffffff;
        box-shadow: 0 15px 20px 0 rgb(0 0 0 /10%);
    }
    .navbar-nav .nav-item .nav-link::before {
        position: relative;
    }
    .navbar-nav .nav-item .nav-link.active,
    .navbar-nav .nav-item .nav-link:hover {
        color: #8074fc;
    }
    .header-image img {
        height: 0;
    }
    .header-hero-content {
        margin-top: 30%;
    }
    .header-hero .shape.shape-2,
    .header-hero .shape.shape-3,
    .header-hero .shape.shape-4,
    .header-hero .shape.shape-5 {
        display: none;
    }
    .feature-section .single-feature {
        box-shadow: none;
    }
    .footer-link {
        padding-top: 30px;
    }
    .footer-contact {
        padding-top: 30px;
    }
    .footer-area .footer-shape.shape-1 {
        display: none;
    }
}
@media(max-width: 597px){
    .url-form {
        flex-direction: column;
        align-items: stretch;
    }
    .url-form input[type="text"] {
        width: 100%;
        margin-bottom: 10px;
    }
    .convert-btn {
        border-radius: 5px;
    }
}
@media (max-width: 320px) {
    .page-content {
        margin-top: 50px;
    }
}
@media (max-width: 215px) {
    .page-content {
        margin-top: 65px;
    }
}
