@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;900&display=swap");
@import url(component.min.css);
@import url(layout.min.css);

:root {
    --primary: #f66001;
    --secondry: rgb(238, 27, 73);
    --black: #000;
    --white: #fff;
    --text: #a2a2a2;
    --brown: #6e3d25;
    --box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}

::selection {
    background: var(--primary);
    color: var(--white);
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: rgb(0 0 0 / 0%);
}

::-webkit-scrollbar-thumb {
    background: rgb(0 0 0 / 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(0 0 0 / 0.8);
}

html,
body {
    height: 100%;
}

html {
    font-size: 16px;
    line-height: 1;
}

body {
    background: #FFFFE0;
    color: #030303;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 1;
}

a,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

p {
    font-size: 1rem;
    color: var(--black);
}

label {
    color: var(--white);
}

.form-control {
    height: 4.375rem;
    border: 1px solid #efefef;
    border-radius: 100px;
    box-shadow: var(--box-shadow);
    color: var(--black);
    margin-bottom: 0.5rem;
    padding: 0.6rem 2rem;
}

textarea.form-control {
    height: auto;
    border-radius: 20px;
}

.form-control::placeholder {
    color: var(--text);
}

img {
    max-width: 100%;
}

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

h1, h2, h3, h4, h5, h6 {
    color: var(--black);
}

h1 {
}

h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #fff;
}

h3 {
}

h4 {
}

.whitebg {
    background: var(--white);
    padding: 3rem;
    border-radius: 2rem;
}

/* Begin: Access Page CSS */

.loginWrap {
    background: #FFFFE0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0;
}

.loginWrap .whitebg {
    /*background: #cb5f1b url(../images/logo-shadow.png) bottom right/contain no-repeat;*/
    background-color: #cb5f1b;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}

.formStyle a {
    color: #fff;
}

.formStyle a.themeBtn {
    color: var(--white);
    text-align: center;
}

.landingWrap {
    align-items: center;
    padding-bottom: 0;
    padding: 0;
}

.landingWrap .orangeSide {
    margin: 0 -15px;
    padding: 2rem;
    background: url(../images/gold-bg.jpg) center/cover no-repeat;
    border-radius: 2rem 0 0 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.landingWrap .themeBtn {
    width: 8rem;
    text-align: center;
}

/* END: Access Page CSS */

/* Begin: Landing Page CSS */

.landingWrap .whiteSide {
    text-align: center;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border-radius: 2rem 0 0 2rem;
    padding: 2rem;
    margin: 0 -15px;
    gap: 3rem;
}

.landingWrap .whiteSide .themeBtn {
    margin-left: auto;
}

.landingWrap .whiteSide .center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.landingWrap .whiteSide .center h2 {
    margin: 0;
}

.landingWrap .whiteSide .center h2 em {
    display: block;
}

.landingWrap .whiteSide .center a {
    color: #fff;
}

.landingWrap .whiteSide .botom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.landingWrap .whiteSide .botom :is(p, a) {
    color: var(--white);
    margin: 0;
}

/* END: Landing Page CSS */

/* Begin: Home Page CSS */

.main-slider {
    position: relative;
    width: 100%;
}

.main-slider > img {
    max-height: 250px;
    object-fit: cover;
    object-position: center bottom;
}

.inviterSec,
.boardSec, .faqSec {
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}

.inviterSec:before,
.boardSec:before {
    content: "";
    width: 20rem;
    height: 15rem;
    background: var(--primary);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -270%) scale(6);
    border-radius: 100%;
    z-index: -1;
    opacity: 0.04;
}

.inviterCard {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 0 1rem 1.5rem;
    margin: 4rem 0 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0.5rem 1rem;
    flex-direction: column;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(5px);
}

.inviterCard img {
    border: 3px solid var(--primary);
    border-radius: 100px;
    margin-top: -4rem;
    width: 7.5rem;
    height: 7.5rem;
}

.inviterCard * {
    margin: 0;
    color: var(--black);
}

.inviterCard i {
    color: var(--primary);
}

.inviterCard h4 {
    font-size: 1.875rem;
}

.inviterCard p {
    font-size: 1.375rem;
}

.inviterCard.invitees img {
    width: 7.5rem;
    height: 7.5rem;
    margin-top: -4rem;
}

.inviterCard.invitees h4 {
    font-size: 1.125rem;
    text-transform: none;
    margin: 0;
    text-align: center;
}

.inviterCard.invitees p {
    font-size: 1rem;
}

.inviterCard.invitees a {
    font-size: 14px;
}

.tree .inviterCard.invitees a {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 1.25rem;
}

.tableStyle {
    background: var(--white);
    border: 1px solid #dfdfdf;
    vertical-align: middle;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.tableStyle thead th {
    padding: 0.5rem 1rem;
    background: var(--primary);
    color: var(--white);
}

.tableStyle tbody tr td {
    /* padding: 1rem; */
    background: #FFFFE0;
}

.tableStyle .themeBtn {
    font-size: 1rem;
    border-radius: 4px;
    padding: 0.8rem;
}

.btnWrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.tableIconBtn {
    width: 4rem;
    height: 2.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f60101;
    color: var(--white);
    border-radius: 4px;
}

.tableIconBtn:hover,
.tableIconBtn:focus {
    background: var(--black);
    color: var(--white);
}

.boardSec {
    padding: 3rem 0 6rem;
}

.boardSec:before {
    transform: translate(-50%, 130%) scale(6);
}

/* END: Home Page CSS */

.landingWrap .whiteSide .center .wlcm {
    font-style: italic;
    text-transform: inherit;
}

.landingWrap .whiteSide .center .wlcm + img {
    filter: drop-shadow(0 2px 15px black);
}

.invalid-feedback {
    display: unset;
}

.tableStyle tbody tr td + td {
    margin-top: 0.5rem;
}


.treeSec .inviterCard.invitees img {
    width: 5rem;
    height: 5rem;
}

.backBtn {
    background-color: var(--primary);
    border-radius: 30px;
    padding: 0.75em 2em;
    color: #fff;
    font-size: 1.25rem;
    border: 1px solid var(--primary);
    transition: all 0.3s ease-in-out;
    margin: 0 0 1rem;
    display: inline-block;
}

.backBtn:hover {
    background-color: #fff;
    color: var(--primary);
}


.passwordWrap {
    position: relative;
}

.passwordWrap .revealPassword {
    background: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    color: #919191;
}


/* faqSec*/
.faqSec .accordion {
    margin: 4rem 0 0;
}

.faqSec .accordion .item {
    border: none;
    margin-bottom: 3rem;
    background: none;
    border-bottom: 1px solid #e5e5e5;
}

.faqSec .t-p {
    padding: 1.5rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.faqSec p {
    margin: 0;
    line-height: 1.8;
}

.faqSec p + p {
    margin-top: 1rem;
}

.faqSec .accordion .item .item-header h2 button.btn.btn-link {
    background-color: transparent;
    color: var(--black);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    border: 0;
    text-decoration: none;
}

.faqSec .accordion .item .item-header h2 button.btn.btn-link.active {
    color: var(--secondary);
}

.faqSec .accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
}

.faqSec .accordion .item .item-header h2 button {
    color: white;
    font-size: 1.25rem;
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
}

.faqSec .accordion .item .item-header h2 i {
    float: right;
    font-size: 1.6875rem;
    color: var(--white);
    background-color: var(--primary);
    width: 42px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.faqSec button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

.faqSec button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}

.faqSec .list {
    list-style: none;
    margin-left: 40px;
    margin-top: 1rem;
}

.faqSec .list li::before {
    content: "\2022";
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* end faqSec */
.main-slider * {
    color: #000;
}

.loginWrap .whitebg .form-check {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contactSec {
    padding: 6rem 0;
}

.contactSec .content {
    text-align: center;
}

.contactSec .content * {
    color: #000;
}

header img {
    display: none;
}

.loginWrap .whitebg .form-check input {
    width: 15px;
    height: 15px;
}

.loginWrap .whitebg .form-check label {
    width: calc(100% - 50px);
}

.modal-content {
    background-color: #FFFFE0 !important;
}

input::-ms-reveal, input::-ms-clear {
    display: none;
}
