@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap'); /*== Additional Info ==*/

body::before {
    display: block;
    content: '';
    height: 56px;
}

@media(min-width: 768px) {
    .news-input {
        max-width: 50%; /*== max-width is used insted of width because it's values are not applying ==*/
    }
}

/*===== navbar search =====*/

.logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img{
    width: 27px;
    height: 27px;
    margin-left: 10px;

}

.logo a{
    font-size: 18px;
}

.search input{
    width: 280px;
    max-width: 280px;
    height: 30px;
}

.search button{
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.search img{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.9px 0 0 -1px;
}

.dropstart > li > a{
    color: black;
    transition: all 0.5s ease;
}

.dropstart > li > a:hover{
    transform: scale(1.02);
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
}

.dropstart > li > a.active{
    color: grey;
}

.navbar-collapse{
    margin-top: 10px;
}

/*==== Hackerspot ===*/

.hackerspot{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hackerspot img{
    width: 50px;
    height: 55px;
}

.hackerspot h2{
    margin-top: 3px;
    letter-spacing: 3px;
}

/*====== Developer Details (box) ====*/

.info{
    gap: 30px;
}

.para{
    margin: -10px;
}

.para .owner-info{
    margin: 29px 0 29px 0;
}

.container .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 25px;
}

.container .box-container .box{
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 5px;
    background: #fff;
    padding: 20px 30px;
    margin: 40px 0 40px;
}

.container .box-container .box img{
    height: 200px;
    width: 160px;
    border-radius: 10px;
}

.container .box-container .box h6{
    margin-top: -7px;
}

.container .box-container .box p{
    color: #777;
    font-size: 15px;
    line-height: 18px;
}

/*====== social media =====*/

.btn-floating{
    font-size: 17px;
}

/*====== Footer =====*/

.footer-hr{
    width: 60%;
    margin-left: 20%;
}

.addi-info{
    font-weight: lighter;
    margin-top: -10px;
    font-size: 13px;
}

.search-1 input{
    width: 300px;
    max-width: 300px;
    height: 30px;
}

.search-1 button{
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.subscription img{
    width: 25px;
    height: 25px;
    margin-left: -7.5px;
    margin-top: -10px;
}

.subscription{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}

/*====  =====*/

.newsletter-boxbox{
    margin: 0 auto;
}

.row h6{
    font-size: 14px;
}

.row p{
    font-size: 13px;
    font-weight: lighter;
    margin-bottom: 8px;
    margin-left: 0;
    margin-top: -4px;
}

.row a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.ul .btn{
    font-size: 18px;
}

/*===== About =====*/
.about a{
    font-size: 15px;
}