@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background-image: url(../image/bg-main-2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

a {
    text-decoration: none;
}

.disabled-link {
    pointer-events: none;
}

.hide-element {
    display: none;
}

/* ===== BUTTON ===== */
.main-button {
    position: fixed;
    /* left: 15px; */
    bottom: 15px;
    z-index: 1;
    background: #4357AD;
    width: 45px;
    height: 45px;
    border: 2px solid #52344e;
    border-radius: 50px;
    box-shadow: 
        2.5px 2.5px 7px rgba(0, 0, 0, 0.25),
        inset 2px 2px 5px rgba(255, 255, 255, 0.25),
        inset -3px -3px 5px rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
    overflow-x: hidden;
}

.main-button i {
    font-size: 20px;
    color: #E4DFDA;
    -webkit-text-stroke: 2px #52344e;
    line-height: 0;
}

.main-button:hover {
    /* background: #2C3786; */
    bottom: 25px;
}

.main-button:hover i {
    color: #EEF6FF;
}

/* Modal */
.modal .modal-content {
    border: 2px solid #52344e;
    /* border: none; */
}

.modal .modal-content .modal-header {
    background-color: #2C3786;
}

.modal .modal-content .modal-header .modal-title {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.modal .modal-content .modal-header .btn-close {
    color: #52344e;
    border: 2px solid #52344e;
    /* border: none; */
    padding: 13px;
    background-color: #ff2c74;
    border-radius: 50px;
    box-shadow: 
        2.5px 2.5px 7px rgba(0, 0, 0, 0.25),
        inset 2px 2px 5px rgba(255, 255, 255, 0.25),
        inset -2px -2px 5px rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.modal .modal-content .modal-header .btn-close:active,
.modal .modal-content .modal-header .btn-close:focus {
    outline: none;
    /* box-shadow: none; */
}

.modal .modal-content .modal-body {
    border-top: 2px solid #52344e !important;
    /* border: none; */
    background-color: #e4dfda;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #52344e;
}

.modal .modal-content .modal-body ol {
    text-align: justify;
    padding-left: 2rem;
}

.modal .modal-content .modal-body h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

.modal .modal-content .modal-body p {
    margin-bottom: 0;
}

.modal .modal-content .modal-body .form-data .col,
.modal .modal-content .modal-body .form-data .col-12 {
    margin-top: 1rem;
}

.modal .modal-content .modal-body .form-data label {
    font-size: 1rem;
    font-weight: 600;
}

.modal .modal-content .modal-body .form-data p {
    margin: 0 1.25rem 1.25rem 1.25rem;
}

.modal .modal-content .modal-body .form-data h5 {
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center;
    margin: 1rem 0 0 0;
    position: relative;
    z-index: 1;
}

.modal .modal-content .modal-body .form-data h5 span {
    background-color: #e4dfda;
    padding: 0 1rem;
}

.modal .modal-content .modal-body .form-data h5::before {
    content: "";
    display: block;
    width: 50%;
    height: 0.125rem;
    background: #52344e;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

.modal .modal-content .modal-body .form-data h5::after {
    content: "";
    display: block;
    width: 50%;
    height: 0.125rem;
    background: #52344e;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
}

.modal .modal-content .modal-body .form-data input,
.modal .modal-content .modal-body .form-data select {
    border: none;
    border-radius: 1.875rem;
    font-size: 1rem;
    padding: 0.75rem 1rem;
    background: #fff;
    box-shadow: 
        inset 0 -5px 5px rgba(0, 0, 0, 0.075),
        0 2.5px 2.5px rgba(0, 0, 0, 0.075), 
        0 5px 3.75px rgba(0, 0, 0, 0.075);
}

.modal .modal-content .modal-body .form-data input:active,
.modal .modal-content .modal-body .form-data input:focus,
.modal .modal-content .modal-body .form-data select:active,
.modal .modal-content .modal-body .form-data select:focus {
    outline: none;
    border: none;
}

.modal .modal-content .modal-body .form-data .btn-submit .container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal .modal-content .modal-body .form-data .btn-submit .container .btn {
    text-align: center;
    margin: 1rem 0 0 0;
    background-color: #1f83f2;
    font-weight: 600;
    font-size: 1.25rem;
    color: #fff;
    border-radius: 2rem;
    box-shadow: 
        inset 0 -5px 5px rgba(0, 0, 0, 0.075),
        0 2.5px 2.5px rgba(0, 0, 0, 0.075), 
        0 5px 3.75px rgba(0, 0, 0, 0.075);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.modal .modal-content .modal-body .form-data .btn-submit .container .btn:active {
    box-shadow: 
        inset 0 -7px 5px rgba(0, 0, 0, 0.025),
        inset 0 5px 10px rgba(0, 0, 0, 0.15);
}

.modal .modal-content .modal-body .form-data .btn-submit .container .btn:hover {
    letter-spacing: 0.156rem;
}

.modal .modal-content .modal-body .table thead {
    border-bottom: none;
}

.modal .modal-content .modal-body .table thead th {
    text-align: center;
    border-bottom: none;
    padding: 0.75rem 0;
    color: #171123;
}

.modal .modal-content .modal-body .table tbody {
    border-top: none;
}

.modal .modal-content .modal-body .table tbody td {
    text-align: center;
    font-weight: 500;
    color: #171123;

    vertical-align: middle;
}

.modal .modal-content .modal-body .table tbody img {
    height: 5rem !important;
    width: auto;
}

.modal .modal-content .modal-body .table tbody .btn {
    background-color: #ff2c74;
    font-weight: 500;
    font-size: 0.85rem;
    color: #fff;
    border-radius: 1.25rem;
    box-shadow: 
        inset 0 -5px 5px rgba(0, 0, 0, 0.075),
        0 2.5px 2.5px rgba(0, 0, 0, 0.075), 
        0 5px 3.75px rgba(0, 0, 0, 0.075);
}

.modal .modal-content .modal-body .table tbody .btn:active {
    box-shadow: 
        inset 0 -7px 5px rgba(0, 0, 0, 0.025),
        inset 0 5px 10px rgba(0, 0, 0, 0.15);
}

.modal .modal-content .modal-body .table tbody input {
    border: none;
    outline: none;
    background: #EEF6FF;
    color: #262622;
    font-weight: 600;
    padding: 5px;
    margin: 0 10px !important;
    border-radius: 5px;
    box-shadow: 
        inset 0 -5px 5px rgba(0, 0, 0, 0.075),
        0 2.5px 2.5px rgba(0, 0, 0, 0.075), 
        0 5px 3.75px rgba(0, 0, 0, 0.075);
}

.modal .modal-content .modal-body .table tbody button {
    background: #A0B5EB;
    color: #fff;
    border: none;
    outline: none;
    padding: 0 12.5px;
    border-radius: 5px;
    box-shadow: 
        inset 0 -5px 5px rgba(0, 0, 0, 0.075),
        0 2.5px 2.5px rgba(0, 0, 0, 0.075), 
        0 5px 3.75px rgba(0, 0, 0, 0.075);
}

.modal .modal-content .modal-body .table tbody button:hover {
    background: #b3c2e8;
}

.modal .modal-content .modal-body .table tbody button:active {
    box-shadow: 
        inset 0 -7px 5px rgba(0, 0, 0, 0.025),
        inset 0 5px 10px rgba(0, 0, 0, 0.15);
}

/* ===== TITLE SECTION ===== */
.title {
    padding: 2rem 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.title h1 {
    font-family: Noir-Medium, sans-serif;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    line-height: 3rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.title h1 span {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 4.85rem;
    /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); */
    color: #2C3786;
}

/* ===== MAIN SECTION ===== */
.main {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* height: 100vh;
    width: 100%; */
    padding: 1.25rem;
    /* background-color: lightblue; */
}

.main .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .comsoon{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 2.85rem;
    /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); */
    color: #252527;
}

.main .card-col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25rem;
    width: min-content;
}

.main .card{
    padding: 1.25rem;
    width: 12.5rem;
    height: auto;
    border-radius: 20px;
    background: #fbfbfb;
    border: 2px solid #fff;
    /* box-shadow: 
        5px 5px 7px rgba(0, 0, 0, 0.25),
        inset 2px 2px 10px rgba(255, 255, 255, 0.75),
        inset -3px -3px 5px rgba(0, 0, 0, 0.5); */
    box-shadow: 
        -10px -10px 15px #fff, 
        5px 5px 10px rgba(0, 0, 0, 0.1), 
        inset -5px -5px 15px #fff, 
        inset 5px 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.main .card:hover {
    /* box-shadow: 
        7px 7px 15px rgba(0, 0, 0, 0.1),
        inset 2px 2px 10px rgba(255, 255, 255, 0.75),
        inset -3px -3px 5px rgba(0, 0, 0, 0.5); */
    box-shadow: 
        -10px -10px 15px #fff, 
        10px 10px 15px rgba(0, 0, 0, 0.05), 
        inset -2.5px -2.5px 7.5px #fff, 
        inset 2.5px 2.5px 7.5px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}

.main .card .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
}

.main .card .card-body h5 {
    font-weight: 700;
    color: #2C3786;
    margin-bottom: 0.313rem;
    margin-top: 0.313rem;
}

.main .card .card-body p {
    font-weight: 500;
    font-size: 0.8rem;
    color: #2C3786;
    margin-bottom: 0.65rem;
}

.main .card .card-body .btn {
    background-color: #1f83f2;
    font-weight: 500;
    font-size: 0.85rem;
    color: #fff;
    margin-top: 0.75rem;
    /* margin-bottom: 0.75rem; */
    border-radius: 1.25rem;
    /* box-shadow: 
        2.5px 2.5px 7px rgba(0, 0, 0, 0.25),
        inset 2px 2px 5px rgba(255, 255, 255, 0.25),
        inset -3px -3px 5px rgba(0, 0, 0, 0.5); */
    box-shadow: 
        inset 0 -5px 5px rgba(0, 0, 0, 0.075),
        0 2.5px 2.5px rgba(0, 0, 0, 0.075), 
        0 5px 3.75px rgba(0, 0, 0, 0.075);
}

.main .card .card-body .btn.sold {
    background-color: #ff2c74;
    font-weight: 500;
    font-size: 0.85rem;
    color: #fff;
    margin-top: 0.75rem;
    /* margin-bottom: 0.75rem; */
    border-radius: 1.25rem;
    /* box-shadow: 
        2.5px 2.5px 7px rgba(0, 0, 0, 0.25),
        inset 2px 2px 5px rgba(255, 255, 255, 0.25),
        inset -3px -3px 5px rgba(0, 0, 0, 0.5); */
    box-shadow: 
        inset 0 -5px 5px rgba(0, 0, 0, 0.075),
        0 2.5px 2.5px rgba(0, 0, 0, 0.075), 
        0 5px 3.75px rgba(0, 0, 0, 0.075);
}
.main .card .card-body .btn:active {
    box-shadow: 
        inset 0 -7px 5px rgba(0, 0, 0, 0.025),
        inset 0 5px 10px rgba(0, 0, 0, 0.15);
}

.main .card .card-body .add-item {
    margin: 5px 0 !important;
}

.main .card .card-body input {
    border: none;
    outline: none;
    background: #EEF6FF;
    color: #171123;
    font-weight: 600;
    width: max-content;
    padding: 5px;
    margin: 0 10px !important;
    border-radius: 5px;
    /* box-shadow: 
        2.5px 2.5px 5px rgba(0, 0, 0, 0.15),
        inset 2px 2px 5px rgba(255, 255, 255, 0.25),
        inset -3px -3px 5px rgba(0, 0, 0, 0.5); */
    box-shadow: 
        inset 0 -5px 5px rgba(0, 0, 0, 0.075),
        0 2.5px 2.5px rgba(0, 0, 0, 0.075), 
        0 5px 3.75px rgba(0, 0, 0, 0.075);
}

.main .card .card-body button {
    background: #A0B5EB;
    color: #fff;
    border: none;
    outline: none;
    padding: 0 12.5px;
    border-radius: 5px;
    /* box-shadow: 
        2.5px 2.5px 5px rgba(0, 0, 0, 0.15),
        inset 2px 2px 5px rgba(255, 255, 255, 0.25),
        inset -3px -3px 5px rgba(0, 0, 0, 0.5); */
    box-shadow: 
        inset 0 -5px 5px rgba(0, 0, 0, 0.075),
        0 2.5px 2.5px rgba(0, 0, 0, 0.075), 
        0 5px 3.75px rgba(0, 0, 0, 0.075);
}

.main .card .card-body button:hover {
    background: #b3c2e8;
}

.main .card .card-body button:active {
    box-shadow: 
        inset 0 -7px 5px rgba(0, 0, 0, 0.025),
        inset 0 5px 10px rgba(0, 0, 0, 0.15);
}