:root {
    --white: #fff;
    --black: #000;
    --eggshell: #EAE3D3;
    --falured: #7c201a;
    --permanent: #E41E2B;
    scroll-behavior: initial;
}

/* web-font */
@font-face {
    font-family: 'TCCC Unity';
    src: url('../fonts/TCCCUnity-Bold.woff2') format('woff2'),
        url('../fonts/TCCCUnity-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TCCC Unity';
    src: url('../fonts/TCCCUnity-Black.woff2') format('woff2'),
        url('../fonts/TCCCUnity-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TCCC Unity';
    src: url('../fonts/TCCCUnity-Italic.woff2') format('woff2'),
        url('../fonts/TCCCUnity-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body,
html {
    margin: 0;
    font-size: 16px;
    overflow-x: hidden;
    background: #E61D2B;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

a {
    text-decoration: none;
}

.container {
    max-width: 700px;
}

.welcome-sec {
    padding: 2rem 2rem;
    text-align: center;
}

.welcome-logo a img {
    width: 6.625rem;
}

.welcome-heading h1 {
    font-family: 'TCCC Unity';
    font-size: 2rem;
    letter-spacing: 2px;
    color: #eae3d3;
    font-weight: 400;
    margin: 2rem 0;
    text-transform: uppercase;
}

.welcome-bg img {
    width: 35.563rem;
}

.welcome-btn {
    width: 100%;
    margin: 8rem 0;
}

.d-btn {
    width: 85%;
    margin: auto;
    border: 3px solid transparent;
    font-size: 2.75rem;
    color: #fc2d1e;
    font-weight: bold;
    font-family: 'TCCC Unity';
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 5.25rem;
    border-radius: 0.25rem;
    background-color: #eae3d3;
    padding: 0.125rem;
    transition: .5s;
    text-transform: uppercase;
}

.d-btn:hover {
    color: #EAE3D3;
    background: #fc2d1e;
    border: 3px solid #EAE3D3;
}

.welcome-footer img {
    width: 35.563rem;
}

.btn--primary{
    display: inline-block;
    padding: 20px 60px 24px 60px;
    border-radius: 2px;
    color: var(--permanent);
    text-transform: uppercase;
    font-size: 32px !important;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--eggshell);
    border: 1px solid var(--eggshell);
    letter-spacing: 0px;
    font-family: 'TCCC Unity';
    font-weight: bold;
}
.btn--primary:hover{
    border: 1px solid var(--falured);
}
.btn--primary:before{
    content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: var(--falured);
	transition: all .3s;
	border-radius: 2px;
	z-index: -1;
}
.btn--primary:after{
    content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--eggshell);
	border-radius: 2px;
	z-index: -2;
}
.btn--primary:hover{
    color: #fff;
}
.btn--primary:hover:before{
    width: 100%;
}
















































.thank-sec {
    padding: 2rem 2rem;
    text-align: center;
}

.thank-heading p {
    font-family: 'TCCC Unity';
    font-size: 1.65rem;
    letter-spacing: 2px;
    color: #eae3d3;
    margin: 2rem auto;
    max-width: 30rem;
    text-transform: uppercase;
}

.thank-bg-logo img {
    width: 35.563rem;
    margin: 1rem 0;
}

.thank-time {
    margin: 3rem 0;
}

.thank-time p {
    font-family: 'TCCC Unity';
    font-size: 1.65rem;
    letter-spacing: 2px;
    color: #eae3d3;
    margin: 0;
    text-transform: uppercase;
}

.thank-time h6 {
    font-family: 'TCCC Unity';
    font-size: 2.875rem;
    letter-spacing: 2px;
    color: #eae3d3;
    font-weight:400;
    margin: 0;
    text-transform: uppercase;
}

.thank-code p {
    font-family: 'TCCC Unity';
    font-size: 1.65rem;
    letter-spacing: 2.875px;
    color: #eae3d3;
    margin: 1rem 0;
    text-transform: uppercase;
}

.thank-qr-img img {
    width: 55%;
    margin: 1rem 0;
    cursor: pointer;
}

.thank-arrive p {
    font-family: 'TCCC Unity';
    font-size: 1.65rem;
    letter-spacing: 2.875px;
    color: #eae3d3;
    margin: 1rem 0;
    text-transform: uppercase;
}

.thank-sec .welcome-btn {
    margin: 5rem 0;
}
























































.form-sec {
    padding: 2rem 1rem;
    text-align: center;
}

.form-bg img {
    width: 35.563rem;
    margin: 1rem 0;
    max-width: 70%;
}

.form-col {
    margin: 2rem 0;
}

.form-col .mb-3 {
    text-align: start;
}

.form-col .form-label {
    font-size: 1.2rem;
    color: #eae3d3;
    font-weight: 400;
    font-family: 'TCCC Unity';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-col .form-control {
    width: 100%;
    min-height: 2.5rem;
    border-radius: 0.125rem;
    background-color: #eae3d3;
    padding: 0.25rem;
    border: 1px solid transparent;
}

.form-col .form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(72 15 6 / 100%);
}

.form-line img {
    width: 95%;
    margin: 2rem auto;
}

.form-select-col {
    margin: 1rem 0;
}

.form-select-inner {
    text-align: start;
    margin-bottom: 1rem;
}

.form-select-inner label {
    font-size: 1.2rem;
    color: #eae3d3;
    font-weight: 400;
    font-family: 'TCCC Unity';
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.form-select-inner .form-select {
    width: 100%;
    min-height: 2.5rem;
    border-radius: 0.125rem;
    background-color: #eae3d3;
    padding: 0.25rem 3rem 0.25rem 1rem;
    border: 1px solid transparent;
    font-style: italic;
    color: #FC2D1E;
    background-image: url(../images/b-arw.png);
}

.form-select-inner .form-select:focus {
    box-shadow: 0 0 0 .25rem rgb(72 15 6 / 100%);
}

.four-accord-listing {
    margin: 2rem 0 0;
}

.four-accord-listing .container {
    display: block;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.95rem;
    color: #eae3d3;
    font-weight: 400;
    font-family: 'TCCC Unity';
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: start;
    line-height: 1.25;
}

.four-accord-listing .container a {
    color: #eae3d3;
    text-decoration: underline;
    transition: .3s;
}

.four-accord-listing .container a:hover {
    text-decoration: none;
    transition: .3s;
}

.four-accord-listing .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.four-accord-listing .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eae3d3;
    border-radius: 0;
    border: 1px solid transparent;
}

.four-accord-listing .container input:checked~.checkmark {
    background-color: #eae3d3;
}

.four-accord-listing .container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 12px;
    border: solid #FC2D1E;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.four-accord-listing .container input:checked~.checkmark:after {
    display: block;
}

.four-accord-listing .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form-col2x {
    margin: 1rem 0;
}

.welcome-btn2x {
    width: 100%;
    margin: 2rem 0 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.25rem;
}

.welcome-btn2x button {
    width: 50%;
}

.welcome-btn2x .d-btn {
    width: 100%;
    font-size: 2rem;
    min-height: initial;
}
.error-message{
    color: #000;
    font-weight: 400;
    text-transform:initial;
    font-size: 1rem;
    margin-top: 1rem;
    display: inline-block;
    width: 100%;
    font-family: 'TCCC Unity';
}


/* popup design */
.text-decoration-underline{
    text-decoration: underline;
}
.modal-dialog.modal_popup .modal-header h5 {
  font-size: 22px;
  font-family: 'TCCC Unity Head';
  font-weight: 500;
}
.modal-popup .scrollbar_thumb,
.modal.show .modal-dialog .scrollbar_thumb {
  padding: 15px 20px;
  max-height: 529px;
  overflow-y: scroll;
  position: relative;
  margin-bottom: 35px;
  overflow-x: hidden;
}
.modal-dialog.modal_popup .modal-content {
  background-color: var(--permanent);
  padding: 23px 33px 50px 33px;
}
.scrollbar_thumb h4{
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
.scrollbar_thumb p{
    font-family: 'TCCC Unity Head';
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
}
.modal-dialog button.btn{
    color: var(--permanent);
    text-transform: uppercase;
    font-size: 30px !important;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--white);
    border: 1px solid var(--white);
    letter-spacing: 0px;
    font-family: 'TCCC Holidays23 Narrow';
    font-weight: normal;
    font-style: normal;
    width: 140px;
    margin: 0 auto;
}
.modal-dialog button.btn:hover{
    background-color: var(--falured);
    color: var(--white);
    border: 1px solid var(--falured);
}