:root {
    --primay_color: #BE202E;
    --heading_color: #212121;
    --dark_primay_color: #A81D29;
    --basic_text_color: #757575;
    --white_color: #FFFFFF;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationBoldItalic.woff2') format('woff2'),
        url('../fonts/SansationBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationBold.woff2') format('woff2'),
        url('../fonts/SansationBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationLight.woff2') format('woff2'),
        url('../fonts/SansationLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationItalic.woff2') format('woff2'),
        url('../fonts/SansationItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationLightItalic.woff2') format('woff2'),
        url('../fonts/SansationLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationRegular.woff2') format('woff2'),
        url('../fonts/SansationRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.button_white {
    transition: 0.5s ease-in-out !important;
    color: var(--primay_color) !important;
    border: 1px solid var(--primay_color) !important;
    background-color: var(--white_color) !important;
    text-decoration: none;
}

.button_white:hover {
    background-color: var(--primay_color) !important;
    color: var(--white_color) !important;
}

.button_black {
    transition: 0.5s ease-in-out !important;
    background-color: var(--primay_color) !important;
    border: 1px solid var(--primay_color) !important;
    color: var(--white_color) !important;
    text-decoration: none;
}

.button_black:hover {
    background-color: transparent !important;
    color: var(--primay_color) !important;
}

.button_black svg path,
.button_white svg path {
    transition: 0.5s ease-in-out !important;
}

.button_black:hover svg path {
    fill: var(--primay_color);
}

.button_white:hover svg path {
    fill: var(--white_color);
}


.font-sort {
    font-family: 'Sorts Mill Goudy', serif;
}

#error,
.error {
    color: #BE202E;
    margin-top: 5px;
    font-family: 'Sansation';
}

.success-message {
    align-items: center;
    display: flex;
    color: green;
    font-family: 'Sansation';
}

.font-sansation {
    font-family: 'Sansation';
}

.container-main {
    max-width: 1452px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

.section_heading p {
    color: var(--basic_text_color);
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin: 0px;
}

.section_heading h3 {
    margin-top: 5px;
    color: var(--heading_color);
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 16px;
}

.section_heading h3 span {
    font-weight: 800;
}

.section_heading .heading_content {
    margin-top: 20px;
    line-height: 30px;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

.oasis_modal_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999999;
    transform: translate(-50%, -50%);
    margin: auto;
    padding-top: 0px;
    width: 90%;
    height: 100%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    outline: 0;
    background-clip: padding-box;
}

.oasis_modal_wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 90%;
}

.modal-close-btn {
    position: absolute;
    right: -20px;
    top: -15px;
    width: 40.8px;
    height: 40.8px;
    background: #0d0c22;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    cursor: pointer;
    border: 1px solid #ffffff;
}

.oasis_modal_main {
    backdrop-filter: blur(3px);
    z-index: 999;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    z-index: 99999;
    display: none;
}

@media (max-width:1500px) {
    .section_heading h3 {
        font-size: 36px;
        line-height: 46px;
    }

    .section_heading p {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width:1200px) {
    .section_heading h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
        margin-top: 3px;
    }

    .section_heading p {
        font-size: 17px;
        line-height: 20px;
    }
}

@media (max-width:580px) {
    .section_heading h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .section_heading p {
        font-size: 16px;
        line-height: 18px;
    }

    .modal-close-btn {
        width: 30px;
        height: 30px;
        right: -10px;
        top: -10px;
    }
}

/* sclick aarow  */

.slide-arrow {
    background-color: transparent;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Outfit', sans-serif;
    line-height: 25px;
    color: var(--heading_color);
    border: none;
    display: flex;
    align-items: center;
}

.prev-arrow svg {
    margin-right: 15px;
}

.next-arrow svg {
    margin-left: 15px;
}

.slide-arrow:hover {
    color: var(--primay_color);
    transition: 0.5s ease-in-out !important;
}

.slide-arrow:hover svg path {
    fill: var(--primay_color);
    transition: 0.5s ease-in-out !important;
}


img {
    opacity: 1;
    transition: opacity 1s;
}

img[data-src] {
    opacity: 0;
}

.about-page-banner.hero_section .slick-dots {
    bottom: 25%;
}

.close-custom-icon {
    position: absolute;
    right: 0;
    top: -2px;
    padding: 8px;
    background: black;
    border-radius: 8px;
}

.layout-box-section a {
    text-decoration: none;
}

.gallery-section a {
    text-decoration: none;
}

.pswp__img {
    object-fit: contain;
}

.loader {
    border: 10px solid #f3f3f3;
    /* Light grey */
    border-top: 8px solid #555;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    margin-bottom: 10px;
}

.loader-div {
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto;
}

#success-block {
    display: none;
}

.loader-content {
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #212121;
    white-space: nowrap;
    margin: 0;
}

.thank-you-div {
    margin-bottom: 25px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.map-img iframe {
    width: 100%;
    height: 100%;
}

.location-click {
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-decoration-line: underline !important;
    color: #161616;
    margin: 0;
    cursor: pointer;
}

.othre-title {
    display: flex;
    justify-content: space-between;
}

.inner-address {
    display: flex;
    margin: 0 auto;
}

.addres-add {
    max-width: 85%;
    padding-left: 20px;
    color: #FFF;
    font-family: Sansation;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.addres-add a {
    max-width: 85%;
    color: #FFF;
    font-family: Sansation;
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.footer-middle {
    border-bottom: 1px solid #C9C9C9;
}

@media screen and (max-width:991px) {
    .inner-address {
        margin-bottom: 20px;
    }

    .addres-add {
        font-size: 14x;
    }
}