:root {
    --primary-color: #ec1f25;
    --accent-color: #ffbe40;
    --smooth-white-color: #f8f8f8;
    --smooth-border-color: #eeeeee;
    --smooth-black-color: #ededed;
    --smooth-primary-color: #ffdedf;
    --smooth-blue-color: #f2faff;
    --smooth-accent-color: #fff4e0;

    --primary-color-hover: #c71117;

    --link-color: #005fae;
    --font-color: #383a3c;
    --green-color: #0ac110;
    --blue-color: #3072d3;
    --grey-color: #9d9d9d;
}
* {
    font-family: "Raleway", sans-serif;
    padding: 0;
    margin: 0;
    color: var(--font-color);
}

body {
    overflow-x: hidden !important;
}

main {
    padding: 50px;
}

.glassmorpishm {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0.7)
    ) !important;
}

.curosor-pointer {
    cursor: pointer;
}

.more-dropdown-menu .close-button {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: none;
    background-color: transparent;

    display: flex;
    align-items: center;
    justify-content: center;
}

.w-fit {
    width: fit-content !important;
}

.w-md-fit {
    width: fit-content !important;
}

@media (max-width: 768px) {
    .w-md-fit {
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    main {
        padding: 20px;
    }
}

.only-for-desktop {
    display: block;
}

@media (max-width: 1024px) {
    .only-for-desktop {
        display: none;
    }
}

@media (max-width: 1024px) {
    main {
        padding: 12px 12px;
    }

    section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

a {
    text-decoration: none;
}

.primary-button {
    background-color: var(--primary-color);
    border: none;
    padding: 8px 20px;
    color: white;
    font-weight: 600;
    border-radius: 2px;
    display: flex;
    align-items: center;
    column-gap: 14px;
}

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

.text-normal {
    color: var(--secondary-200) !important;
}

.text-heading {
    font-size: 16px;
    font-weight: 600;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px;
    margin: 0px;
}

.custom-tooltip .tooltip-inner {
    background-color: var(--secondary-100);
    color: var(--white);
    border-radius: 5px;
}

.custom-tooltip .tooltip-arrow {
    display: none !important;
}

@keyframes chat {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.chat {
    border-radius: 50px;
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 9999;
    background-color: white;
    color: black;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    animation: chat 3s infinite;
}

.chat:hover {
    animation: none;
    background-color: white;
}

.form-label {
    font-size: 14.5px !important;
    font-weight: 500 !important;
}

.form-control {
    font-size: 14px;
    padding: 10px;
}

.form-control:active,
.form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}

.form-label.required::after {
    content: " *";
    color: red;
}

/* LOADER */

#loader-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9990;
    background: var(--secondary-300);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}

#loader-container.visible {
    opacity: 1;
    visibility: visible;
}

.loader {
    overflow: hidden;
    position: relative;
}

.wheel {
    fill: rgb(128, 128, 128);
    font-size: 100px;
    width: 100px;
    height: 100px;
    border-radius: 6em;
    text-align: center;
    animation: rolling 1s linear infinite;
}

#rim {
    fill: rgb(126, 126, 126);
}

#tire {
    fill: rgb(55, 55, 55);
}

.road {
    position: absolute;
    margin-top: -4px;
    width: 100%;
    height: 10px;
    border-radius: 5em;
    background-color: rgb(55, 55, 55);
    animation: road-move 2s linear infinite;
}

@keyframes rolling {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes road-move {
    from {
        transform: translateX(-140%);
    }

    to {
        transform: translateX(100%);
    }
}

/* SCROLBAR STYLING */
#bookingModal .modal-dialog .modal-content {
    width: 100%;
    border-radius: 0 !important;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #efefef;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--font-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--blue-color);
}

body.modal-open {
    padding-right: 0px !important;
    overflow: auto !important;
}

.ornament-top {
    position: absolute;
    width: 10%;
    height: 10%;
    top: -5%;
    right: 0%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 27% 98%);
    background-color: var(--font-color);
    z-index: 2;
}

.ornament-top-behind {
    position: absolute;
    width: 10%;
    height: 7%;
    top: -5%;
    right: 3%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 27% 98%);
    background-color: var(--primary-color);
}

.ornament-bottom {
    position: absolute;
    width: 10%;
    height: 10%;
    bottom: -5%;
    left: 0%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 27% 98%);
    background-color: var(--font-color);
    z-index: 2;
}

.ornament-bottom-behind {
    position: absolute;
    width: 10%;
    height: 7%;
    bottom: -5%;
    left: 3%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 27% 98%);
    background-color: var(--primary-color);
}
