body, html {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.navbar .container-fluid, .footer .container-fluid {
    padding-inline: 55px;
}

.section1 .container-fluid {
    padding-inline: 60px;
}

.navbar {
    background-color: white;
}

.navbar-nav {
    gap: 20px;
}

.nav-menu-items {
    display: flex;
    justify-content: flex-end;
}

.nav-menu-items {
    color: #666;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("/images/bg_home.jpg");
    height: max-content;
    padding-bottom: 80px;
    padding-top: 40px;
}

.event-heading {
    color: #fff;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.event-details-text {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
    margin-top: 40px;
}

.subtitle {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
}

.home-row {
    padding-top: 100px;
}

.register-button {
    border-radius: 8px;
    border: 1px solid #C76300;
    background: #F0963E;
    display: flex;
    width: 308px;
    height: 60px;
    padding: 14.5px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 60px;
    transition: transform 0.3s ease;
}

.content-card {
    display: inline-flex;
    padding: 40px 29px 60px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #EFF6FC;
    box-shadow: 1px 0px 78px 0px #F8FFCC;
    width: 65%;
}

.content-text {
    color: #515151;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
    height: 100%;
}

.home-content {
    padding-left: 75px;
    position: relative;
    width: 100%;
    display: flex;
    margin-top: auto;
    padding-top: 60px;
}

.gift {
    position: absolute;
    width: 50%;
    height: 130%;
    top: -60px;
    right: 0;
}

.section2 {
    padding: 80px 80px 0px 80px;
    background: #EBF4F9;
}

.about h4, .feature h4, .products h4 {
    color: var(--Dark-blue, #012954);
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.feature, .products {
    margin-top: 50px;
}

.about p {
    color: var(--black, #2E3133);
    text-align: justify;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.feature span {
    color: #0748AE;
}

.feature-container {
    display: flex;
    gap: 30px;
}

.feature-img-container {
    border-radius: 50%;
    border: 1.5px solid var(--Misc-blue-primary-effigo, #1C3D72);
    background: var(--Misc-white-effigo, #FFF);
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    margin-top: 15px;
}

.feature-details h5 {
    color: var(--Misc-black-effigo, #2E3133);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.feature-details p {
    color: var(--neutrals-03, #616161);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.feature .row {
    row-gap: 72px;
    margin-top: 50px;
}

.section3 {
    padding-top: 48px;
    padding-bottom: 48px;
}

.logo-caption {
    color: var(--Neutrals-Neutral-80, #424242);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 5px;
}

.footer th, td {
    padding-block: 8px;
}

.footer th {
    color: var(--Neutrals-2, #23262F);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 38.832px;
}

.footer td {
    color: var(--black, #2E3133);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.888px;
}

.links-container {
    display: flex;
    gap: 10px;
    justify-content: end;
    margin-top: 100px;
}

.scroll-link.active {
    border-bottom: 2px solid #012954;
    color: #012954;
}

.register-button:hover {
    transform: scale(1.1);
}

.registration-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.modal-body {
    padding: 32px;
}

.material-textfield {
    position: relative;
}

label {
    position: absolute;
    font-size: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    color: gray;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
}

input {
    font-size: 14px;
    outline: none;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 8px;
    color: gray;
    transition: 0.1s ease-out;
    width: 100%;
}

input:focus {
    border-color: #6200EE;
}

input:focus+label {
    color: #6200EE;
    top: 0;
    transform: translateY(-50%) scale(.9);
}

input:not(:placeholder-shown)+label {
    top: 0;
    transform: translateY(-50%) scale(.9);
}

.event {
    color: #0748AE;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.modal-title {
    color: #2E3133;
    text-align: center;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.registration-form button {
    border-radius: 8px;
    background: var(--Dark-blue, #012954);
}

.registration-form button:hover {
    background: var(--Dark-blue, #011d3a);
}

.modal-header {
    border-bottom: none;
}

.links-container img:hover {
    transform: scale(1.1);
}

.calendar-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    padding-top: 40px;
}

.calendar-container a {
    color: white;
    text-decoration: none;
}