/* your styles go here */

/* blue : #2b34d3 , rgb(43, 52, 211)
<i class="fa-solid fa-piggy-bank" style="color: #2b34d3;"></i>
*/


/* font-family - googlefonts */
@import url('https://fonts.googleapis.com/css2?family=Faustina:wght@300;400;500;600;700&family=Jost&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

p {
    font-family: montserrat, sans-serif;
    font-weight: 400;
}

#btn {
    border-radius: 0px;
}
/* .nav-holder {
    border-bottom: 1px solid #000;
    box-shadow: 10px 5px 5px #f1f1f1;
} */
@media screen and (max-width:992px){
    .bi-search {
        display: flex;
        align-items: center;
    }
    .login-btn {
        margin-block-start: -5px;
    }
}

.s1-list {

    border-bottom: 1px solid #f1f1f1;

}

.nav-icon {
    font-size: 2rem;
}

.s1-div {
    position: relative;
    height: 150px;
}


.s1-div:after{
    background-color: #e9e9e9;
    content: "";
    height: 150px;
    margin-top: -75px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 1px;
} 
@media  screen and (max-width: 767px) {
    .s1-div, .s1-div2 {
        height: 130px;
        padding-top: 2rem;
        position: relative;
    }
    .s1-div:after{
        background-color: #e9e9e9;
        content: "";
        /* visibility: hidden; */
        height: 1px;
        margin-top: 75px;
        position: absolute;
        left: 0px;
        bottom: 0;
        top: 50%;
        width: 100%;
    } 
}
#left-btn {
    border: 1px solid #000;
}
#right-btn {
    background: #e9e9e9;
}
#right-btn:hover {
    background: #dddddd;
}
.social-2 img{
    cursor: pointer;
}
@media screen and (max-width: 992px) {
    .footer {
        text-align: center;
    }
    .social-icons {
        display: flex;
        justify-content: center;
    }
    .social-1 {
        display: none;
    }
}
    

@media screen and (min-width: 992px) {
    
    .social-2 {
        display: none;
    }
}
footer li:hover {
    text-decoration: underline;
}

.back-to-top {
    z-index: 9999;
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
.back-to-home {
    z-index: 9999;
    position: fixed;
    bottom: 25px;
    left: 25px;
    display: none;
}
