/* google fonts start hare */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* google fonts end hare */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}

.img-res{
    height: 200px;
    width: 200px;
    display: inline-block;
    margin: auto;
}

.size-logo{
    height: 32px;
    width: 250px;
}

/* footer design start hare */

footer{
    background-color: rgb(43, 43, 43);
    overflow-x: hidden;
    padding: 40px 50px;
}
footer p > span{
    color: rgb(255, 38, 0);
    cursor: pointer;
}
.ft{
    font-size: 12px;
    width: 550px;
    text-align: justify;
}
footer input{
    border: none !important;
}
footer input::placeholder{
    color: #fff !important;
}
footer .input-group .input-group-text{
   background: var(--bggradient);
   border: none !important;
   cursor: pointer;
}
footer .input-group .input-group-text i{
   color: #fff !important;
}
footer .text-column i{
   color: rgb(255, 0, 85) !important;
   padding-left: 10px;
}

/* footer design end hare */