:root {
  --text-color1: #000;   
  --text-color2: #0f0e17; 
  --text-color3: #fff;
  --para-text-color: #797881;
  --accent-color1: #f7124a;         
  --accent-color2: #191821;
  --background-color: #f7f9fc; 
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.container-2 {
    max-width: 1100px;
    margin: 0 auto;
}
.main-btn{
    display: inline-block;
    background-color: var(--accent-color1);
    color: var(--text-color3);
    text-align: center;
    border-radius: 8px;
    border: none;
    padding: 12px 32px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.btns a{
    margin-right: 18px;
}
.btns .bg-gray{
    background-color: var(--accent-color2);
    transition: background-color 0.3s ease;
}
.btns .bg-gray:hover{
  background-color: var(--accent-color1);
}
.main-btn:hover{
    background-color: var(--accent-color2);
}
h1{
    font-size: 72px;
    line-height: 89px;
    font-weight: 700;
}
h3{
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
}
h4{
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}
h6{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.font-160{
    font-size: 160px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -.02em;
}
.font-20{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.section-title{
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    color: var(--accent-color1);
}
.clr-accent{
    color: var(--accent-color1);
}
/* Fix modal z-index */
.modal {
    z-index: 1055 !important;
}
.modal-backdrop {
    z-index: 1050 !important;
}
.event-inner .mission-desc a:hover {
    background: none;
}
