@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 ==*/
    }
}

/*=== Accordion ===*/

@media (max-width: 992px) {
    .container .accordion {
        width: 100% !important;
        margin: 0 auto; /* Centering the accordion */
    }
}

/*===== 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;
}

/*======= TOOL =======*/

.tool{
    background-color: #fff;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.tp{
    width: 200px;
    height: 260px;
    box-shadow: 0 4px 4px black;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    cursor: pointer;
    margin-bottom: 40px;
}

.tp img{
    width: 200px;
    height: 170px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 30px;
}

/*edit this to all tools*/

.tool-box{
    width: 200px;
    height: 260px;
    box-shadow: 0 4px 4px black;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    cursor: pointer;
    margin-bottom: 40px;
}

.tool-box img{
    width: 200px;
    height: 170px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 30px;
}

.tp h5{
    font-size: large;
}

.para{
    margin-top: -30px;
}

.logo-hr{
    width: 50%;
    margin-left: 25%;
}

/*====== DOWNLOADS ======*/

.toolcontent{
    gap: 25px;
}

.box1 .dow{
    display: flex;
    gap: 1px;
}

.box1:hover{
    transform: scale(1.03);
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
}

.dow img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.dow2 img{ /* it is for white bg images*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid black;
}

.dow button,
.dow2 button{
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 50px;
}

.dow,
.dow2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: -20px;
    row-gap: 10px;
}

.downlods{
    padding-bottom: 40px;
}

.btn{
    letter-spacing: 1px;
}

.container .box-container .box1{
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 10px;
    background: #fff;
    padding: 8px 5px;
    margin-left: 15%;
    margin-right: 15%;
}

/*====== features =====*/

.accordion-item hr{
    margin-top: 2px;
}

.accordion-body h5{
    margin-top: 30px;
    margin-left: 33px;
}

.accordion-body p{
    padding-left: 13px;
}

/*======= System Requirements =======*/

.container .sr p{
    margin-left: 20px;
}

.sr{
    display: flex;
    margin-top: -5px;
}

.sr img{
    margin-right: -40px;
}

.sr p{
    margin-top: 3px;
    gap: 30px;
}

.sr b{
    margin-top: 10px;    
}

/*======= Additional Info ======*/

.container .heading{
    padding-bottom: 15px;
    margin-bottom: 6px;
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.container .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 15px;
}

.container .box-container .box{
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 5px;
    background: #fff;
    padding: 20px 10px 5px;
    padding-right: 20px; 
}   

.container .box-container .box img{
    height: 25px;
    width: 25px;
    margin-left: 15px;
}

.container .box-container .box h6{
    margin-top: 8px;
}

.container .box-container .box p{
    color: #777;
    font-size: 15px;
    line-height: 20px;
    margin-left: 57px;
}

.additional p{ /*== line height ==*/
    margin-top: -10px;
}

.box .ai{
    display: flex;
    gap: 16px;
}

.box .ai p{
    margin-top: 10px;
}

.box .info{
    margin-top: 10px;
}

/*===== Tools Usage ====*/

.code{
    border-radius: 5px;
    padding: 2px 4px 2px 4px;
    background-color: rgb(228, 227, 227);
    text-wrap: nowrap;
}

.code-container{
    width: 100%;
    overflow-x: auto; /* Enables horizontal scrolling */
    background-color: #f8f9fa; /* Light gray background */
    padding: 10px 10px 10px 10px;
    border: 1px solid #dee2e6; /* Light border */
    border-radius: 5px;
    white-space: nowrap; /* Prevents text from wrapping */
}

.code-container li{
    margin-left: -10px;
}

.code-container p,
.code-container ol,
.code-container ul{
    margin: 0;
}


/*====== Install & Uninstall =====*/

.commands img{
    width: 90%;
    height: 500%;
    margin-left: 5%;
}

.commands p{
    margin-bottom: 0px;
}

/*====== Scroll Bar =====*/

.scrollable-section {
    height: 480px; /* Set the height you need */
    overflow-y: auto; /* Enable vertical scrolling */
}

.scrollable-section img{
    width: 90%;
    height: 500px;
    margin-left: 5%;
    margin-bottom: 30px;
}

.scrollable-section p{
    margin-left: 5%;
}

/*====== 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;
    margin-top: -10px;
    font-size: 13px;
}

.ul .btn{
    font-size: 18px;
}

/*===== About =====*/
.about a{
    font-size: 15px;
    margin-bottom: 30px;
    text-decoration: none;
}











