* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    background-color: #f7dd9c1a !important;
}

a {
    text-decoration: none;
}

p a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0px;
    margin: 0px;
}

.font-500 {
    font-weight: 500 !important;
}

.web-font {
    list-style: none;
    color: #e71e28;
}

.web-font-2 {
    color: #bc3131;
    list-style: none;
}

.web-font-3 {
    color: #860000 !important;
}

.web-font-4 {
    color: #fbd03a !important;
}

.no-borderradius {
    border-radius: 0% !important;
}

.row {
    --bs-gutter-x: 0rem;
}

.web-btn {
    background-color: #860000;
    color: #f7dd9c;
    transition: 0.3s ease-in-out;
}

.web-btn:hover {
    background-color: #f7dd9c;
    color: #860000;
}

.web-btn-2 {
    background-color: #fbd03a;
    color: #e71e28;
    transition: 0.3s ease-in-out;
    border: 2px solid transparent;
}

.web-btn-2:hover {
    background-color: #e71e28;
    color: #fbd03a;
    border: 2px solid #fbd03a;
}
