/* Custom CSS */

/* Define colors */
:root {
    --primary: #D1AC67;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #000;
    --text: #333;
    --border: #dee2e6;
}

/*  Nunito Sans font */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap');


/* General CSS */
body {
    font-family: 'Nunito Sans', sans-serif;
    color: #333;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
}

p {
    font-size: 0.8rem;
}

a {
    text-decoration: none;
    color: var(--text);
}

a:hover {
    text-decoration: none;
    color: var(--primary);
}

.header-gap {
    margin-top: 100px;
}

.section-header {
    margin-bottom: 80px
}

.section-header p {
    color: #222222;
    text-decoration: underline;
    width: 98%;
}

.section-header h2 {
    margin-bottom: 15px;
}

.alert {
    --bs-alert-padding-x: 0.75rem;
    --bs-alert-padding-y: 0.5rem;
    font-size: 0.75rem;
}

.small, small {
    font-size: 0.75rem;
}

/* Buttons */
.btn {
    border-radius: 0;
}

.btn.show {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary {
    min-width: 130px;
    background-color: var(--primary);
    border-color: var(--primary);
}


.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-visible {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    box-shadow: none !important;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
    min-width: auto;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary);
    color: white;
}

.dropdown-toggle::after {
    display: none;
}

.text-decoration-none {
    text-decoration: none !important;
}

.footer {
    padding: 40px 0;
    background-color: var(--dark);
    color: white;
    text-align: center;
}

.footer p {
    font-size: 18px;
    margin: 0px;
}

.footer .social_links a {
    display: block;
    color: #fff;
    margin: 0 0 0 6px;
    font-size: 20px;
}

.footer .social_links a i:hover {
    color: #000 ! important;
}

/* Font Awesome Icons have variable width. Added fixed width to fix that.*/
.icon-width {
    width: 2rem;
}

/* Navbar Frontend */
header {
    left: 0;
    padding: 12px 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

#header.transparent {
    position: absolute;
    top: 0;
    left: .0;
    right: 0;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}

#header {
    border-bottom: rgba(255, 255, 255, 0.1);
    left: 0;
    right: 0;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    z-index: 22;
}

#header.sticky, .fadeHeaderInDown {
    -webkit-animation-name: fadeHeaderInDown;
    -moz-animation-name: fadeHeaderInDown;
    -o-animation-name: fadeHeaderInDown;
    animation-name: fadeHeaderInDown;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
    background: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 5px 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dark-layer {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: inherit;
}

.inner-pages {
    /*background-image: url(../images/parliment.png);*/
    background: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}

.element_header {
    padding: 55px 0;
}

.div_zindex {
    position: relative;
    z-index: 1;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.white_text {
    color: #fff;
}

.white_text h1, .white_text h2,
.white_text h3, .white_text h4,
.white_text h5, .white_text h6,
.white_text p {
    color: #fff;
}

#banner {
    background-image: url(../images/parliment.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -120px;
    padding-top: 120px;
}

.banner-content h1 {
    font-size: 2.25rem;
    color: #fff;
}

.banner-fixed {
    display: block;
    height: auto;
    padding: 120px 0 100px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
}

.banner-content {
    padding-top: 40px;
}

.banner-tagline p {
    font-size: 24px;
    color: #fff;
    line-height: auto !important;
    margin-top: 20px;
}

.banner-form {
    background: #ffffff none repeat scroll 0 0;
    padding: 26px;
}

.banner-form h4 {
    font-weight: 400;
    line-height: 36px;
}

.banner-form ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
}

.banner-form ul li {
    display: inline-block;
    margin-bottom: 10px;
    color: #000;
}

.banner-form ul li span {
    color: #D1AC67;
    font-weight: 600;
    font-size: 20px;
}

section#timer_countdown {
    position: relative;
}

.vc_row {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.vc_col {
    display: flex;
}

.timer_wrap {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

.timer_wrap h6 {
    line-height: 50px;
    margin-bottom: 30px;
    text-decoration: underline;
}

.conference_date {
    font-weight: 300;
    font-size: 36px;
    line-height: 50px;
    margin: 0px;
}

.countdown-counter {
    padding-bottom: 50px;
}

.padding_50px {
    padding: 50px 0;
}

.countdown-amount {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    border: 1px solid #434242;
    color: #ffffff;
    display: inline-block;
    height: 112px;
    list-style: outside none none;
    margin: 0 6px;
    padding-bottom: 18px;
    padding-top: 20px;
    position: relative;
    width: 105px;
}

.countdown-period {
    display: block;
    font-size: 18px;
    line-height: 1;
    margin-top: 10px;
    text-align: center;
}


/* Sidebar CSS START  */

.sidebar {
    width: 250px;
    height: 100vh;
    background-color: #343a40;
    color: white;
    position: fixed;
    left: -250px;
    top: 0;
    transition: all 0.3s;
    z-index: 1050;
}

.sidebar.active {
    left: -250px;
}

.sidebar .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0.75rem;
}

.sidebar .nav-link {
    color: white;
}

.sidebar .nav-link:hover {
    background-color: #495057;
}

.content {
    transition: margin-left 0.3s;
}

.topbar {
    width: 100%;
    background-color: var(--primary);
    color: white;
    padding: 10px;
    position: relative;
    z-index: 999999;
}

.toggle-btn {
    cursor: pointer;
    background-color: var(--primary);
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    border: none;
}

@media (min-width: 769px) {
    .sidebar {
        left: 0;
    }

    .content {
        margin-left: 250px;
    }

    .sidebar.collapsed {
        left: -250px;
    }

    .content.shifted {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .sidebar {
        position: fixed;
        width: 250px;
        left: -250px;
        z-index: 1200;
    }

    .sidebar.active {
        left: 0;
    }

    .content.shifted {
        margin-left: 0;
    }
}

/* Sidebar CSS END */

/* CARD CSS */

.card {
    border-radius: 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border: none;
}

.card .card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border);
}

.card .card-subtitle {
    font-size: 1rem;
    color: var(--secondary);
    margin-bottom: 0.5rem;
}

.card .card-text {
    font-size: 1rem;
    color: var(--text);
    margin-bottom: 1rem;
}

.card .card-link {
    font-size: 0.8rem;
    color: var(--primary);
    text-decoration: none;
}


.active>.page-link, .page-link.active {
    background-color: var(--primary);
    border-color: var(--primary);
}