@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,500;1,500&display=swap');

h1 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #D71920;
    font-size: 30px;
}

p {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #5F5F63;
    font-size: 16px;
}

span {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
}

a {
    color: #D71920;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #383838;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 12px;
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #D71920;
}

.dropdown-item {
    color: #383838;
    font-size: 12px;
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-transform: uppercase;
}

#carousel {
    margin-top: 38px;
}

#carousel h5 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 39px;
}

#carousel p {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #FFFFFF;
}

#about {
    padding-top: 100px;
    padding-bottom: 100px;
}

#benefit {
    padding-bottom: 100px;
}

#media {
    padding-top: 100px;
    padding-bottom: 100px;
}

#media h2 {
    margin-top: 10px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
}

#media p {
    color: #5F5F63;
    font-size: 14px;
}

#join-member {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #E6E6E8;
}

#join-member h1 {
    color: #000000;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 46px;
}

#join-member p {
    color: #5F5F63;
}

.btn-primary {
    border-radius: 0;
    background: #000000;
    border-width: 0;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px 35px;
}

.btn-primary:hover {
    background: #D71920;
}

.btn-secondary {
    border-radius: 0;
    border-width: 0;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px 35px;
}

footer {
    padding-top: 100px;
    padding-bottom: 10px;
}

footer img {
    height: 100px;
}

hr {
    border-top: 1px solid #EAEAEA;
    opacity: 1;
}

footer h2 {
    color: #000000;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
}

footer ul li {
    padding-bottom: 15px;
}

footer ul li a {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #5F5F63;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer .btn-primary {
    text-transform: capitalize;
}

.form-control {
    background: #EBEBEB;
    border-width: 0;
    border-radius: 0;
}

.form-select {
    background: #EBEBEB;
    border-width: 0;
    border-radius: 0;
}

textarea::placeholder {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #949494 !important;
    font-size: 14px;
}

input::placeholder {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #949494 !important;
    font-size: 14px;
}

.modal-title {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.modal h6 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.form-label {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

input[type="text"]{
    padding-inline: 4px;
}

#cover-header {
    position: relative;
    height: 456px;
    background-size: contain;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%), url("../images/benefit-cover.jpg");
}

#cover-header h1 {
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    color: white;
    font-size: 48px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
}

#content {
    padding-top: 100px;
    padding-bottom: 100px;
}

#content ul {
    margin-left: 16px;
}

#content span {
    color: #D71920;
}

#content ul li {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #5F5F63 !important;
    font-size: 16px;
    margin-bottom: 10px;
}

#content h2 {
    color: #D71920;
    margin-top: 65px;
    font-size: 20px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#join {
    padding-top: 100px;
    padding-bottom: 100px;
}

#join h2 {
    color: #D71920;
    margin-top: 65px;
    font-size: 20px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#join ul li {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #5F5F63 !important;
    font-size: 16px;
}

#content i {
    color: #F37A2E;
}

#join a {
    font-size: 12px;
}