.footerbgclr{
    background-color: #BD0917 !important;

}
.logo{
    display: flex;
    align-items:center !important;
    justify-content: center !important;


}
.h4clr{
    color: white;

}
.hr{
    border-bottom: 1px solid #F05323;
    width: 60%;
}


.border-on-left{
    border-left: 1px solid white;
}
.footer-links a {
    display: block;
    color: white;
    margin-bottom: 1px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #F05323;
}
.footer-links {
    display: flex;

    flex-direction: column;
    gap: 5px;             /* spacing around the vertical line */
    margin-bottom: 10px;
}
.chotucol{
    color: white;
}
.copyright{
    color: white;
    padding-top: 5%;

}
.grey-room{
    background-color: #BD0917;
}
.buttonclr{
    background-color: white;
    border: 0px;
    border-radius: 10px;
    padding: 15px 10px 15px 10px;
    color: black;

}
.button-out{
    margin-left: 10%;
    background-color: transparent;
    border: solid white !important;
    border-radius: 10px;
    padding: 8px;
    border-color: white;
    color: white;
}

.inputfooter input{
    background-color: #17161B;
    border: none !important;
    border-radius: 10px;
    padding: 3%;
}
.inputfooter input::placeholder{
    color: white;
}
.inputfooter input:focus{
    outline: 0px;
    border: 2px solid rgb(255, 0, 0) !important;
    transition: 0.1s;
}
