.linkers{
    border: none !important;
    font-weight: bold !important;
    background-color: white !important;
    color: black !important;
    text-decoration: none;
}
.linkers.active{
    color: #c61b1f !important;
    font-weight: bold !important;
    border: none !important;
    font-size: 16px !important;
}
/* .page-item{
    display: flex;
    align-items: center;
} */
.getStarted{
    color:#c61b1f !important;
    font-family: 'Cinzel', serif;
    font-size: 16px !important;
    font-weight: bold !important;
}
.font-text{
    font-size: 20px !important;
    font-family: 'Poppins', sans-serif;   
}
p{
    font-size: 14px !important;
}
.title{
    font-weight: bold !important;
    font-size:20px !important; 
    font-family: 'Poppins', sans-serif;   
}
.context{
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}
.bar{
    background-color: #e5e5e5;
    padding-top: 15px;
    padding-left: 10px; 
}
.recent{
    font-family: 'Poppins', sans-serif;
    font-weight: bold !important;
    font-size: 18px;
}
.watch{
    color:#c61b1f !important;
    font-family: 'Poppins', sans-serif;
    font-weight: bold !important;
}
.side-text{
    font-family: 'Poppins', sans-serif;
    font-weight: bold !important;
    font-size: 15px;
    margin-top: 22px;
}
/* .box1{
    border: 1px solid black;
    margin-top: 20px;
    height: 130px;
} */
.contact{
    font-family: 'Cinzel', serif;
    color:#c61b1f;
    font-weight: bold;
}
.contact1{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 30px;
}
.side-border{
    border: 1px solid #e5e5e5;
    padding:40px;
}
.footer-mt{
    margin-top: 14rem;
}

@media only screen and (max-width: 600px) {
    .getStarted{
        font-size: 14px !important;
    }
    .title{
        font-size: 18px !important;
    }
    .context{
        font-size: 14px !important;
    }
    .footer-mt{
        margin-top: -2rem !important;
    }
    .box{
        padding: 0 !important;
    }
      .contact-mob{
        padding: 0 !important;
    }
}

.form-select:focus {
    outline: none;
    border-color: #c61b1f;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
}