*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body{
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size: 18px;
}

h1,h2,h3,h4{
    font-weight: 700;
}

p{
    color: hsl(257, 7%, 63%);
}

.nav-section {
    list-style: none;
}

.nav-right{
    list-style:none;
}

.new-link{
    padding:12px;
    text-decoration: none;
    color:hsl(257, 7%, 63%);
}

.nav-link{
    color: hsl(257, 7%, 63%);
}

.hero-title{
    font-size: 3.2rem;
}

.hero-btn{
    background: rgb(71, 194, 216);
    color:#fff;
}

#logo{
    width:100px;
}

#working-img{
    width:50%;
}

.grey-area{
    padding:30px 0;
}

form{
    background: hsl(257, 27%, 26%);
    background-image: url(./images/bg-shorten-desktop.svg);
    padding:20px 25px;
    margin:20px 0;
    border-radius:8px;
   
}

#p-form{
    top:-82px;
    left:50%;
    transform:translateX(-50%);
}

.purple-form{
    padding:12px 0;
    justify-content: center;
}

.btn-form{
    background: rgb(71, 194, 216);
    color:#fff;
    margin:0 18px;
    width: 12%;
    border-radius: 8px;
}

form input{
    width:75%;
    padding:10px 15px;
    border-radius:8px;
}

.new-section{
    background-color: hsl(0, 0%, 88%);
    min-height: 500px;
    padding: 40px 0;
    margin-top:100px;
}

.new-short-link{
    display: none;
}

.short-link{
    display: block;
    background-color: #fff;
    margin: 0.8rem 0;
    padding: 1rem 0.8rem;
    justify-content: space-between;
    align-items: center;
}


.old-link a{
    color:black;
}

.btn-link .btn{
    margin:0 12px;
}

.blue-line{
    background-color: hsl(180, 66%, 49%);
    width: 90%;
    height:8px;
    position:absolute;
    z-index:1;
    top:62%;
    left:16px;
}

.card-section{
    margin:25px 0;
    padding:20px 0;
}

.card-section p{
    font-size:0.85rem;
}

.card{
    padding: 1rem 1.2rem;
    padding-top:3.5rem;
    margin:0 15px;
    z-index:100;
}

.card-title{
    font-weight: 700;
}

#brand{
    margin-bottom:4.5rem;
}

#records{
   margin-top: 2.5rem;
   margin-bottom: 1.8rem;
}

#customize{
    margin-top: 4.5rem;
}

.txt-box{
    padding:30px 0;
}

.logo-icon img{
    width:48px;
}

.logo-icon{
    display: flex;
    background: hsl(257, 27%, 26%);
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 3;
    left: 36px;
    top: -30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.next-line{
    background-color: hsl(180, 66%, 49%);
    width: 8px;
    height:64%;
    position:absolute;
    z-index: 1;
    left:48%;
    top:27%;
}

.purple-section{
    background:  hsl(257, 27%, 26%);
    background-image: url(./images/bg-boost-desktop.svg);
    background-position:25px bottom ;
    color:#fff;
    height: 13rem;
}

.purple-section .btn{
    color:#fff;
    background: rgb(71, 194, 216);
    padding: 8px 5px;
    width:150px;
    border-radius:18px;
}

footer{
    background: hsl(260, 8%, 14%);
}

.footer-section{
    padding:4rem 0;
}

.foot-title{
    color:#fff;
    font-weight: 600;
}

.sub_section{
    margin:0 2.5rem;
}

.sub_section a{
    text-decoration: none;
}

.logo-icon-00{
    filter: brightness(0) invert(1);
}

.media-icon{
    margin:0 0.8rem;
}

@media(max-width:990px){
    .footer-section{
        margin:0 auto;
        max-width: 14.5rem;
    }

    form input{
        width:100%;
    }

    .btn-form{
        width:100%;
        margin: 0;
        margin-top: 15px 
    }

    .purple-form{
        padding: 1.5rem;
    }

    .sub_section{
        margin:1.2rem 0;
    }

    .card{
        margin:1rem 0;
    }

    .logo-icon-00{
        margin-bottom:1.2rem;
    }

    .foot-title{
        margin-bottom: 1.4rem;
    }
}

@media(max-width:768px){
    .btn-form{
        width:100%;
        margin:0;
        margin-top: 15px;
    }

    form input{
        width:100%;
    }

    .purple-form{
        padding:1.5rem;
    }

    #working-img{
        width:100%;
    }

    .grey-area {
        padding-top: 4rem;
    }

    .card{
        margin:0;
        margin:1.5rem 0.8rem;
    }

    .logo-icon{
        left:41%;
    }
    /* #brand{
        margin-bottom:0;
    }
    
    #records{
       margin:0;
    }
    
    #customize{
        margin-top:0;
    } */
}



@media(max-width:500px){
    #working-img{
        width:100%;
    }

    .btn{
        width:30%;
    }

    .card{
        margin:0;
        margin-top:20px;
        margin:25px 30px;
    }

    .txt-box{
        text-align: center;
    }


    .logo-icon{
        width:100px;
        left:36%;
    }
    
    #p-form{
        width:80%;
        top: -103px;
    }

    .purple-form{
        padding:0.5rem;
    }

    form input{
        width:100%;
    }

    .btn-form{
        margin:0;
        margin-top:15px;
        width:100%;
    }
    
    .grey-area{
        padding-top:4rem;
    }

    .short-link{
        display:flex;
        flex-direction: column;
        margin: 20px 30px;
        padding: 25px 0;
    }

    .btn-link .btn{
        margin: 0 auto;
        width:100%;
    }

    .api-link{
        padding: 0 35px;
    }
}
