html {
    scroll-behavior: smooth;
    min-width: 260px;
}

html,
body {
    overflow-x: clip;
}

::selection {
    background-color: #c9963a;
    color: #fff;
}

*,
::after,
::before {
    box-sizing: inherit;
}

body {
    /* overflow-x: hidden !important; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Space Grotesk";
    color: #ffffff;
    background-color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.1px;
}

a {
    color: #fff;
}

a:hover {
    color: #F1C40F;
}

a,
button {
    cursor: pointer;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}

video {
    display: block;
}

.btn {
    position: relative;
    font-family: "Space Grotesk";
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    padding: 16px 50px;
    letter-spacing: 5px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    background-color: #fff;
}

.btn:hover {
    background-color: transparent;
    color: #fff;
}

.btn:focus {
    outline: 0;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

p {
    margin-bottom: 12px;
    color: #ddd;
}

p:last-child {
    margin-bottom: 0;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F1C40F;
}

.primary-bg {
    background-color: #1d1d1d;
}

.secondary-bg {
    background-color: #18191d;
}

.mb-7 {
    margin-bottom: 60px !important;
}

section,
.section {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}

.padding-lr {
    padding-left: 150px;
    padding-right: 150px;
}

a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
    -moz-outline: none;
    outline: 0;
}

a {
    text-decoration: none;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Big Shoulders", sans-serif;
    line-height: normal;
    text-transform: uppercase;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

.banner-video video {
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.theme-overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000052;
    backdrop-filter: blur(5px);
}

.banner-detail {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section-padding {
    padding-left: 100px;
    padding-right: 100px;
}

.banner-logo {
    max-width: 300px;
    display: block;
    margin: 0 auto 40px;
}

h1,
h2 {
    font-size: 60px;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

h2 {
    padding: 0 90px;
}

h2:before,
h2:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 70px;
    height: 3px;
    background-color: #E74C3C;
}

h2:after {
    left: unset;
    right: 0;
}

::-webkit-input-placeholder {
    color: #ffffff60 !important;
    font-family: "Space Grotesk";
}

:-ms-input-placeholder {
    color: #ffffff60 !important;
    font-family: "Space Grotesk";
}

::placeholder {
    color: #ffffff60 !important;
    font-family: "Space Grotesk";
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff;
}

.theme-radius {
    border-radius: 20px;
    overflow: hidden;
}

.form-control {
    display: block;
    resize: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: "Space Grotesk";
    padding: 20px;
    background: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
    -moz-outline: none;
    outline: 0;
}

.form-group {}

.card {
    position: relative;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff10;
}

.contact-form-img img,
.contact-form-img {
    height: 100%;
    object-fit: cover;
}

.theme-pattern-bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/element/brick-wall-dark.webp");
    opacity: 0.5;
}

.img-block-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.img-block-img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #161616;
    opacity: 0.8;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 1;
}

.img-block .img-block-icon {
    position: absolute;
    top: -40px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-block .img-block-icon svg {
    width: 50px;
    height: 50px;
    color: #fff;
}

.img-block:hover .img-block-img:before {
    height: 100%;
    visibility: visible;
}

.img-block:hover .img-block-icon {
    opacity: 1;
    top: 0;
}

.gallery-image img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

/* #gallery-slider .img-block {
    position: relative;
    transform-origin: center center;
    transform: scale(0.9, 0.8);
    -webkit-transform: scale(0.9, 0.8);
    -moz-transform: scale(0.9, 0.8);
    -ms-transform: scale(0.9, 0.8);
    -o-transform: scale(0.9, 0.8);
    transition: transform 400ms;
    -webkit-transition: transform 400ms;
    -moz-transition: transform 400ms;
    -ms-transition: transform 400ms;
    -o-transition: transform 400ms;
}

#gallery-slider .splide__slide.is-active.is-visible .img-block {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
} */

footer {
    background-color: #161616;
}

.banner-logo img {
    -webkit-animation: top-bottom 1.5s infinite alternate;
    animation: top-bottom 1.5s infinite alternate;
}

@-webkit-keyframes top-bottom {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }

    100% {
        transform: translateY(-10px);
        opacity: 1;
    }
}

@keyframes top-bottom {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.theme-scroll {
    opacity: 0;
}

.theme-scrolled.fade-in {
    animation: fade-in 1.5s ease-in-out both;
    -webkit-animation: fade-in 1.5s ease-in-out both;
}

.theme-scrolled.fade-in-top {
    animation: fade-in-top 1.5s ease-in-out both;
    -webkit-animation: fade-in-top 1.5s ease-in-out both;
}

.theme-scrolled.fade-in-bottom {
    animation: fade-in-bottom 1.5s ease-in-out both;
    -webkit-animation: fade-in-bottom 1.5s ease-in-out both;
}

.theme-scrolled.fade-in-left {
    animation: fade-in-left 1.5s ease-in-out both;
    -webkit-animation: fade-in-left 1.5s ease-in-out both;
}

.theme-scrolled.fade-in-right {
    animation: fade-in-right 1.5s ease-in-out both;
    -webkit-animation: fade-in-right 1.5s ease-in-out both;
}

.delay1 {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
}

.delay2 {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

.delay3 {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
}

.delay4 {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}

.delay5 {
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important;
}

.delay6 {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
}

.delay7 {
    -webkit-animation-delay: 0.8s !important;
    animation-delay: 0.8s !important;
}

.delay8 {
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

@keyframes fade-in-right {
    0% {
        opacity: 0;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        opacity: 0;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        opacity: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-up {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    transform: translate3d(0, 24px, 0);
    -webkit-transform: translate3d(0, 24px, 0);
    -moz-transform: translate3d(0, 24px, 0);
    -ms-transform: translate3d(0, 24px, 0);
    -o-transform: translate3d(0, 24px, 0);
}

.fade-up.theme-scrolled {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.fade-down {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    transform: translate3d(0, -24px, 0);
    -webkit-transform: translate3d(0, -24px, 0);
    -moz-transform: translate3d(0, -24px, 0);
    -ms-transform: translate3d(0, -24px, 0);
    -o-transform: translate3d(0, -24px, 0);
}

.fade-down.theme-scrolled {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.img-clip-left-to-right {
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 3s cubic-bezier(.215, .61, .355, 1);
}

.img-clip-left-to-right.theme-scrolled {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: all 3s cubic-bezier(.215, .61, .355, 1);
    opacity: 1;
}

.img-clip-top-to-bottom {
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path 3s cubic-bezier(.215, .61, .355, 1),
        -webkit-clip-path 3s cubic-bezier(.215, .61, .355, 1),
        opacity 3s cubic-bezier(.215, .61, .355, 1);
}

.img-clip-top-to-bottom.theme-scrolled {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
}

.img-clip-top-to-bottom {
    will-change: clip-path, opacity;
}

.yBoxFrame {
    background-color: #000;
}

.yBoxFrame.yBoxImgWrap .insertYboxAjaxHere {
    padding: 4px;
}

.closeYbox {
    background: #000;
}

.closeYbox::after,
.closeYbox::before {
    background-color: #fff;
}

/* Cursor Css Start */
body {
    cursor: none;
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #99d1ff;
    -webkit-transition: width .3s ease-in-out,
        height .3s ease-in-out,
        margin .3s ease-in-out,
        opacity .3s ease-in-out;
    -o-transition: width .3s ease-in-out,
        height .3s ease-in-out,
        margin .3s ease-in-out,
        opacity .3s ease-in-out;
    transition: width .3s ease-in-out,
        height .3s ease-in-out,
        margin .3s ease-in-out,
        opacity .3s ease-in-out;
    background: linear-gradient(102.19deg, #E74C3C -14.84%, #E74C3C 77.54%);
}

.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #E74C3C;
    opacity: .3;
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #E74C3C;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

/* Cursor Css End */
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/element/pattern1.webp)
}

.contact-form-wrapper .column {
    padding: 15px;
}

.contact-form-wrapper .columns {
    margin: -15px !important;
}

.splide__arrow {
    width: 40px;
    height: 40px;
    padding: 10px;
    color: #E74C3C;
    background-color: transparent;
    border: 1px solid #e74d3c7d;
    opacity: 1;
    border-radius: 100%;
}

.splide__arrow svg {
    fill: transparent;
    height: 100%;
    width: 100%;
}

.arrow-bottom .splide__arrows {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 50px;
}

.arrow-bottom .splide__arrow {
    transform: unset;
    right: 0;
    position: static;
}

.big-title {
    font-size: 180px;
    position: absolute;
    top: 50px;
    line-height: normal;
    opacity: 0.05;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Big Shoulders", sans-serif;
}

.big-title-top-right {
    left: unset;
    top: 0;
}

.about-circle-crev {
    position: relative;
    width: calc(100% - 50px);
}

.circle-button {
    position: relative;
    display: inline-block;
}

.about-circle-crev .rotate-circle {
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
}

.rotate-circle {
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.fz-16 {
    font-size: 16px !important;
}

.text-u {
    text-transform: uppercase !important;
}

.ls1 {
    letter-spacing: 1px !important;
}

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

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

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

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

.circle-button .rotate-circle svg {
    width: 210px;
    fill: #fff;
}

.about-circle-crev .circle-button .rotate-circle svg {
    width: 500px;
}

.about-circle-crev .circle-button:after {
    content: '';
    position: absolute;
    top: 60px;
    left: 60px;
    right: 60px;
    bottom: 60px;
    border: 70px solid rgba(255, 255, 255, 0.03);
    border-radius: 50%;
}

.about-circle-crev .half-circle-img {
    height: 450px;
    width: 225px;
    border-bottom-right-radius: 450px;
    border-top-right-radius: 450px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-circle-crev .half-circle-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.marquee-slider {
    -webkit-transform: rotate(-0.1deg);
    -ms-transform: rotate(-0.1deg);
    transform: rotate(-0.1deg);
    padding: 20px 0;
    background-color: #000;
}

.section-marquee {
    background-color: #E74C3C;
    overflow: visible;
}

.marquee-slider a {
    font-size: 24px;
    position: relative;
    padding-left: 30px;
}

.marquee-slider a:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #E74C3C;
}

.section-contact-form .container {
    max-width: 900px !important;
}

.section-elements {
    position: absolute;
    max-width: 300px;
    bottom: 0;
    opacity: 0.05;
}

.section-contact-form .big-title {
    left: unset;
    top: 0;
}

.sticky-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    left: -84px;
    width: fit-content;
    letter-spacing: 0;
}

.gallery-title h5 {
    position: relative;
    bottom: -30px;
    font-size: 30px;
    line-height: normal;
    margin-top: 24px;
    color: #c9963a;
    text-transform: capitalize;
    opacity: 0;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.splide__slide.is-active.is-visible .gallery-title h5 {
    opacity: 1;
    bottom: 0;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.counter-detail {
    padding: 30px;
    min-height: 300px;
    background-color: #18191d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.counter-detail:hover {
    background-color: #E74C3C10;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.counter {
    font-size: 120px;
    line-height: normal;
    display: inline-block;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #5f5f5f;
    font-weight: 1000;
}

.counter-detail {
    position: relative;
    border: 1px solid #ffffff10;
}

section#section-counter {
    top: -1px;
}

.counter-detail p {
    font-size: 22px;
}

.avatar img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
    margin: 0 auto;
    border: 1px solid #ffffff40;
}

.testimonials-title span,
.testimonials-title h4 {
    font-family: "Big Shoulders", sans-serif;
    text-transform: capitalize;
}

.testimonials-title h4 {
    text-transform: capitalize;
    color: #c9963a;
    font-size: 22px;
    line-height: normal;
}

.testimonials-title span {
    font-size: 14px;
    margin-top: 2px;
    display: block;
}

.testimonials-desc p {
    font-size: 14px;
    line-height: normal;
    /* display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.testimonials-title {
    margin: 20px 0 10px;
}

.splide__pagination {
    position: relative;
    margin-top: 30px;
}

.splide__pagination__page {
    border-radius: 10px;
    background-color: #c9963abd;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.splide__pagination__page.is-active {
    width: 24px;
    background-color: #c9963a;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: unset;
}

.testimonials-block {
    padding: 30px;
    background-color: #151515;
    height: 100%;
}

.testimonials-block::before {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    width: 100px;
    height: 100px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='currentColor' class='icon icon-tabler icons-tabler-filled icon-tabler-quote'><path stroke='none' d='M0 0h24v24H0z' fill='none'/><path d='M9 5a2 2 0 0 1 2 2v6c0 3.13 -1.65 5.193 -4.757 5.97a1 1 0 1 1 -.486 -1.94c2.227 -.557 3.243 -1.827 3.243 -4.03v-1h-3a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 2 -2z'/><path d='M18 5a2 2 0 0 1 2 2v6c0 3.13 -1.65 5.193 -4.757 5.97a1 1 0 1 1 -.486 -1.94c2.227 -.557 3.243 -1.827 3.243 -4.03v-1h-3a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 2 -2z'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    filter: contrast(0.5);
    opacity: 0.2;
}

.theme-detail-item:not(:last-child) {
    margin-bottom: 30px;
}

.theme-detail-item h4 {
    color: #c9963a;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

ul.points li {
    position: relative;
    padding-left: 24px;
}

ul.points li:before {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #c9963a;
    border-radius: 100%;
}

ul.points li:not(:last-child) {
    margin-bottom: 6px;
}

.footer-logo {
    max-width: 110px;
    display: block;
}

.footer-detail {
    padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid #ffffff30;
}

.mobile-enquire-btn {
    display: none;
}

.organizers-block {
    position: relative;
}

.organizers-block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -50px;
    left: 0;
    background-image: url(../images/element/element-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.organizers-img {
    position: relative;
}

.organizers-img img {
    max-width: 385px;
    margin: 0 auto;
}

.organizers-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: -1px;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 19.23%, #18191d 88.94%);
}

.organizers-img img {
    filter: saturate(0%);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.organizers-text {
    position: absolute;
    right: 0;
    bottom: 0;
    writing-mode: vertical-rl;
    height: 100%;
    z-index: 9;
    text-align: end;
}

.organizers-text h3 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 1000;
    text-transform: uppercase;
    z-index: 3;
    letter-spacing: 3px;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    margin-bottom: 20px;
}

.organizers-text span {
    font-size: 70px;
    line-height: 40px;
    font-family: 'Bonheur Royale', cursive;
    font-weight: 500;
    right: -10px;
    color: #fff;
    text-transform: capitalize;
    z-index: 3;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    display: inline-block;
}

.splide__slide.is-visible.is-active .organizers-text h3 {
    color: #fff;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: unset;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.splide__slide.is-visible.is-active .organizers-text span {
    color: #F3A61A;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.splide__slide.is-visible.is-active .organizers-img img {
    filter: saturate(100%) drop-shadow(-7px 0px 0 #605b5b);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.splide__slide.is-visible.is-active .organizers-block::before {
    opacity: 0.1;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.social-media {
    gap: 10px;
}

.scrolltop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 89;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease;
    background: #202126;
    color: #fff;
    border-radius: 100%;
    border: 1px solid #ffffff30;
}

.scrolltop.showBtn {
    opacity: 1;
    transform: translateY(0);
}

.footer-menu a:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #444;
}