body{
    font-family: ProximaNova,Helvetica,Arial,sans-serif;
}
h1, h2 , h3{
    font-family: "Merriweather","Times New Roman",Times,serif;
    font-weight: 700 !important;
}
p{
    margin-bottom: 0.3rem !important;
}
a{
    text-decoration: none !important;
    color: #000 !important;
}
/* ==============Header Start============= */
nav{
    font-family: "Merriweather", "Times New Roman", Times, serif;
    padding-bottom: 0.1rem !important;
    padding-top: 1rem !important;
}
.nav-link {
    position: relative;
    transition: color 0.3s;
    font-size: 14px;
}

.nav-link:hover {
    color: #fb1b26 !important;
}
.nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 3px;
    background-color: #fb1b26;
}


.nav-link:hover::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 3px; 
    background-color: #fb1b26; 
    color: #fb1b26;
}

/* =========Hero Section Start============ */
ul{
    list-style-type: none;
}
.bi-check2{
    color: #48964d;
}
.hero-section {
    position: relative;
    background: url('../images/landing_page/bg_access-header.jpg') no-repeat center center/cover;
    padding: 80px 0;
    color: white;
  }
  
  .hero-section h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .hero-section ul {
    list-style-type: none;
    padding-left: 0;
  }
  
  .hero-section ul li {
    /* margin-bottom: 10px; */
    font-size: 1.1rem;
    display: flex;
    align-items: center;
  }
  
  .hero-section ul li svg {
    margin-right: 8px;
  }
  
  .hero-section .container {
    z-index: 2;
    position: relative;
  }
  
  .hero-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .signup-btn{
    font-family: ProximaNova,Helvetica,Arial,sans-serif;
    font-style: normal;
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto;
    text-decoration: none;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    background: #fb1b26;
    border-color: #fb1b26 ;
    padding: 13px 21px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
  }
  /* =======form========= */
.bg-dark-opaque {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 8px; 
}

.input-container {
    position: relative;
}

.left-inner-addon input {
    padding-left: 45px !important; 
    height: 50px;
    border-radius: 0 !important;
}

.input-icon {
    position: absolute;
    left: 10px; 
    top: 50%;
    transform: translateY(-50%);
    width: 24px; 
    height: auto;
    pointer-events: none;
}

input {
    width: 100%;
    padding: 1em !important;
    margin: 0 !important;
    box-sizing: border-box;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
}
.login-btn{
    font: inherit;
    margin: 0;
    line-height: normal;
    appearance: none;
    background: #fb1b26;
    margin-bottom: 20px;
    padding: 15px;
    color: #fff;
    border: 0;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: center;
    cursor: pointer;
}

/* =========Features Section End============== */

.icons-img{
    height: 60px;
}
.feature-btn{
    background:transparent;
    border: 1px solid white;
    color: white;
    border-radius: 8px;
}
.bg-feature{
    background: rgba(0, 0, 0, 0.5);
}
/* svg{
    height: 50px;
} */
.support-svg{
    background-color: white;
    border: 2px solid grey;
    border-radius: 50%;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.footer-icon svg{
    margin: 8px;
}