:root {
    --primary-color: #ff7f2a;
}

body {
    font-family: 'Anton', sans-serif;
}

#magic-cursor {
    position: absolute;
    width: 10px !important;
    height: 10px !important;
    pointer-events: none;
    z-index: 1000000;
}

#ball {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    width: 10px !important;
    height: 10px !important;
    /* background: var(--accent-color); */
    border-radius: 50%;
    pointer-events: none;
    opacity: 1 !important;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    /* background-color: var(--accent-color); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}

.loading-container {
    margin: 40px auto
}

.loading {
    border: 1px solid transparent;
    border-color: transparent white transparent white;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
    transition: all 0.5s ease-in-out;
}

#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100px;
    transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-white {
    background-color: white !important;
}

.bg-orange {
    background-color: var(--primary-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.element-title {
    font-size: clamp(3.8rem, 6vw, 8rem);
    letter-spacing: 0.5vw;
}

.element-subtitle {
    font-size: clamp(1.1rem, 1.5vw, .8rem);
    letter-spacing: 0.2vw;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin-top: -20px;
    margin-bottom: 100px;
}

.jumbotron {
    background-color: var(--primary-color);
    padding-bottom: 80px;
}

.invitation-section h1 {
    font-weight: bold;
    font-size: clamp(1.8rem, 5vw, 8rem);
    color: white;
}

.invitation-section h1:first-child {
    padding-top: 100px;
}

.float-right {
    float: right !important;
}

.divider {
    width: 250px;
    border: none;
    border-top: 5px solid white;
    margin-top: 40px;
    margin: auto;
}

.col-auto>a {
    text-decoration: none !important;
    color: black !important;
}

.box {
    background-color: #ddd;
    width: 200px;
    height: 200px;
    border: 6px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}

.box:hover,
.container-box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}

.listing-box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.col-auto .half-horizontal-box .box1 {
    background-color: transparent;
    width: 50%;
    height: 50%;
    border-right: 3px solid white;
}

.col-auto .half-horizontal-box .box2 {
    background-color: transparent;
    width: 50%;
    height: 50%;
    border-right: 3px solid white;
}

@media (max-width: 768px) {
    .box {
        margin-bottom: 20px;
    }
}

.container-box {
    width: 200px;
    height: 200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    border: 6px solid white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.part1 {
    background-color: #dedede;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.part2 {
    background-color: #dedede;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.part3 {
    background-color: #dedede;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.part4 {
    background-color: white;
}

.part:last-child {
    border-right: none;
}

.half-horizontal-text {
    margin-top: -145px;
    font-weight: 500;
    font-size: 20px;
}

.quarter-text {
    margin-top: -80px;
    font-weight: 500;
    font-size: 20px;
}

@media (min-width: 320px) and (max-width: 471px) {
    .quarter-box {
        margin-top: 60px;
    }

    .full-box {
        margin-top: 80px;
    }

    .inside-box {
        margin-top: 25px !important;
    }
}

@media (min-width: 472px) and (max-width: 575.98px) {

    .full-box,
    .inside-box {
        margin-top: 80px !important;
    }

    .horizontal-box {
        margin-top: 25px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .full-box,
    .inside-box {
        margin-top: 80px;
    }
}

@media (min-width: 696px) and (max-width: 767.98px) {

    .full-box,
    .inside-box {
        margin-top: 25px;
    }
}

@media (min-width: 768px) {

    #contact-section,
    #qr-section {
        margin-top: -70px !important;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    #qr-section .media-body {
        font-size: 15px !important;
        margin-top: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    #contact-section,
    #qr-section {
        margin-top: 15px !important;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    #contact-section {
        margin-top: 50px !important;
    }

    #qr-section {
        margin-top: 30px !important;
    }
}

/* ******************************** */
/* *******  Listing Section  ****** */
/* ******************************** */
.whats-on-listing {
    box-sizing: border-box;
    font-size: 50px;
}

.listing-titles {
    background-color: var(--primary-color);
    transform: skew(-15deg);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.listing-box {
    position: relative;
    background: white;
}

.listing-box::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 0;
    height: 0;
    border-left: 30px solid black;
    border-top: 30px solid transparent;
    z-index: -1;
}

/* ******************************** */
/* *******   Footer Section  ****** */
/* ******************************** */
.footer-section {
    background-color: #e9ecef !important;
    position: relative;
}

.for-inquiry-box {
    position: relative;
    text-align: center;
}

/* Center heading box */
.inquiry-heading {
    display: inline-block;
    position: relative;
    background-color: var(--primary-color);
    color: white;
    padding: 40px 40px;
    font-weight: bold;
    z-index: 1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* Horizontal lines */
.for-inquiry-box::before,
.for-inquiry-box::after {
    content: "";
    position: absolute;
    top: 15%;
    height: 5px;
    background-color: var(--primary-color);
    width: 100vw;
    z-index: 0;
    transform: translateY(-50%);
}

.for-inquiry-box::before {
    left: 0;
}

.for-inquiry-box::after {
    right: 0;
}

.contact-no {
    font-size: 30px !important;
}

.upcoming-events {
    padding: 45px 0px;
}

@media (min-width: 320px) and (max-width: 991px) {
    .upcoming-event-title {
        margin-top: -10px;
        margin-bottom: 30px;
    }
}

.divider2 {
    width: 152px;
    height: 3px;
    background-color: var(--main-primary-color);
    margin-top: 10px;
}