/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('../css/vendor/bootstrap.min.css');
@import url('../css/vendor/fontawesome.css');
@import url('../css/vendor/brands.css');
@import url('../css/vendor/regular.css');
@import url('../css/vendor/solid.css');
@import url('../css/vendor/swiper-bundle.min.css');

@property --progress {
    syntax: '<integer>';
    inherits: true;
    initial-value: 0;
}

@keyframes load {
    to {
        --progress: var(--value)
    }
}

@keyframes ripple {
    from {
        opacity: 0.7;
        transform: scale3d(1, 1, 1);
        transform-origin: center;
        border-width: 1px;
    }

    to {
        opacity: 0;
        transform: scale3d(1.5, 1.5, 1.5);
        transform-origin: center;
        border-width: 10px;
    }
}

html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

:root {
    --dark-bg: #151515;
    --secondary-dark: #212121;
    --dark-2: #353535;
    --accent-color: #ff934e;
    --gray-color: #7a7a7a;
    /* --font-1: 'Quicksand', sans-serif;
    --font-2: 'Cormorant', serif; */
    --font-1: 'Inter', sans-serif;
    --font-2: 'Inter', serif;
}

.app-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex-grow: 1;
}

.mobile-offcanvas-menu {
    width: 100vw !important;
    background-color: #000000;
}

.mobile-nav-links {
    text-align: center;
}

.mobile-nav-links li a {
    font-size: 26px;
    line-height: 60px;
}

.site-footer {
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
    margin-top: auto;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #fd8e49;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #737373
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #fd8e49;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.hero-section {
    /* transition: background-image 2s ease-in-out; */
    /* display: none; */
}

.fade-in-zoom {
    /* opacity: 0;
    transform: scale(0.5);
    animation: fadeInZoom 3s forwards;
    transition: background-image 2s ease-in-out; */
}

.fade-in-zoom.delay {
    /* animation-delay: 2s; */
}

/* @keyframes fadeInZoom {
    to {
        opacity: 1;
        transform: scale(1);
    }
} */

/*  */
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #fd8e49;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

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

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

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.fade-in-zoom {
    opacity: 0;
    animation: fadeInZoom 2s forwards;
}

.delay {
    animation-delay: 2s;
}

.delay2 {
    animation-delay: 0.5s;
}

@keyframes fadeInZoom {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*  */


.order-btn {
    display: none;
    /* top: 45%; */
    left: 30%;
    position: absolute;
    bottom: 80px;
    color: #fff !important;
}

.order-btn:hover {
    background: #fff;
    color: #fd8e49 !important;
    transition: all 1s;
}

.orange-btn {
    background-color: #ff934e;
    border: 1px solid #ff934e;
}

.orange-btn:hover,
.orange-btn:active {
    /* background-color: #f0823e !important;
    border: 1px solid #f0823e !important; */
}

.order-btn:hover,
.order-btn:active {
    /* background-color: #f0823e !important;
    border: 1px solid #f0823e !important; */
    display: block;
}

.contact-link {
    text-decoration: none;
    color: #fff;
}

.contact-link:hover {
    color: #fd8e49;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #fd8e49;
    color: white;
    border: none;
    /* border-radius: 5px; */
    cursor: pointer;
    display: block;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 99999999;
    display: none;
}

.back-to-top.show {
    display: block;
}

.back-to-top:hover {
    background-color: #fc8439;
}

.social-icons a {
    background-color: #000;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #ff934e;
    background-color: #ff934e
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    /*background-color: #3b5998;*/
    background-color: #000000;
}

.social-icons a.tiktok:hover {
    background-color: #000000;
}

.social-icons a.instagram:hover {
    /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);*/
    background-color: #000000;
}

.social-icons a.linkedin:hover {
    /*background-color: #007bb6;*/
    background-color: #000000;
}

.social-icons a.youtube:hover {
    /*background-color: #FF0000;*/
    background-color: #000000;
}

.copyright-text-mobile-menu {
    font-size: 12px !important;
}

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}

body {
    background-color: var(--dark-bg);
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

h1 {
    font-size: 100px;
}

h2 {
    font-size: 68px;
}

h3 {
    font-size: 48px
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

ul {
    list-style: none;
}

img {
    object-fit: cover;
}

section {
    background-size: cover;
    background-position: center;
}

button,
a[type="button"] {
    padding-inline: 1rem;
    padding-block: 0.5rem;
    text-decoration: none;
    transition: all 0.5s;
}

.button {
    padding-inline: 1rem;
    padding-block: 0.5rem;
    text-decoration: none;
    transition: all 0.5s
}

.button-outline,
.button-outline:hover {
    border-width: 1px;
    border-color: currentColor;
    border-style: solid;
}

.button:hover {
    color: white;
}

.hover-transform:hover {
    transform: translateY(-10px);
}

a:hover {
    color: var(--accent-color);
}

button:hover,
a[type="button"]:hover {
    color: white;
}

a {
    text-decoration: none;
}

.font-1 {
    font-family: var(--font-1);
}

.font-2 {
    font-family: var(--font-2);
}

.ls-2 {
    letter-spacing: 2px;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.form input,
.form textarea,
.form select {
    background-color: transparent;
    border-radius: 5px;
    border-top: none;
    border-bottom: solid 1px white;
    border-left: solid 1px white;
    border-right: none;
    border-radius: 0;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    box-shadow: none;
    background-color: transparent;
    border-color: blue;
}

.form input::placeholder,
.form textarea::placeholder {
    color: #ffffff88;
}

.form .form-check-input:checked {
    background-color: transparent;
}

.form .form-check-input,
.form .form-check-input:focus {
    border: solid 1px var(--accent-color);
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-check-lg" viewBox="0 0 16 16"><path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z"/></svg>');
}

.form .submit_form {
    padding-inline: 2rem;
    padding-block: 0.7rem;
    text-decoration: none;
    transition: all 0.5s;
    background-color: var(--accent-color-1);
    border-radius: 5px;
}

.submit_form-subscribe {
    padding-inline: 2rem;
    padding-block: 0.7rem;
    text-decoration: none;
    transition: all 0.5s;
    color: white;
    background-color: var(--accent-color-1);
    border-radius: 5px;
}

.submit_form-subscribe:hover {
    background-color: var(--dark-bg);
    color: white;
    filter: none;
}

.maps {
    width: 100%;
    height: 380px;
    transition: filter 0.5s;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.maps:hover {
    filter: none;
}

#header {
    transition: all 0.5s ease;
}

.nav-link {
    border-bottom: 2px solid transparent;
    font-size: 1rem;
    font-weight: 700;
    color: white;
    font-family: var(--font-1);
    padding-block: 1.2rem;
}

.nav-link:hover {
    color: var(--accent-color);
}

.nav-link.active {
    color: var(--accent-color) !important;
}

.nav-link:focus {
    color: white !important;
}

.navbar-toggler {
    border: none;
    color: var(--accent-color);
}

.navbar-toggler:focus {
    box-shadow: none;
    background-color: transparent;
    color: var(--accent-color);
}

.dropdown-menu {
    background-color: var(--secondary-dark);
    border-radius: 0;
    border: none;
    padding: 0;
    padding-block: 0.5rem;
    box-shadow: 1px 1px 23px 1px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 1px 1px 23px 1px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 1px 1px 23px 1px rgba(0, 0, 0, 0.17);
}

.dropdown-item {
    padding-block: 0.5rem;
    color: white;
    font-family: var(--font-1);
    font-size: 1rem;
    font-weight: 700;
    padding-inline: 2rem;
}

.dropdown-item.active {
    color: var(--accent-color);
    background-color: transparent;
}

.dropdown-item:hover {
    background-color: transparent;
    color: var(--accent-color);
}

.dropdown-item:focus {
    color: var(--accent-color);
}

.section {
    padding: 6em 2em 6em 2em;
    overflow: hidden;
}

.r-container {
    max-width: 1440px;
    padding: 0 10px;
    margin: 0 auto;
}

.bg-dark-color {
    background-color: var(--dark-bg);
}

.bg-dark-2 {
    background-color: var(--dark-2);
}

.bg-secondary-dark {
    background-color: var(--secondary-dark);
}

.bg-accent-color {
    background-color: var(--accent-color);
}

.accent-color {
    color: var(--accent-color);
}


.border-accent-color {
    border-color: var(--accent-color) !important;
}

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

.bg-accent-color-hover:hover {
    background-color: var(--accent-color);
    color: white;
}

.btn-dark {
    background-color: var(--dark-bg);
    color: white;
    border: none;
}

.btn-dark:hover {
    background-color: var(--accent-color-1);
    color: white;
    border: none;
}

.image-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, #02010100 0%, var(--dark-bg) 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.bg-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(90deg, var(--dark-bg) 0%, #151515BF 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.bg-overlay-1 {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url("../image/dummy-img-1920x900.jpg");
    background-position: center center;
    background-size: cover;
    filter: brightness(90%) contrast(50%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.texture-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../image/liquifer.png);
    background-position: center center;
    background-size: cover;
    opacity: 0.05;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 500px;
}

.logo-container {
    max-width: 115px;
}

.divider {
    display: flex;
    align-items: center;
}

.divider::after {
    display: block;
    content: "";
    border-bottom: 0;
    flex-grow: 1;
    border-top: 3px solid var(--accent-color);
    max-width: 80px;
    min-width: 80px;
}

.divider-before::before {
    display: block;
    content: "";
    border-bottom: 0;
    flex-grow: 1;
    border-top: 3px solid var(--accent-color);
    max-width: 80px;
    min-width: 80px;
}

.divider-element {
    letter-spacing: 2px;
    flex-shrink: 0;
    flex-grow: 1;
    margin: 0;
    margin-left: 1rem;
    font-weight: 400;
}

.image-infinite-bg {
    height: 90vh;
}

.animation-bg {
    animation: background_animation 10s forwards;
}

.r-progress {
    --value: 17;
    --progress-color: var(--accent-color);
    --secondary-progress-color: var(--accent-color-1);
    --animation-duration: 2000;
}

.r-progress-bar {
    position: relative;
    height: 15px;
    background-color: var(--secondary-progress-color);
    display: flex;
    border-radius: 3px;
    overflow: hidden;
}

.r-progress-bar .progress-value {
    height: 100%;
    width: calc(var(--progress) * 1%);
    background-color: var(--progress-color);
    position: relative;
    /* border-radius: 3px; */
    animation: load;
    animation-fill-mode: forwards;
    animation-duration: calc(var(--animation-duration) * 1ms);
    animation-timing-function: linear;
    animation-delay: 500ms;
    color: black;
}

.r-progress-bar.percentage-label::after {
    counter-reset: percentage var(--progress);
    content: counter(percentage) '%';
    display: block;
    position: absolute;
    left: calc((var(--progress) * 1%) - 3rem);
    animation: load;
    animation-fill-mode: forwards;
    animation-duration: calc(var(--animation-duration) * 1ms);
    animation-timing-function: linear;
    animation-delay: 500ms;
    color: white;
    font-size: 14px;
    line-height: 1.2;
    /* font-weight: 700; */
    font-family: var(--font-1);
}

.bg-attach-fixed {
    background-attachment: fixed;
}

.social-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.social-item {
    border-radius: 50%;
    aspect-ratio: 1/1;
    font-size: 20px;
    width: 1.8rem;
    height: 1.8rem;
    background-color: var(--accent-color-2);
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.social-item.bg-accent-color-1 {
    background-color: var(--accent-color-1);
}

.social-item.bg-accent-color {
    background-color: var(--accent-color);
    width: 2.6rem;
    height: 2.6rem;
}

.social-item:hover {
    color: white;
    transform: scale(1.1);
}

.share-button {
    background-color: var(--accent-color-1);
    aspect-ratio: 1/1;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.share-button:hover {
    background-color: var(--accent-color);
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    background-color: transparent;
    color: var(--accent-color);
    border: none;
    position: relative;
}

.nav-tabs .nav-link:hover {
    border: none;
    color: white;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
}

.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color);
}

.breadcrumb .breadcrumb-item>a {
    color: var(--accent-color);
}

.breadcrumb .breadcrumb-item.active {
    color: var(--accent-color-1);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--accent-color-1);
}

.swiper-pagination {
    margin-block: 1rem;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: black;
}

.video-container {
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    position: relative;
}

.video-iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-btn {
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 5rem;
    background-color: transparent;
    border: solid 2px var(--accent-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 2rem;
}

.video-btn:hover {
    color: var(--accent-color);
}

.border-custom {
    border-width: 0px 1px 0px 0px;
    border-color: var(--accent-color);
    border-style: solid;
}

.icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2.5rem;
    aspect-ratio: 1/1;
    width: 4rem;
    height: 4rem;
}

.request-loader {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50% !important;
    border: solid 2px var(--accent-color);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--accent-color-1);
}

.request-loader:hover {
    border: solid 2px var(--accent-color);
    color: var(--accent-color);
}


.request-loader::after,
.request-loader::before {
    opacity: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    color: var(--accent-color-1);
    border: 4px solid currentColor;
    border-radius: 50%;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    z-index: 0;
}

.request-loader::after {
    animation-delay: 0.5s;
    animation-duration: 3s;
}

.request-loader::before {
    animation-delay: 0.2s;
    animation-duration: 3s;
}

.ifr-video {
    aspect-ratio: 16/9;
    width: 100%;
}

.post-button {
    background-color: transparent;
    color: var(--accent-color) !important;
    border: none !important;
}

.post-button:hover {
    background-color: transparent !important;
    color: var(--accent-color) !important;
    transform: scale(1.15);
}

.card.with-border-bottom {
    border-bottom: 5px solid var(--accent-color) !important;
}

.list-group .list-group-item {
    border: none;
    border-radius: 5px;
}

.list-group .list-group-item.active {
    background-color: var(--accent-color);
}

.list-group .list-group-item.list-group-item-action:hover {
    background-color: var(--accent-color);
    color: white;
}

.accordion-button:not(.collapsed) {
    background-color: var(--accent-color);
    color: white;
}

.accordion-button:not(.collapsed):hover {

    color: white;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 0px;
}

.accordion-button {
    background-color: white;
    border-radius: 0px;
    color: black;
}

.accordion-button:hover {
    filter: none;
    color: black;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
    border: solid 2px var(--accent-color-1);
}

.accordion-item {
    border: none;
    background-color: transparent;
    margin-bottom: 1rem;
}

.accordion-button::after {
    filter: invert(0);
}

.accordion-button:not(.collapsed)::after {
    filter: invert(1);
}

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    --bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
}

.outer-margin {
    margin-right: -7rem;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.list li {
    padding: 0;
}

.card .link {
    color: var(--accent-color);
}

.card .link:hover {
    color: white;
}

.link {
    color: white;
}

.link:hover {
    color: var(--accent-color);
}

.team-container {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.team-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.team-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #02010100 0%, var(--accent-color) 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    transform: translateY(-20px);
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.team-image:hover .team-overlay {
    top: 0%;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.team-container .social-item {
    width: 2.2rem;
    height: 2.2rem;
}

.team-container .social-item:hover {
    background-color: var(--accent-color);
    transform: none;
}

.link-social {
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    position: relative;
}

.link-social:hover {
    color: white;
}

.link-social:hover::after {
    content: '';
    width: 40px;
    height: 2px;
    bottom: 0;
    margin-bottom: -5px;
    position: absolute;
    background-color: var(--accent-color);
}

.order-btn-mobile {
    display: none !important;
    left: 30% !important;
    position: relative !important;
    bottom: 0px !important;
    color: #fff !important;
}

.mobile-event-title {
    display: none;
}

@media only screen and (max-width:993px) {
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }

    .section {
        padding: 6em 2em 6em 2em;
    }

    .divider {
        width: 330px;
    }

    .fs-very-large {
        font-size: 3.125rem;
    }

    .image-absolute-1 {
        left: 45%;
        top: 35%;
    }

    .image-infinite-bg {
        background-size: cover !important;
    }

    #header {
        background: rgba(19, 19, 19, 0.88);
        backdrop-filter: blur(11px);
        -webkit-backdrop-filter: blur(11px);
    }

    .border-custom {
        border-width: 0px 0px 1px 0px;
    }

    .outer-margin {
        margin-right: 0;
    }

    .nav-link {
        padding-block: 0.2rem;
        color: white;
    }
}

.modal-content {
    border-radius: 0px !important;
}

.form-control {
    border-radius: 0px !important;
    border-color: white !important;
}

.event-cover-img {
    width: 100%;
    height: auto;
}

.modal-body {
    overflow-y: scroll !important;
    height: 80vh;
}

.event-title-reservation {
    color: #fd8e49 !important;
    text-transform: capitalize !important;
}

#text1 {
    font-size: 25px;
}

#text2 {
    font-size: 80px;
}

#text3 {
    font-size: 80px;
}

#text4 {
    font-size: 25px;
}

.yope-img-mobile {
    display: none;
}

.yope-img {
    display: block;
}

.latest-event {}

.latest-event:hover {
    opacity: 0.8;
    cursor: pointer;
}

.fa-play {
    transition: all 1s;
}

.latest-event:hover .fa-play {
    transform: scale(1.2);
    transition: all 1s;
}

.video-btn-small {
    transition: all 1s;
}

.latest-event:hover .video-btn-small {
    transform: scale(1.2);
    transition: all 1s;
}

.events-img {
    width: 100%;
    height: 375px;
}

.mobile-event-title {
    text-align: center;
    margin-top: 10px;
    color: #fff;
}

@media screen and (min-width: 1025px) and (max-width: 1480px) {
    .site-footer {
        overflow-x: hidden;
        padding: 45px 60px 20px !important;
    }
}

@media only screen and (max-width:1024px) {
    .site-footer {
        overflow-x: hidden;
        padding: 30px;
    }

    /* .site-footer .social-icons {
        text-align: left;
    } */
    .back-to-top {
        bottom: 110px;
    }

    .events-img {
        width: 100%;
        height: 240px;
    }
}

@media only screen and (max-width:993px) {
    #text1 {
        font-size: 15px !important;
        ;
    }

    #text2 {
        font-size: 22px !important;
        ;
    }

    #text3 {
        font-size: 28px !important;
        ;
    }

    #text4 {
        font-size: 15px !important;
        ;
    }
}

@media only screen and (max-width:991px) {
    .yope-img-mobile {
        width: 50%;
        height: auto;
        margin-left: 25%;
        display: none;
    }

    .yope-img {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .yope-img-mobile {
        width: 75%;
        height: auto;
        margin-left: 12.5%;
        display: none;
    }

    .yope-img {
        display: none;
    }

    .events-img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width:564px) {
    .yope-img-mobile {
        display: none;
    }

    .yope-img {
        display: none;
    }

    .order-btn {
        top: 45%;
        left: 30%;
        position: absolute;
        bottom: 0px;
        color: #fff !important;
    }

    .event-overlay {
        display: none;
    }

    .event-thumbnail:hover .event-overlay,
    .event-thumbnail:hover .order-btn,
    .event-thumbnail:hover .event-details {
        display: none;
    }

    .event-thumbnail:hover .event-overlay {
        display: none;
    }

    .mobile-event-title {
        display: block;
    }

    .order-btn-mobile {
        display: block !important;
        top: 45% !important;
        left: 30% !important;
        position: relative !important;
        bottom: 0px !important;
        color: #fff !important;
    }

    .section {
        padding: 4em 2em 4em 2em !important;
    }
}

@media only screen and (max-width:460px) {
    .event-detail-font {
        font-size: 13px !important;
    }
}