@font-face {
    font-family: "HiltiBold";
    src: url("../font/HiltiBold.ttf") format("opentype");
}

@font-face {
    font-family: "HiltiRoman";
    src: url("../font/HiltiRoman.ttf") format("opentype");
}

::placeholder {
    color: #000 !important;
}

::-webkit-scrollbar {
    display: none;
}

:-ms-input-placeholder {
    color: #000 !important;
}

::-ms-input-placeholder {
    color: #000 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input.form-control:focus,
button.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "HiltiRoman";
    color: #000000;
}

.click_here{
    border-radius: 20px;
    background-color: #524f53;
    color: white;
    padding: 8px 16px;
}

.content_div {
    margin-top: 10vh;
}

.content_div img {
    width: 70%;
}

.date {
    font-weight: bold;
    font-family: "HiltiBold";
    font-size: 30px;
}

.fixed_img {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    object-position: center;
    -o-object-fit: cover;
    overflow: hidden;
}

.video_bg {
    /* position: relative;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    object-position: center; */
    width: 100vw;
    /* height: 100vh; */
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    /* top: 0; */
    bottom: 0;
    z-index: -1;
}

.registration {
    text-align: center;
    height: 100vh;
}

.registration .logo {
    position: absolute;
    left: 1%;
    top: 1%;
    width: 100px;
    object-fit: cover;
}

.registration .row {
    height: 100%;
}

.registration .row .col-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.registration .foot_logo {
    text-align: left;
    width: 50%;
    position: fixed;
    bottom: 2%;
    left: 3%;
    top: auto;
    right: auto;
}

.registration .registration_form {
    width: 75%;
    margin: auto;
    margin-right: 10%;
    background: #ffffff;
    padding: 2.5rem 2.5rem;
}

.registration .registration_form .heading {
    font-size: clamp(1rem, 2.25vw, 1.5rem);
    margin-bottom: 0rem;
    padding: 0rem 0rem 1.5rem;
}

.registration .registration_form .form-control {
    border: 1px solid #d2d3d5;
    border-radius: 0px;
    font-size: clamp(0.5rem, 1vw, 1.5rem);
    padding: 0.5rem;
    color: #000000;
    text-transform: uppercase;
}

.registration .registration_form .login_btn .btn {
    width: 40%;
    background: #9dd193;
    border-radius: 0px;
    color: #fff;
    font-size: clamp(0.7rem, 1vw, 1.5rem);
    padding: 0.725rem;
}

.login {
    text-align: center;
    height: 100vh;
}

.login .row {
    height: 100%;
}

.login .row .col-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login .logo {
    position: absolute;
    left: 1%;
    top: 1%;
    width: 100px;
    object-fit: cover;
}

.login .left_img {
    width: 70%;
    margin: auto;
}

.registration .left_img {
    width: 70%;
    margin: auto;
}

.login_form {
    width: 75%;
    padding: 2.5rem 0;
}

.login_form .form-control {
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0px;
    font-size: clamp(1.5rem, 1vw, 1.5rem);
    padding: 1.5rem 0;
    color: #000000;
    background-color: transparent !important;
}

.login_form .login_btn .btn {
    background: #4b464b;
    color: white;
    font-size: clamp(1.5rem, 1vw, 1.5rem);
    padding: 10px;
    margin-top: 2rem;
    overflow-wrap: anywhere;
    border-radius: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px solid #4b464b;
}

.login_form .login_btn .btn:hover {
    background: #fff;
    color: #4b464b;
}

#loginerror {
    color: #000;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.headline {
    padding-top: 1rem;
}

.foot_logo_updated {
    width: 55%;
    margin: auto;
    text-align: center;
    padding-top: 3rem;
}

.thank-you {
    position: relative;
}

.thank-you .logo {
    position: absolute;
    left: 0;
    right: 0;
    width: 95vw;
    margin: auto;
    padding-top: 2rem;
}

.lobby {
    background: url(../images/lobby.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
}

.pulse-button {
    position: absolute;
    color: white !important;
    padding: 4px;
    font-size: 10px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 0 0 0 rgb(224 34 34 / 70%);
    background-color: #cf1220;
    background-size: cover;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(236, 193, 0, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

.pulse-button.p1 {
    top: 55%;
    right: auto;
    bottom: auto;
    left: 49%;
}


/* ======================================================== */

#timer {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin-left: auto;
    margin-right: 7.5%;
    color: #ffffff;
    padding: 0rem 0rem 0rem 0rem;
    position: absolute;
    top: 83.5vh;
    left: 0;
    right: 0;
    align-items: center;
}

#timer .days {
    /* border: 3px solid #ffffff; */
    border-radius: 10px;
    /* padding: 0.5rem 2em; */
    width: 23.5%;
    text-align: center;
}

#timer .hours {
    /* border: 3px solid #ffffff; */
    border-radius: 10px;
    /* padding: 0.5rem 2em; */
    width: 23.5%;
    text-align: center;
}

#timer .minutes {
    /* border: 3px solid #ffffff; */
    border-radius: 10px;
    /* padding: 0.5rem 2em; */
    width: 23.5%;
    text-align: center;
}

#timer .seconds {
    /* border: 3px solid #ffffff; */
    border-radius: 10px;
    /* padding: 0.5rem 2em; */
    width: 23.5%;
    text-align: center;
}

#timer .days p {
    margin-bottom: 0px;
    font-size: clamp(0.7rem, 2.5vw, 4rem);
    line-height: 3rem;
    padding-left: 5px;
    padding-right: 5px;
}

#timer .hours p {
    margin-bottom: 0px;
    font-size: clamp(0.7rem, 2.5vw, 4rem);
    line-height: 3rem;
    padding-left: 5px;
    padding-right: 5px;
}

#timer .minutes p {
    margin-bottom: 0px;
    font-size: clamp(0.7rem, 2.5vw, 4rem);
    line-height: 3rem;
    padding-left: 5px;
    padding-right: 5px;
}

#timer .seconds p {
    margin-bottom: 0px;
    font-size: clamp(0.7rem, 2.5vw, 4rem);
    line-height: 3rem;
    padding-left: 5px;
    padding-right: 5px;
}

#timer .smalltext {
    margin-bottom: 0px;
    font-size: 1rem;
}

#timer .smalltext {
    margin-bottom: 0px;
    font-size: 1rem;
}

#timer .smalltext {
    margin-bottom: 0px;
    font-size: 1rem;
}

#timer .smalltext {
    margin-bottom: 0px;
    font-size: 1rem;
}

.lobby .vimeo_player {
    width: 21vw;
    margin: auto;
    position: absolute;
    left: -2vw;
    right: 0;
    top: 15vh;
    /* border: 2px solid #000; */
}

.lobby .message {
    position: absolute;
    top: 57.5%;
    right: 0;
    margin: auto;
    bottom: auto;
    left: 0;
    color: #ffffff;
    text-align: center;
}


/* ===========================toast css===================================== */

.toast__svg {
    fill: #fff;
}

.toast {
    text-align: left;
    padding: 15px 0;
    background-color: #fff;
    border-radius: 4px;
    max-width: 500px;
    top: 0px;
    position: relative;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    opacity: 1;
    display: none;
    position: absolute;
    top: 15px;
    left: auto;
    right: 10px;
}

.toast:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.toast__icon {
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    padding: 7px;
    border-radius: 50%;
    display: inline-block;
}

.toast__type {
    color: #3e3e3e;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
}

.toast__message {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #878787;
    text-transform: capitalize;
}

.toast__content {
    padding-left: 70px;
    padding-right: 60px;
}

.toast__close {
    position: absolute;
    right: 22px;
    top: 45%;
    width: 14px;
    cursor: pointer;
    height: 14px;
    fill: #878787;
    transform: translateY(-50%);
}

.toast--green .toast__icon {
    background-color: red;
}

.toast--green:before {
    background-color: red;
}

.issue label {
    font-size: 24px;
    font-weight: bold;
    font-family: 'HiltiRoman';
    color: #692043;
}

.issue a {
    font-size: 24px;
    font-weight: bold;
    font-family: 'HiltiRoman';
    text-decoration: underline;
    color: #692043;
    outline: none !important;
    border: none !important;
}


/* =====================kick-off====================== */

#txt_box {
    /* padding: 0.5% 3%; */
    padding: 1.5% 2%;
    /* min-height: 90vh;
    position: relative;
    overflow: auto; */
}

#txt_box h1 {
    font-size: 5rem;
    color: rgb(216 0 0);
}


/* @media only screen and (max-width:2000px) and (min-width: 1200px){
    .desc_txt p {
        font-size: 31px;
        line-height: 50px;
        margin-bottom: 1rem;
    }
} */



.desc_txt p {
    font-size: 26px;
    /* font-weight: 600; */
    /* line-height: 50px; */
    /* line-height: 47px; */
    margin-bottom: 1rem;
}

.desc_txt span {
    color: #692043;
    font-size: 32px;
    font-weight: 900;
}

/* .desc_txt b {
    font-weight: 100;
} */

/* ==================Travel Plans======================== */
#agenda-box {
    padding-top: 2%;
}

.nav-tabs {
    box-shadow: none !important;
    border-bottom: none !important;
}

.nav-tabs li {
    width: 33%;
    text-align: center;
    margin-bottom: 20px !important;
    border-radius: 0 !important;
    border: none;
    color: #0000;
    font-weight: 800;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    background-color: transparent !important;
    cursor: pointer;
}

.nav-tabs li a {
    color: #000;
}

#myTab .nav-item .nav-link.active {
    border-color: none !important;
    border: 0 !important;
}

#myTab {
    /* margin-top: 13vh; */
    border-bottom: 1px solid #ffffff !important;
    width: 100%;
    margin: auto;
    padding-top: 1%;
}

#myTabContent {
    margin-top: 0vh;
    /* height: 55vh; */
    height: 58vh;
    overflow: scroll;
}

.tab_icon {
    border: 1.5px solid #4c464a !important;
    padding: 35px 20px;
    border-radius: 50%;
    background-color: #fbe9db;
    position: relative;
    z-index: 9;
}

.tab_icon img {
    width: 50px;
    z-index: 9999;
}

.tab_name {
    border: 1.5px solid #4c464a !important;
    border-left: none !important;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 3px 10px;
    margin-left: -5px;
    font-size: 18px;
    font-weight: 900;
}

.tab_color {
    background-color: #4c464a;
    position: relative;
    z-index: 1;
    color: #ddd4c4;
}

.e-ticket {
    margin: 8% auto 2%;
    /* display: flex;
    justify-content: center; */
}

.ticket1 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    /* margin: 1% 25% 4%; */
}

.ticket_title {
    /* background-color: #3e3e3e; */
    color: #fff;
    padding: 10px 35px 10px 25px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.5px;
    width: 70%;
    margin-bottom: 0 !important;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}

.ticket-info {
    width: 70%;
}

.ticket_btn {
    margin-left: 1%;
    background-color: #3e3e3e;
    color: #fff;
    border: none;
    padding: 10px 20px 10px 35px;
    display: inline-block;
    clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
}

.ticket_btn img {
    width: 20px;
}

.form_head {
    color: #ddd4c4;
    background-color: #4c464a;
    padding: 8px 20px;
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
    width: fit-content;
    font-size: 22px;
    font-weight: 700;
}

.form {
    margin: 4% 0;
    width: 100%;
}

.form select {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 2px 5px;
    font-size: 20px;
}

.form input {
    border: none;
    border-radius: 10px;
    font-size: 20px;
}

.form label {
    font-size: 20px;
}

.meal label {
    margin-right: 5%;
}

.form .aab {
    margin-bottom: 2%;
}

.submit {
    border: 2px solid #8c7658;
    color: #8c7658;
    border-radius: 25px;
    padding: 2px 20px;
    font-size: 22px;
    font-weight: 700;
}

.submit:hover {
    background-color: #8c7658;
    color: white;
}

.meal {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
}


/*==================== FAQs======================= */

#userinfo_table,
.spocs_content2 {
    overflow-y: scroll;
    /* Enables vertical scrolling */
    scrollbar-width: auto;
    /* Ensures scrollbar is visible in Firefox */
}

/* To enable WebKit-based browsers to show the scrollbar */
#userinfo_table::-webkit-scrollbar,
.spocs_content2::-webkit-scrollbar {
    display: block;
    /* Ensure scrollbars are displayed */
}

#userinfo_table::-webkit-scrollbar,
.spocs_content2::-webkit-scrollbar {
    width: 5px;
}

#userinfo_table::-webkit-scrollbar-thumb,
.spocs_content2::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Adjust color */
    border-radius: 5px;
}

#userinfo_table::-webkit-scrollbar-thumb:hover,
.spocs_content2::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Adjust hover color */
}



.spocs_content {
    padding: 0 3%;
    height: 455px;
    overflow: scroll;
}

.spocs_content h5 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #494438;
    margin-bottom: 0;
}

.spocs_content2 {
    padding: 0 3%;
    height: 455px;
    /* overflow: scroll; */
}

.spocs_content2 h5 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #494438;
    margin-bottom: 0;
}

.hr_line {
    border-top: 2px solid #acacac;
}

.info_details {
    /* border: 1px solid black; */
    border-radius: 10px;
    margin-bottom: 3%;
}

.info_details .title {
    display: flex;
    background-color: #4c4649;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    padding: 14.5px 30px;
    align-items: center;
}

.title img {
    height: 60px
}

.info_details .title p {
    color: #fff;
    font-weight: 600;
    padding: 15px 15px;
    font-size: 19px;
    margin-bottom: 0;
}

.contact_info {
    border-left: none;
    border: 2px solid #4c4649;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    background-color: white;
}

.contact_info p {
    text-align: left;
    color: #000;
    /* font-size: 16px; */
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 8px 10px;
    font-family: 'HiltiRoman';
}

.accordion-button,
.accordion-body {
    font-family: 'HiltiRoman';
}

.contact_info hr {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    border: 0;
    border-top: 1px solid #000;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.title.title11 {
    height: 100%;
    /* padding-top: 30%; */
}

.title.title11 p {
    padding: 7px 15px;
}

.title.title112 {
    padding: 6.5px 20px;
}

.title.title112 p {
    padding: 2px 15px;
}

.title.title112 img {
    height: 60px;
    /* padding-top: 10px; */
}

.info112 {
    padding: 2.5% 0;
}

#mode {
    font-weight: bold;
}

/* ================ Agenda ================== */

.agenda_head {
    font-size: 3vw;
    padding-left: 8%;
    /* margin-top: 6.5%; */
    color: #88816f;
    font-weight: 700;
    position: absolute;
}

.download_btn {
    /* margin-top: 13%; */
    padding: 10px 20px;
    border: none;
    font-weight: bold;
    font-size: 2rem;
    background-color: transparent;
}

.download_btn h3 {
    color: black;
    text-decoration: none;
    font-weight: 700;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}


/* .stay-tuned {
    background: url(../images/bg-videos/Slide\ 4.mp4);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
} */

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent !important;
}

.vertical_icon {
    display: grid;
    position: fixed;
    /* margin-top: 25%; */
    right: 10px;
    bottom: 10%;
    z-index: 9;
    text-align: center;
}

.vertical_icon a {
    margin-bottom: 10px;
}

.modal-content {
    padding: 4%;
}

.modal-title,
.close {
    font-size: 3rem;
    font-weight: 800;
}

.notify_btn {
    border: none;
    background: none;
    outline: none !important;
}

.update {
    background-color: #ebebeb;
    margin-bottom: 0px;
    padding: 2% 3% 2%;
    border-radius: 15px;
    text-align: left;
}

.update h5 {
    margin-bottom: 0;
    font-size: 25px;
}

.player {
    /* border: 1px solid; */
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

#cust_box {
    padding-top: 26vh;
}

#addbtn {
    padding: 10px 40px;
}

.cust-data {
    display: flex;
    align-items: center;
}

.cust-data p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 5px;
}

.cust-data p span {
    color: #d2051e;
}

#navbarDropdownMenuLink {
    display: contents;
}

.fa-car {
    font-size: 20px;
}

.dropdown-menu {
    left: auto;
    right: 20px;
    background-color: #636363;
}

.dropdown-item {
    color: white;
}

.dropdown-menu:hover .dropdown-item {
    background-color: white;
    color: #636363;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #636363;
}

#agenda_images {
    /* margin-bottom: 10%; */
    height: 80vh;
    overflow: auto;
}

.ticket-info h5 {
    font-weight: bold;
}

#agenda_images .col-8 {
    margin-bottom: 2vh;
}

#agenda_images .col-8:last-child {
    margin-bottom: 30vh;
}

#kick-off-video {
    top: 3.5vh;
}

.gm-video {
    width: 100%;
}

.container[data-container] {
    background-color: transparent !important;
}

[data-player] video {
    background-color: transparent !important;
}

.player-poster[data-poster] {
    background-color: transparent !important;
}

[data-player] {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#header_dynamic {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 99;
}

.accordion-item {
    border: transparent;
}

.nav-item .nav-link.active {
    color: #d6cdbb !important;
    font-weight: bold;
}

.question {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.option-button {
    padding: 10px 20px;
    font-size: 1em;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    /* max-width: 49%; */
    margin: 5px auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.option-button:hover {
    background-color: #eaeaea;
}

.option-button.correct {
    background-color: #28a745;
    color: #fff;
    border-color: #28a745;
}

.option-button.wrong {
    background-color: #dc3545;
    color: #fff;
    border-color: #dc3545;
}

#quiz_logo {
    margin-right: 10px;
    width: 50px;
}

#score_text {
    /* font-size: 2em; */
    color: #002171 !important;
    font-weight: bold;
}

#score_text h5 {
    background: #002171;
    width: 100%;
    margin: auto;
    color: white;
    padding: 10px;
    border-radius: 10px;
    font-size: 2em;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.score_box .text-info {
    font-size: 1.5em;
    color: #000 !important;
    font-weight: bold;
}

#trophy {
    width: 200px;
}

#quiz_played h5{
    color: rgb(216 0 0) !important;
    font-size: 2em;
    font-weight: bold;
}