@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body {
	font-family: "Inria Sans", sans-serif;
	overflow-x: hidden;
}
header {
    padding: 30px 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.header {
    padding: 0;
    background: #fff;
    border-radius: 50px;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    max-height: 80px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 30px 20px;
    font-size: 17px;
    font-weight: 500;
}
.call_us_btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
}
.call_us_btn a {
    color: #8a8a8a;
    text-decoration: none;
}
.quote_btn {
    padding: 12px 30px;
    font-size: 17px;
    font-weight: 500;
    background: #FF3131;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 0;
    line-height: 20px;
}
.contact_toggle {
    color: #000;
    line-height: 0;
}
.contact_toggle svg g {
    stroke: #000;
}
.banner_section {
    display: block;
    padding: 60px 0 120px;
    position: relative;
    background-image: url(../images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_section:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+66 */
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 66%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.banner_section:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+50,000000+100&0+50,1+100 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.banner_section .container {
    position: relative;
    z-index: 2;
}
.banner_section img {
    max-width: 100%;
}
.banner_section h4 {
    margin: 24px 0;
    color: #E3A700;
    font-weight: 600;
}
.banner_section iframe, .banner_section video {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border: 5px solid #fff;
}
#timer {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 24px auto;
    justify-content: center;
}
#timer div {
    background: #D9D9D9;
    border-radius: 10px;
    padding: 24px 12px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    gap: 14px;
    flex: 1;
}
#timer div span {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.register_btn {
    display: inline-block;
    vertical-align: top;
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 500;
    background: #fbc000;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 0;
}
.brochure_btn {
    display: inline-block;
    vertical-align: top;
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 500;
    background: #fde080;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 0;
}
.city_image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 5;
}
.map_section {
    display: block;
    position: relative;
    padding: 80px 0;
}
.map_section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.venue_card {
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    max-width: 580px;
    position: relative;
}
.venue_card h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
    text-transform: uppercase;
}
.venue_card h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.venue_card p {
    font-size: 17px;
    line-height: 28px;
    color: #747474;
    margin-bottom: 10px;
}
.venue_card h5 + p {
    color: #FF3131;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1;
}
.venue_card img {
    width: 100%;
    max-width: 500px;
    height: 220px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 20px;
}
.venue_card a {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    gap: 12px;
}
.stay_section {
    display: block;
    padding: 80px 0 40px;
}
.stays.swiper {
    margin: 0 -24px;
}
.stay_card {
    display: block;
    padding: 20px 19px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    margin: 40px 12px;
    border: 1px solid #c99a00;
    background: linear-gradient(to bottom, rgba(251, 192, 0, 0) 0%, rgba(251, 192, 0, 1) 100%);
}
.stay_card figure {
    margin-bottom: 16px;
    line-height: 0;
}
.stay_card figure img {
    width: 100%;
    height: 200px;
    border-radius: 4px;
    object-fit: cover;
}
.stay_card h6 {
    font-size: 19px;
    font-weight: 600;
    color: #000;
}
.stay_card_foot {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.stay_card_foot a {
    color: #000;
    text-decoration: none;
}
.stay_card_foot p {
    color: #747474;
    margin: 0;
}
.stay_section h3 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 16px;
}
.stay_section p {
    color: #000;
    margin: 0;
    font-size: 16px;
}
.stay_btn_area {
    display: flex;
    align-items: center;
    gap: 16px;
}
.stay_btn {
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #E7E7E7;
    border: none;
}
.stats_section {
    display: block;
    padding: 40px 0;
    background: #000;
}
.stats_card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.stats_card img {
    width: 60px;
    height: 60px;
    filter: invert(1);
}
.stats_card .counter {
    font-size: 64px;
    font-weight: bold;
    color: #fbc000;
    line-height: 1;
}
.stats_card p {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    max-width: 110px;
    line-height: 1.2;
    color: #fff;
}
.delegate_section {
    display: block;
    padding: 80px 0;
}
.delegate_section h3 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
}
.delegate_section a.view_btn {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    gap: 12px;
}
.dignitaries_section {
    display: flex;
    gap: 30px;
    margin-top: 64px;
}
.dignitaries_card {
    display: flex;
    position: relative;
}
.dignitaries_card img {
    max-width: 100%;
}
.dignitaries_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+65,000000+78,000000+100&0+0,0+65,0.8+78,1+100 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.8) 78%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.dignitaries_content h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #fff;
    margin-top: auto;
}
.dignitaries_content p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    color: #fff;
}
footer {
    padding: 80px 0 0;
    background: #000;
}
footer p {
    font-size: 20px;
    color: #fff;
    margin: 0;
}
.copyright {
    display: block;
    padding: 28px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 60px;
}
.copyright a {
    color: #fff;
    text-decoration: none;
}
.footer_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    gap: 40px;
}
.footer_menu li {
    display: block;
}
.footer_menu li a {
    display: block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
.footer_menu li a:hover {
    color: #FF3131;
}
.social_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.social_menu li {
    display: block;
}
.social_menu li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,0.15);
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.social_menu li a img {
    width: 24px;
    height: 24px;
    object-fit: scale-down;
    filter: invert(1);
}
.page_header {
    display: block;
    padding: 50px 0;
    background: #000;
}
.page_header h2 {
    color: #fbc000;
    text-align: center;
    margin: 0;
    font-weight: 500;
}
.map_area {
    display: block;
    position: relative;
    width: 100%;
    line-height: 0;
}
.map_area iframe {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.venue_area {
    display: block;
    padding: 80px 0;
    background: #efefef;
}
.venue_area img {
    max-width: 100%;
}
.venue_area h3 {
    font-size: 30px;
    font-weight: 700;
}
.venue_area p {
    font-size: 18px;
}
.venue_area a {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    gap: 12px;
}
.fee-table th {
    text-align: center;
}
.registration_content {
    margin-top: 40px;
}
.registration_content ul li {
    margin-bottom: 10px;
}
.registration_content p {
    margin: 0;
}
.registration_content h5 {
    font-weight: 600;
}

@media(max-width: 575px) {
    .banner_section {
        padding: 100px 0;
    }
    #timer {
        gap: 10px;
    }
    #timer div {
        padding: 10px;
        gap: 5px;
    }
    .stats_section {
        padding: 16px 0;
    }
    .map_section {
        padding: 16px 0;
    }
    .map_section iframe {
        position: relative;
        aspect-ratio: 1/1;
        margin-bottom: 16px;
    }
    .venue_card {
        padding: 10px;
        border-radius: 5px;
    }
    .stay_section {
        padding-top: 16px;
        padding-bottom: 0;
    }
    .stay_section h3 {
        text-align: center;
        margin-bottom: 5px;
    }
    .stay_section p {
        margin-bottom: 24px;
        text-align: center;
    }
    .stay_btn_area {
        justify-content: center;
    }
    .delegate_section {
        padding: 16px 0;
    }
    .dignitaries_section {
        margin-top: 16px;
    }
    footer {
        padding-top: 24px;
    }
    .footer_menu {
        flex-direction: column;
        margin: 16px 0;
        gap: 10px;
    }
    footer p {
        margin-bottom: 24px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0;
    }
    .venue_area {
        padding: 16px 0;
    }
    .dignitaries_section.grid {
        flex-wrap: wrap;
        gap: 10px;
    }
    .dignitaries_section.grid .dignitaries_card {
        flex-basis: calc(50% - 5px);
        flex-direction: column;
    }
    .dignitaries_section.grid .dignitaries_content {
        position: relative;
        background: #000;
        padding: 4px;
    }
    .dignitaries_section.grid .dignitaries_content h5 {
        margin: 0 0 3px;
        font-size: 13px;
    }
    .dignitaries_section.grid .dignitaries_content p {
        margin: 0;
        font-size: 11px;
        font-weight: 300;
    }
    .page_header {
        padding: 24px 0;
    }
    .quote_btn {
        padding: 10px 30px;
        margin-right: 10px;
    }
}