@font-face {
    font-family: "Hamlin";
    src: url("/fonts/hamlin-font/Hamlin-Regular.eot");
    src: local("Hamlin Regular"), local("Hamlin-Regular"),
        url("/fonts/hamlin-font/Hamlin-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("/fonts/hamlin-font/Hamlin-Regular.woff2") format("woff2"),
        url("/fonts/hamlin-font/Hamlin-Regular.woff") format("woff"),
        url("/fonts/hamlin-font/Hamlin-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Hamlin";
    src: url("/fonts/hamlin-font/Hamlin-Bold.eot");
    src: local("Hamlin Bold"), local("Hamlin-Bold"),
        url("/fonts/hamlin-font/Hamlin-Bold.eot?#iefix")
            format("embedded-opentype"),
        url("/fonts/hamlin-font/Hamlin-Bold.woff2") format("woff2"),
        url("/fonts/hamlin-font/Hamlin-Bold.woff") format("woff"),
        url("/fonts/hamlin-font/Hamlin-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Hamlin";
    src: url("/fonts/hamlin-font/Hamlin-Light.eot");
    src: local("Hamlin Light"), local("Hamlin-Light"),
        url("/fonts/hamlin-font/Hamlin-Light.eot?#iefix")
            format("embedded-opentype"),
        url("/fonts/hamlin-font/Hamlin-Light.woff2") format("woff2"),
        url("/fonts/hamlin-font/Hamlin-Light.woff") format("woff"),
        url("/fonts/hamlin-font/Hamlin-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Hamlin";
    src: url("/fonts/hamlin-font/Hamlin-ExtraBold.eot");
    src: local("Hamlin ExtraBold"), local("Hamlin-ExtraBold"),
        url("/fonts/hamlin-font/Hamlin-ExtraBold.eot?#iefix")
            format("embedded-opentype"),
        url("/fonts/hamlin-font/Hamlin-ExtraBold.woff2") format("woff2"),
        url("/fonts/hamlin-font/Hamlin-ExtraBold.woff") format("woff"),
        url("/fonts/hamlin-font/Hamlin-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/montserrat-font/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/montserrat-font/Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/montserrat-font/Montserrat-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/montserrat-font/Montserrat-ExtraBold.ttf")
        format("truetype");
    font-style: normal;
    font-weight: 800;
}

* {
    user-select: none;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #7a292a rgba(0, 0, 0, 0);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #ece8dc;
}

*::-webkit-scrollbar-thumb {
    background-color: #7a292a;
    border-radius: 20px;
    border: 3px solid orange;
}

body {
    font-family: "Hamlin";
}

.journalHeadingMain {
    color: #e9ecdc;
}

.header-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.bg-tcc {
    background-color: #7b1f21 !important;
}
.bg-tcc2 {
    background-color: #ece8dc !important;
}
.bg-tcc3 {
    background-color: #1a162c !important;
}

.color-tcc {
    color: #e9ecdc;
}

.color-tcc2 {
    color: #7b1f21;
}

.color-tcc3 {
    color: #9b8c8a;
}

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

li {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #e9ecdc;
    mix-blend-mode: normal;
    opacity: 0.8;
}

a {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #e9ecdc;
    mix-blend-mode: normal;
    text-decoration: none;
}

.btn {
    font-family: "Montserrat";
}

.op-08 {
    opacity: 0.8;
}

.btn-tcc1 {
    background-color: #7b1f21;
    border: none;
    padding: 12px 30px;
    text-decoration: none;
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: center;

    text-transform: uppercase;
    color: #d6c8c0;
    border-radius: 0px;
    border: 2px solid #7b1f21;
}

.btn-tcc1:hover {
    background-color: #d6c8c0;
    color: #7b1f21;
    border: 2px solid #d6c8c0;
}

.btn-tcc-prev {
    background-color: #e9ecdc;
    border: none;
    padding: 12px 30px;
    text-decoration: none;
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-align: center;

    text-transform: uppercase;
    color: #1a162c;
    border-radius: 0px;
    border: 2px solid #e9ecdc;
    max-width: 20%;
}

.btn-tcc-prev:hover {
    background-color: #d6c8c0;
    color: #7b1f21;
    border: 2px solid #d6c8c0;
}

.btn-tcc2 {
    font-family: "Hamlin";
    font-style: normal;
    padding: 12px 30px;
    font-weight: 800;
    font-size: 12px;
    border: 2px solid #7b1f21;
    border-radius: 0px;
    text-align: center;

    text-transform: uppercase;
    color: #ffffff;
    background-color: #7b1f21;
}

.btn-tcc2:hover {
    background-color: #d6c8c0;
    color: #7b1f21;
}

.btn-tcc3 {
    font-family: "Hamlin";
    font-style: normal;
    padding: 12px 30px;
    font-weight: 800;
    font-size: 12px;
    border: 2px solid #d6c8c0;
    border-radius: 0px;
    text-align: center;

    text-transform: uppercase;
    color: #ffffff;
    background-color: #7b1f21;
}

.btn-tcc3:hover {
    background-color: #d6c8c0;
    color: #7b1f21;
    color: black;
}

.btn-tcc4 {
    font-family: "Hamlin";
    font-style: normal;
    padding: 12px 30px;
    font-weight: 800;
    font-size: 12px;
    border: 2px solid #1a162c;
    border-radius: 0px;
    text-align: center;

    text-transform: uppercase;
    color: #7b1f21;
    background-color: #ffffff;
}

.btn-tcc4:hover {
    border: 2px solid #1a162c;
    background-color: #d6c8c0;
    color: #7b1f21;
}

.btn-tcc4:active,
.btn-tcc4.active {
    border: 2px solid #7b1f21;
    background-color: #7b1f21;
    color: #d6c8c0;
}

.btn-tcc5 {
    font-family: "Hamlin";
    font-style: normal;
    padding: 12px 30px;
    font-weight: 800;
    font-size: 12px;
    border: 2px solid #7b1f21;
    border-radius: 0px;
    text-align: center;

    text-transform: uppercase;
    color: #7b1f21;
    background-color: #ffffff;
}

.btn-tcc5:hover {
    background-color: #7b1f21;
    color: #ffffff;
}

.btn-tcc6 {
    font-family: "Hamlin";
    font-style: normal;
    padding: 12px 30px;
    font-weight: 800;
    font-size: 12px;
    border: 2px solid #fff;
    border-radius: 0px;
    text-align: center;

    text-transform: uppercase;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}

.btn-tcc6:hover {
    background-color: grey;
    color: #ffffff;
}

.btn-delete-list {
    background-color: white;
    color: #7a292a;
    max-width: fit-content;
    font-size: 24px;
    border: none;
    border-radius: 28px;
    cursor: pointer;
}

.btn-delete-list:hover {
    background-color: #7a292a;
    color: #ffffff;
}

.btn-delete-list i:hover {
    border-radius: 1px;
    border-color: #7a292a;
}

.tab-btn {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    color: #1a162c;
    background-color: #ece8dc;
    border: none;
    padding: 10px 20px;
    border-radius: 0px;
    height: 60px;
    mix-blend-mode: plus-darker;
    opacity: 0.5;
}

.tab-btn.active {
    color: #7a292a;
    opacity: 1;
}

.form-label1 {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 12px;

    text-transform: uppercase;
    color: #e5d8d8;
}

.form-input1 {
    padding: 10px;
    background-color: transparent;
    color: #e5d8d8;
    font-size: 16px;
    outline: none;
    border: 1px solid #e9ecdc;
    opacity: 0.8;
    border-radius: 0px;
    width: 100%;
    box-shadow: none !important;
}

.form-input1::placeholder {
    color: #e5d8d8;
    font-family: "Hamlin";
}

.form-label2 {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 12px;

    text-transform: uppercase;
    color: #7a292a;
}

.form-input2 {
    padding: 6px;
    background-color: transparent;
    color: #7b1f21;
    font-size: 16px;
    outline: none;
    border: 1px solid #7b1f21;
    opacity: 0.8;
    border-radius: 0px;
    width: 100%;
    box-shadow: none !important;
}

.form-input2::placeholder {
    color: #7b1f21;
    font-family: "Hamlin";
}

.form-input-dropdown {
    padding: 10px;
    background-color: transparent;
    color: #7b1f21;
    font-size: 16px;
    outline: none;
    border: 2px solid #7b1f21;
    opacity: 0.8;
    border-radius: 0px;
    width: 100%;
    box-shadow: none !important;
}

.form-input-dropdown::placeholder {
    color: #7b1f21;
    font-family: "Hamlin";
}

.form-input-checkbox {
    padding: 10px;
    background-color: transparent;
    color: #7b1f21;
    font-size: 16px;
    outline: none;
    border: 2px solid #7b1f21;
    opacity: 0.8;
    border-radius: 0px;
    width: 100%;
    box-shadow: none !important;
}

.form-input-checkbox label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.form-input-checkbox input[type="checkbox"] {
    margin-left: 10px;
    order: 1;
}

.form-input-checkbox-div {
    display: flex;
}

.form-input-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    text-transform: none;
    color: #e9ecdc;
    mix-blend-mode: normal;
    opacity: 1;
    max-width: 100%;
}

.form-input-li span {
    max-width: 90%;
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}

.form-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-left: 0;
}

.form-switch label {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;

    text-transform: uppercase;
    color: #7a292a;
}

.form-switch input {
    width: 40px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ccc;
    outline: none;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form-switch input:checked {
    background-color: #4caf50;
}

.form-switch input:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
    top: 1px;
    left: 1px;
    transition: transform 0.3s;
}

.form-switch input:checked:before {
    transform: translateX(25px);
}

.divider {
    opacity: 0.25;
    border: 1px solid #e9ecdc;
}

.modal-content {
    border-radius: 0;
}

.modal-title {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #7a292a;
    text-align: center;
}

.tcc-badge1 {
    background: rgba(122, 41, 42, 0.2);
    mix-blend-mode: normal;
    border: 1px solid rgba(122, 41, 42, 0.2);
    padding: 5px 10px;

    font-family: "Hamlin";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;

    color: #7a292a;
}

.tcc-badge2 {
    background: #7a292a;
    mix-blend-mode: normal;
    border: 1px solid #7a292a;
    padding: 5px 10px;

    font-family: "Hamlin";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;

    color: #fff;
}

/* Our Services */
.our-services-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.our-services-section .our-services-title1 {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #000000;
}

.our-services-section .our-services-description1 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    opacity: 0.5;
}

.our-services-list .our-services-list-item {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.our-services-list .our-services-list-item img {
    width: 100%;
    object-fit: cover;
    height: 350px;
}

.our-services-list .our-services-list-item .our-services-list-item-content {
    background: rgba(122, 41, 42, 0.2);
    backdrop-filter: blur(15px);
    padding: 20px 25px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 12px;
    width: calc(100% - 24px);
    height: 52%;
}

.our-services-list .our-services-list-item h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #e9ecdc;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 28px;
}
.our-services-list .our-services-list-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #e9ecdc;
    opacity: 0.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
}
.our-services-list .our-services-list-item a {
}

/* pagination list */
.pagination-list {
    display: flex;
    gap: 5px;
}

.pagination-list .pagination-list-item {
    border: 1px solid #7b1f21;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-list .pagination-list-item.active {
    background-color: #7b1f21;
}

.pagination-list .pagination-list-item.active a {
    color: #e9ecdc;
}

.pagination-list .pagination-list-item:hover {
    background-color: #7b1f21;
    color: #e9ecdc;
    border: 1px solid #7b1f21;
}

.pagination-list .pagination-list-item a {
    text-decoration: none;
    color: #7b1f21;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    text-align: center;

    text-transform: uppercase;
    color: #7a292a;
}

.pagination-list .pagination-list-item:hover a {
    text-decoration: none;
    color: #e9ecdc;
}
/* pagination list */

.tcc-text {
    color: #ece8dc;
}

.tcc-text1 {
    color: #7b1f21;
}

@media screen and (max-width: 768px) {
    .our-services-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.table {
    --bs-table-bg: rgba(0, 0, 0, 0) !important;
}

.page-link {
    color: #7a292a;
}

.page-link:hover {
    color: #7a292a !important;
}

.paginate_button.active > .page-link {
    background-color: #7a292a !important;
    color: white;
    border-color: transparent !important;
    padding-left: 15px;
    padding-right: 15px;
}
.paginate_button.active > .page-link:hover {
    color: white !important;
}
#cb-cookie-banner {
    background-color: #7b1f21;
    color: #e9ecdc;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
    font-size: 14px;
}

.cb-cookie-link {
    color: #e9ecdc;
    font-size: 14px;
    text-decoration: underline;
}

.cb-cookie-button {
    height: 30px;
    width: auto;
    padding: 6px 9px 6px 10px;
    font-size: 11px;
    background-color: #d6c8c0;
}

.is-invalid {
    border: 2px solid red !important; /* Change the border color for invalid fields */
}

.add-to-cart {
    min-width: 150px !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    font-weight: bold !important;
}

.btn-burgundy {
    background-color: #7b1e22;
    border-color: #7b1e22;
    color: white;
    font-weight: bold;
}

.remove-from-cart-btn {
    background-color: #ece8dc !important;
}

.add-cart-loader {
    width: 25px;
    height: 25px;
    border: 2px solid;
    background-color: transparent;
    border-radius: 50%;
    color: #f3f6f6;
    border-top-color: transparent;
    animation: loaderBtn 1.2s linear infinite;
    -webkit-animation: loaderBtn 1.2s linear infinite;
}

@keyframes loaderBtn {
    to {
        transform: rotate(360deg);
    }
    33% {
        color: #ffffff;
    }
    66% {
        color: #ffffff;
    }
}
@-webkit-keyframes loaderBtn {
    to {
        transform: rotate(360deg);
    }
    33% {
        color: #ffffff;
    }
    66% {
        color: #ffffff;
    }
}
